Skip to content

Commit 1c632c4

Browse files
chore: version bump
1 parent fd0f6da commit 1c632c4

23 files changed

+160
-110
lines changed

Diff for: .changeset/calm-planets-wink.md

-12
This file was deleted.

Diff for: .changeset/honest-wasps-report.md

-5
This file was deleted.

Diff for: .changeset/sixty-apples-rescue.md

-6
This file was deleted.

Diff for: .changeset/some-laws-bet.md

-10
This file was deleted.

Diff for: .changeset/true-monkeys-camp.md

-11
This file was deleted.

Diff for: .changeset/wet-geckos-check.md

-9
This file was deleted.

Diff for: package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/blocks/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @snapwp/blocks
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#141](https://github.com/rtCamp/snapwp/pull/141) [`6324467`](https://github.com/rtCamp/snapwp/commit/6324467c240af53c5c5ffd689d39817a9c0e7a45) Thanks [@ayushnirwal](https://github.com/ayushnirwal)! - chore: Add `eslint-plugin-import` to repository ruleset and lint.
8+
9+
- [#147](https://github.com/rtCamp/snapwp/pull/147) [`5e2df69`](https://github.com/rtCamp/snapwp/commit/5e2df6941340e2ba63e2fa87b0f20d5f0f616248) Thanks [@Ta5r](https://github.com/Ta5r)! - chore: Enforce named exports and remove default exports.
10+
11+
- [#138](https://github.com/rtCamp/snapwp/pull/138) [`9ddaf7c`](https://github.com/rtCamp/snapwp/commit/9ddaf7c89a243370afb06894e4ed9d5bde2d5e45) Thanks [@SH4LIN](https://github.com/SH4LIN)! - fix: ensure `npm run typecheck` scans all packages.
12+
13+
- [#142](https://github.com/rtCamp/snapwp/pull/142) [`c460b31`](https://github.com/rtCamp/snapwp/commit/c460b31679ea6c1817b8a340cb180c180c17a362) Thanks [@Ta5r](https://github.com/Ta5r)! - chore: Enforce `jsdoc/require-param-type` ESLint rule in repository ruleset.
14+
15+
- Updated dependencies [[`6324467`](https://github.com/rtCamp/snapwp/commit/6324467c240af53c5c5ffd689d39817a9c0e7a45), [`5e2df69`](https://github.com/rtCamp/snapwp/commit/5e2df6941340e2ba63e2fa87b0f20d5f0f616248), [`9ddaf7c`](https://github.com/rtCamp/snapwp/commit/9ddaf7c89a243370afb06894e4ed9d5bde2d5e45), [`c460b31`](https://github.com/rtCamp/snapwp/commit/c460b31679ea6c1817b8a340cb180c180c17a362)]:
16+
- @snapwp/core@0.3.1
17+
- @snapwp/next@0.3.1
18+
319
## 0.2.0
420

521
### Major Changes

Diff for: packages/blocks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapwp/blocks",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "AGPL-3.0",
55
"description": "Library for handling Gutenberg blocks.",
66
"author": "rtCamp",

Diff for: packages/cli/CHANGELOG.md

+40-29
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,91 @@
11
# Changelog
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#141](https://github.com/rtCamp/snapwp/pull/141) [`6324467`](https://github.com/rtCamp/snapwp/commit/6324467c240af53c5c5ffd689d39817a9c0e7a45) Thanks [@ayushnirwal](https://github.com/ayushnirwal)! - chore: Add `eslint-plugin-import` to repository ruleset and lint.
8+
9+
- [#139](https://github.com/rtCamp/snapwp/pull/139) [`7081895`](https://github.com/rtCamp/snapwp/commit/7081895ecee799cf02b54c23bd4a2e71ae642ec0) Thanks [@ashutoshgautams](https://github.com/ashutoshgautams)! - fix: Improve formatting of default value and user input in CLI prompts.
10+
11+
- [#139](https://github.com/rtCamp/snapwp/pull/139) [`7081895`](https://github.com/rtCamp/snapwp/commit/7081895ecee799cf02b54c23bd4a2e71ae642ec0) Thanks [@ashutoshgautams](https://github.com/ashutoshgautams)! - dev: Install NPM dependencies when scaffolding a new project with `npx snapwp`.
12+
dev: Add a `--skip-install` flag to the `npx snapwp` command to skip installing NPM dependencies.
13+
314
## 0.2.0
415

516
### Minor Changes
617

7-
- [#111](https://github.com/rtCamp/snapwp/pull/111) [`57f3c09`](https://github.com/rtCamp/snapwp/commit/57f3c098ba238acb89c43ea52c588e09094ae7d5) Thanks [@SH4LIN](https://github.com/SH4LIN)! - feat!: Add and improve robust WordPress and internal URI handling.
18+
- [#111](https://github.com/rtCamp/snapwp/pull/111) [`57f3c09`](https://github.com/rtCamp/snapwp/commit/57f3c098ba238acb89c43ea52c588e09094ae7d5) Thanks [@SH4LIN](https://github.com/SH4LIN)! - feat!: Add and improve robust WordPress and internal URI handling.
819

9-
**Breaking Changes:**
20+
**Breaking Changes:**
1021

11-
The [Environment Variables and Config API](../docs/config-api.md) have been updated, with many of the variables renamed or removed. Please review the updated documentation for the latest changes.
22+
The [Environment Variables and Config API](../docs/config-api.md) have been updated, with many of the variables renamed or removed. Please review the updated documentation for the latest changes.
1223

13-
| Old value | Replace with |
14-
| ------------------------------------- | -------------------------------- |
15-
| NEXT_PUBLIC_URL | NEXT_PUBLIC_FRONTEND_URL |
16-
| NEXT_PUBLIC_WORDPRESS_URL | NEXT_PUBLIC_WP_HOME_URL |
17-
| NEXT_PUBLIC_WORDPRESS_UPLOADS_PATH | NEXT_PUBLIC_WP_UPLOADS_DIRECTORY |
18-
| NEXT_PUBLIC_WORDPRESS_REST_URL_PREFIX | NEXT_PUBLIC_REST_URL_PREFIX |
19-
| getConfig().nextUrl | getConfig().frontendUrl |
20-
| getConfig().homeUrl | getConfig().wpHomeUrl |
24+
| Old value | Replace with |
25+
| ------------------------------------- | -------------------------------- |
26+
| NEXT_PUBLIC_URL | NEXT_PUBLIC_FRONTEND_URL |
27+
| NEXT_PUBLIC_WORDPRESS_URL | NEXT_PUBLIC_WP_HOME_URL |
28+
| NEXT_PUBLIC_WORDPRESS_UPLOADS_PATH | NEXT_PUBLIC_WP_UPLOADS_DIRECTORY |
29+
| NEXT_PUBLIC_WORDPRESS_REST_URL_PREFIX | NEXT_PUBLIC_REST_URL_PREFIX |
30+
| getConfig().nextUrl | getConfig().frontendUrl |
31+
| getConfig().homeUrl | getConfig().wpHomeUrl |
2132

2233
### Patch Changes
2334

24-
- [#119](https://github.com/rtCamp/snapwp/pull/119) [`f5ef79a`](https://github.com/rtCamp/snapwp/commit/f5ef79a83f3f13fead3ee3075a32c4f7533ff525) Thanks [@SH4LIN](https://github.com/SH4LIN)! - feat: load default favicon metadata from WordPress
35+
- [#119](https://github.com/rtCamp/snapwp/pull/119) [`f5ef79a`](https://github.com/rtCamp/snapwp/commit/f5ef79a83f3f13fead3ee3075a32c4f7533ff525) Thanks [@SH4LIN](https://github.com/SH4LIN)! - feat: load default favicon metadata from WordPress
2536

26-
- [#124](https://github.com/rtCamp/snapwp/pull/124) [`c031942`](https://github.com/rtCamp/snapwp/commit/c031942f387d7699be54f068e84dbbcac005025b) Thanks [@justlevine](https://github.com/justlevine)! - dev: Refactor CLI script to support default prompt values and improve maintainability.
37+
- [#124](https://github.com/rtCamp/snapwp/pull/124) [`c031942`](https://github.com/rtCamp/snapwp/commit/c031942f387d7699be54f068e84dbbcac005025b) Thanks [@justlevine](https://github.com/justlevine)! - dev: Refactor CLI script to support default prompt values and improve maintainability.
2738

28-
- [#133](https://github.com/rtCamp/snapwp/pull/133) [`ba300f9`](https://github.com/rtCamp/snapwp/commit/ba300f984bfbff8cd18f5517250d55d54b1562b7) Thanks [@Swanand01](https://github.com/Swanand01)! - fix: Bump `next` package to version `15.2.3` to fix the CVE-2025-29927 vulnerability
39+
- [#133](https://github.com/rtCamp/snapwp/pull/133) [`ba300f9`](https://github.com/rtCamp/snapwp/commit/ba300f984bfbff8cd18f5517250d55d54b1562b7) Thanks [@Swanand01](https://github.com/Swanand01)! - fix: Bump `next` package to version `15.2.3` to fix the CVE-2025-29927 vulnerability
2940

3041
## 0.1.2
3142

3243
### Patch Changes
3344

34-
- [#116](https://github.com/rtCamp/snapwp/pull/116) [`e7d4a56`](https://github.com/rtCamp/snapwp/commit/e7d4a56b1a6cf230bca87a25a4ac25b69180cabe) Thanks [@Pathan-Amaankhan](https://github.com/Pathan-Amaankhan)! - chore: Apply and enforce ESLint rules to `bin` and `cli` files
45+
- [#116](https://github.com/rtCamp/snapwp/pull/116) [`e7d4a56`](https://github.com/rtCamp/snapwp/commit/e7d4a56b1a6cf230bca87a25a4ac25b69180cabe) Thanks [@Pathan-Amaankhan](https://github.com/Pathan-Amaankhan)! - chore: Apply and enforce ESLint rules to `bin` and `cli` files
3546

3647
## 0.1.1
3748

3849
### Patch Changes
3950

40-
- [#109](https://github.com/rtCamp/snapwp/pull/109) [`e31540c`](https://github.com/rtCamp/snapwp/commit/e31540cb97091eca81f02d824b4c58eb9fa71f5e) Thanks [@ashutoshgautams](https://github.com/ashutoshgautams)! - docs: Add directory structure `examples/nextjs/starter` readme.
51+
- [#109](https://github.com/rtCamp/snapwp/pull/109) [`e31540c`](https://github.com/rtCamp/snapwp/commit/e31540cb97091eca81f02d824b4c58eb9fa71f5e) Thanks [@ashutoshgautams](https://github.com/ashutoshgautams)! - docs: Add directory structure `examples/nextjs/starter` readme.
4152

4253
## 0.1.0
4354

4455
### Minor Changes
4556

46-
- [#81](https://github.com/rtCamp/snapwp/pull/81) [`2595e37`](https://github.com/rtCamp/snapwp/commit/2595e376efb9a24b9caa0be9146976ec1386ffc4) Thanks [@justlevine](https://github.com/justlevine)! - chore: SemVer bump to 0.1.0
57+
- [#81](https://github.com/rtCamp/snapwp/pull/81) [`2595e37`](https://github.com/rtCamp/snapwp/commit/2595e376efb9a24b9caa0be9146976ec1386ffc4) Thanks [@justlevine](https://github.com/justlevine)! - chore: SemVer bump to 0.1.0
4758

4859
### Patch Changes
4960

50-
- [#77](https://github.com/rtCamp/snapwp/pull/77) [`a3c3f6b`](https://github.com/rtCamp/snapwp/commit/a3c3f6b27994b1c5fee555e23c4ea40f7b88667a) Thanks [@SH4LIN](https://github.com/SH4LIN)! - feat: Improve handling of GraphQL errors and the Error Boundary UI.
61+
- [#77](https://github.com/rtCamp/snapwp/pull/77) [`a3c3f6b`](https://github.com/rtCamp/snapwp/commit/a3c3f6b27994b1c5fee555e23c4ea40f7b88667a) Thanks [@SH4LIN](https://github.com/SH4LIN)! - feat: Improve handling of GraphQL errors and the Error Boundary UI.
5162

52-
- [#80](https://github.com/rtCamp/snapwp/pull/80) [`777305f`](https://github.com/rtCamp/snapwp/commit/777305fcfe0ac104fc0259f81a1ec93451e14b50) Thanks [@justlevine](https://github.com/justlevine)! - chore: Update `snapwp` package readme
63+
- [#80](https://github.com/rtCamp/snapwp/pull/80) [`777305f`](https://github.com/rtCamp/snapwp/commit/777305fcfe0ac104fc0259f81a1ec93451e14b50) Thanks [@justlevine](https://github.com/justlevine)! - chore: Update `snapwp` package readme
5364

54-
- [#76](https://github.com/rtCamp/snapwp/pull/76) [`4ded470`](https://github.com/rtCamp/snapwp/commit/4ded47012041099e01c8231cfa367c389de10171) Thanks [@justlevine](https://github.com/justlevine)! - chore: remove the NextJS example's package-lock.json from VCS.
65+
- [#76](https://github.com/rtCamp/snapwp/pull/76) [`4ded470`](https://github.com/rtCamp/snapwp/commit/4ded47012041099e01c8231cfa367c389de10171) Thanks [@justlevine](https://github.com/justlevine)! - chore: remove the NextJS example's package-lock.json from VCS.
5566

5667
## 0.0.6
5768

5869
### Patch Changes
5970

60-
- docs: Update, backfill, and cleanup readmes
61-
- chore: Cleanup tsconfig rulesets and remediate unearthed issues
71+
- docs: Update, backfill, and cleanup readmes
72+
- chore: Cleanup tsconfig rulesets and remediate unearthed issues
6273

6374
## 0.0.4 - 2025-02-07
6475

65-
- fix: improve cross-platform compatibility for the `snapwp` command
76+
- fix: improve cross-platform compatibility for the `snapwp` command
6677

6778
## 0.0.3 - 2025-02-03
6879

69-
- fix: update regex in `snapwp` command to avoid `node_modules`
70-
- chore: add missing namespace proxies to Verdaccio config
80+
- fix: update regex in `snapwp` command to avoid `node_modules`
81+
- chore: add missing namespace proxies to Verdaccio config
7182

7283
## 0.0.2 - 2025-01-31
7384

74-
- fix: remove internal `npm install` command to prevent dependency conflicts with the script.
75-
- docs: add local README.md to the package
76-
- docs: fix references to `npx snapwp`
85+
- fix: remove internal `npm install` command to prevent dependency conflicts with the script.
86+
- docs: add local README.md to the package
87+
- docs: fix references to `npx snapwp`
7788

7889
## 0.0.1 - 2025-01-30
7990

80-
- Initial (public) release.
91+
- Initial (public) release.

Diff for: packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snapwp",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "AGPL-3.0",
55
"author": "rtCamp",
66
"description": "A better way to build headless WordPress applications.",

Diff for: packages/codegen-config/CHANGELOG.md

+25-12
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,56 @@
11
# Changelog
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#141](https://github.com/rtCamp/snapwp/pull/141) [`6324467`](https://github.com/rtCamp/snapwp/commit/6324467c240af53c5c5ffd689d39817a9c0e7a45) Thanks [@ayushnirwal](https://github.com/ayushnirwal)! - chore: Add `eslint-plugin-import` to repository ruleset and lint.
8+
9+
- [#147](https://github.com/rtCamp/snapwp/pull/147) [`5e2df69`](https://github.com/rtCamp/snapwp/commit/5e2df6941340e2ba63e2fa87b0f20d5f0f616248) Thanks [@Ta5r](https://github.com/Ta5r)! - chore: Enforce named exports and remove default exports.
10+
11+
- [#138](https://github.com/rtCamp/snapwp/pull/138) [`9ddaf7c`](https://github.com/rtCamp/snapwp/commit/9ddaf7c89a243370afb06894e4ed9d5bde2d5e45) Thanks [@SH4LIN](https://github.com/SH4LIN)! - fix: ensure `npm run typecheck` scans all packages.
12+
13+
- Updated dependencies [[`6324467`](https://github.com/rtCamp/snapwp/commit/6324467c240af53c5c5ffd689d39817a9c0e7a45), [`5e2df69`](https://github.com/rtCamp/snapwp/commit/5e2df6941340e2ba63e2fa87b0f20d5f0f616248), [`9ddaf7c`](https://github.com/rtCamp/snapwp/commit/9ddaf7c89a243370afb06894e4ed9d5bde2d5e45), [`c460b31`](https://github.com/rtCamp/snapwp/commit/c460b31679ea6c1817b8a340cb180c180c17a362)]:
14+
- @snapwp/core@0.3.1
15+
316
## 0.2.0
417

518
### Patch Changes
619

7-
- Updated dependencies [[`57f3c09`](https://github.com/rtCamp/snapwp/commit/57f3c098ba238acb89c43ea52c588e09094ae7d5), [`347216c`](https://github.com/rtCamp/snapwp/commit/347216c21bb0af80c644fc9fe47bbf589eb80fc8), [`57f3c09`](https://github.com/rtCamp/snapwp/commit/57f3c098ba238acb89c43ea52c588e09094ae7d5), [`c956f31`](https://github.com/rtCamp/snapwp/commit/c956f31f3d70361f125db2373f57779df6963e45)]:
8-
- @snapwp/core@0.3.0
20+
- Updated dependencies [[`57f3c09`](https://github.com/rtCamp/snapwp/commit/57f3c098ba238acb89c43ea52c588e09094ae7d5), [`347216c`](https://github.com/rtCamp/snapwp/commit/347216c21bb0af80c644fc9fe47bbf589eb80fc8), [`57f3c09`](https://github.com/rtCamp/snapwp/commit/57f3c098ba238acb89c43ea52c588e09094ae7d5), [`c956f31`](https://github.com/rtCamp/snapwp/commit/c956f31f3d70361f125db2373f57779df6963e45)]:
21+
- @snapwp/core@0.3.0
922

1023
## 0.1.1
1124

1225
### Patch Changes
1326

14-
- Updated dependencies [[`dcecabf`](https://github.com/rtCamp/snapwp/commit/dcecabfa9df535727e988d2db59bb0a6aa5d2a73), [`71bd814`](https://github.com/rtCamp/snapwp/commit/71bd81452935736170e81dabe8fea48b6d2b8085), [`579ba54`](https://github.com/rtCamp/snapwp/commit/579ba54e72d78b8b5fae89c8ddcd6bbdc0487f91)]:
15-
- @snapwp/core@0.2.0
27+
- Updated dependencies [[`dcecabf`](https://github.com/rtCamp/snapwp/commit/dcecabfa9df535727e988d2db59bb0a6aa5d2a73), [`71bd814`](https://github.com/rtCamp/snapwp/commit/71bd81452935736170e81dabe8fea48b6d2b8085), [`579ba54`](https://github.com/rtCamp/snapwp/commit/579ba54e72d78b8b5fae89c8ddcd6bbdc0487f91)]:
28+
- @snapwp/core@0.2.0
1629

1730
## 0.1.0
1831

1932
### Minor Changes
2033

21-
- [#81](https://github.com/rtCamp/snapwp/pull/81) [`2595e37`](https://github.com/rtCamp/snapwp/commit/2595e376efb9a24b9caa0be9146976ec1386ffc4) Thanks [@justlevine](https://github.com/justlevine)! - chore: SemVer bump to 0.1.0
34+
- [#81](https://github.com/rtCamp/snapwp/pull/81) [`2595e37`](https://github.com/rtCamp/snapwp/commit/2595e376efb9a24b9caa0be9146976ec1386ffc4) Thanks [@justlevine](https://github.com/justlevine)! - chore: SemVer bump to 0.1.0
2235

2336
### Patch Changes
2437

25-
- Updated dependencies [[`47cad60`](https://github.com/rtCamp/snapwp/commit/47cad6075621da9946a29feba62fc33fe59fdaf6), [`2595e37`](https://github.com/rtCamp/snapwp/commit/2595e376efb9a24b9caa0be9146976ec1386ffc4)]:
26-
- @snapwp/core@0.1.0
38+
- Updated dependencies [[`47cad60`](https://github.com/rtCamp/snapwp/commit/47cad6075621da9946a29feba62fc33fe59fdaf6), [`2595e37`](https://github.com/rtCamp/snapwp/commit/2595e376efb9a24b9caa0be9146976ec1386ffc4)]:
39+
- @snapwp/core@0.1.0
2740

2841
## 0.0.4
2942

3043
### Patch Changes
3144

32-
- chore: Cleanup tsconfig rulesets and remediate unearthed issues
45+
- chore: Cleanup tsconfig rulesets and remediate unearthed issues
3346

34-
- Updated dependencies [[`f655e18`](https://github.com/rtCamp/snapwp/commit/f655e18f08f0f1c2402f8a79eb618096346dead5), [`f19903d`](https://github.com/rtCamp/snapwp/commit/f19903d33b61a7fe15c16bbe949aebb5c26f1081), [`f19903d`](https://github.com/rtCamp/snapwp/commit/f19903d33b61a7fe15c16bbe949aebb5c26f1081), [`55bd683`](https://github.com/rtCamp/snapwp/commit/55bd683e11c556bb78140299554cf845ba34903c), [`f19903d`](https://github.com/rtCamp/snapwp/commit/f19903d33b61a7fe15c16bbe949aebb5c26f1081), [`f19903d`](https://github.com/rtCamp/snapwp/commit/f19903d33b61a7fe15c16bbe949aebb5c26f1081), [`f19903d`](https://github.com/rtCamp/snapwp/commit/f19903d33b61a7fe15c16bbe949aebb5c26f1081)]:
35-
- @snapwp/core@0.0.2
47+
- Updated dependencies [[`f655e18`](https://github.com/rtCamp/snapwp/commit/f655e18f08f0f1c2402f8a79eb618096346dead5), [`f19903d`](https://github.com/rtCamp/snapwp/commit/f19903d33b61a7fe15c16bbe949aebb5c26f1081), [`f19903d`](https://github.com/rtCamp/snapwp/commit/f19903d33b61a7fe15c16bbe949aebb5c26f1081), [`55bd683`](https://github.com/rtCamp/snapwp/commit/55bd683e11c556bb78140299554cf845ba34903c), [`f19903d`](https://github.com/rtCamp/snapwp/commit/f19903d33b61a7fe15c16bbe949aebb5c26f1081), [`f19903d`](https://github.com/rtCamp/snapwp/commit/f19903d33b61a7fe15c16bbe949aebb5c26f1081), [`f19903d`](https://github.com/rtCamp/snapwp/commit/f19903d33b61a7fe15c16bbe949aebb5c26f1081)]:
48+
- @snapwp/core@0.0.2
3649

3750
## 0.0.2 - 2025-02-07
3851

39-
- feat: Update the base configuration to enable the following: `enumsAsTypes`, `skipTypename`, `useTypeImports`.
52+
- feat: Update the base configuration to enable the following: `enumsAsTypes`, `skipTypename`, `useTypeImports`.
4053

4154
## 0.0.1 - 2025-01-30
4255

43-
- Initial (public) release.
56+
- Initial (public) release.

0 commit comments

Comments
 (0)