Skip to content

Commit a8a7922

Browse files
chore: version bump
1 parent b1a54c7 commit a8a7922

29 files changed

Lines changed: 192 additions & 102 deletions

.changeset/friendly-mails-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gentle-cities-think.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/perky-rice-kick.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.changeset/small-pans-search.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

package-lock.json

Lines changed: 25 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/blocks/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @snapwp/blocks
22

3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- [#229](https://github.com/rtCamp/snapwp/pull/229) [`d454858`](https://github.com/rtCamp/snapwp/commit/d454858e3914ab90823c6be560335e2c9a5c9e3b) Thanks [@justlevine](https://github.com/justlevine)! - chore!: Bump minimum node to 22, Typescript to 5, and other minor dependencies
8+
9+
### Patch Changes
10+
11+
- [#191](https://github.com/rtCamp/snapwp/pull/191) [`62eacc6`](https://github.com/rtCamp/snapwp/commit/62eacc66287acae25b4061cc376c114db4c74fa4) Thanks [@justlevine](https://github.com/justlevine)! - chore: Update NPM deps to their latest (SemVer-compatible) versions.
12+
13+
- Updated dependencies [[`7df9283`](https://github.com/rtCamp/snapwp/commit/7df9283f28650d4563f42e982ccceb1708063d24), [`62eacc6`](https://github.com/rtCamp/snapwp/commit/62eacc66287acae25b4061cc376c114db4c74fa4), [`d454858`](https://github.com/rtCamp/snapwp/commit/d454858e3914ab90823c6be560335e2c9a5c9e3b), [`62eacc6`](https://github.com/rtCamp/snapwp/commit/62eacc66287acae25b4061cc376c114db4c74fa4)]:
14+
- @snapwp/next@1.0.0
15+
- @snapwp/core@0.5.0
16+
317
## 0.3.0
418

519
### Patch Changes

packages/blocks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapwp/blocks",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"license": "AGPL-3.0",
55
"description": "Library for handling Gutenberg blocks.",
66
"author": "rtCamp",
@@ -33,8 +33,8 @@
3333
"html-entities": "^2.6.0"
3434
},
3535
"peerDependencies": {
36-
"@snapwp/core": "^0.4.0",
37-
"@snapwp/next": "^0.4.0",
36+
"@snapwp/core": "^0.5.0",
37+
"@snapwp/next": "^1.0.0",
3838
"next": "^15"
3939
},
4040
"devDependencies": {

packages/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#229](https://github.com/rtCamp/snapwp/pull/229) [`d454858`](https://github.com/rtCamp/snapwp/commit/d454858e3914ab90823c6be560335e2c9a5c9e3b) Thanks [@justlevine](https://github.com/justlevine)! - chore!: Bump minimum node to 22, Typescript to 5, and other minor dependencies
8+
9+
### Patch Changes
10+
11+
- [#191](https://github.com/rtCamp/snapwp/pull/191) [`62eacc6`](https://github.com/rtCamp/snapwp/commit/62eacc66287acae25b4061cc376c114db4c74fa4) Thanks [@justlevine](https://github.com/justlevine)! - chore: Update NPM deps to their latest (SemVer-compatible) versions.
12+
313
## 0.3.0
414

515
### Breaking Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snapwp",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"license": "AGPL-3.0",
55
"author": "rtCamp",
66
"description": "A better way to build headless WordPress applications.",
Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,67 @@
11
# Changelog
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#229](https://github.com/rtCamp/snapwp/pull/229) [`d454858`](https://github.com/rtCamp/snapwp/commit/d454858e3914ab90823c6be560335e2c9a5c9e3b) Thanks [@justlevine](https://github.com/justlevine)! - chore!: Bump minimum node to 22, Typescript to 5, and other minor dependencies
8+
39
## 0.2.2
410

511
### Patch Changes
612

7-
- [#123](https://github.com/rtCamp/snapwp/pull/123) [`0ff49b6`](https://github.com/rtCamp/snapwp/commit/0ff49b60a919b005a04754d7a982973a84e902be) Thanks [@Swanand01](https://github.com/Swanand01)! - feat: Add SEO support for core WordPress metadata.
13+
- [#123](https://github.com/rtCamp/snapwp/pull/123) [`0ff49b6`](https://github.com/rtCamp/snapwp/commit/0ff49b60a919b005a04754d7a982973a84e902be) Thanks [@Swanand01](https://github.com/Swanand01)! - feat: Add SEO support for core WordPress metadata.
814

915
## 0.2.1
1016

1117
### Patch Changes
1218

13-
- [#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.
19+
- [#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.
1420

15-
- [#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.
21+
- [#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.
1622

17-
- [#157](https://github.com/rtCamp/snapwp/pull/157) [`278ef2c`](https://github.com/rtCamp/snapwp/commit/278ef2cd96208b89689a4963e69713dcb6fa19eb) Thanks [@justlevine](https://github.com/justlevine)! - chore: update NPM devDependencies to their latest (SemVer-compatible) versions.
23+
- [#157](https://github.com/rtCamp/snapwp/pull/157) [`278ef2c`](https://github.com/rtCamp/snapwp/commit/278ef2cd96208b89689a4963e69713dcb6fa19eb) Thanks [@justlevine](https://github.com/justlevine)! - chore: update NPM devDependencies to their latest (SemVer-compatible) versions.
1824

19-
- [#147](https://github.com/rtCamp/snapwp/pull/147) [`bae4118`](https://github.com/rtCamp/snapwp/commit/bae41180f8012b0232f0c87a3c9e470d56603ff2 Thanks [@ta5r](https://github.com/ta5r)! - chore: Enforce named exports and remove default exports.
25+
- [#147](https://github.com/rtCamp/snapwp/pull/147) [`bae4118`](https://github.com/rtCamp/snapwp/commit/bae41180f8012b0232f0c87a3c9e470d56603ff2 Thanks [@ta5r](https://github.com/ta5r)! - chore: Enforce named exports and remove default exports.
2026

2127
## 0.2.0
2228

2329
### Patch Changes
2430

25-
- 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)]:
26-
- @snapwp/core@0.3.0
31+
- 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)]:
32+
- @snapwp/core@0.3.0
2733

2834
## 0.1.1
2935

3036
### Patch Changes
3137

32-
- 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)]:
33-
- @snapwp/core@0.2.0
38+
- 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)]:
39+
- @snapwp/core@0.2.0
3440

3541
## 0.1.0
3642

3743
### Minor Changes
3844

39-
- [#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
45+
- [#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
4046

4147
### Patch Changes
4248

43-
- Updated dependencies [[`47cad60`](https://github.com/rtCamp/snapwp/commit/47cad6075621da9946a29feba62fc33fe59fdaf6), [`2595e37`](https://github.com/rtCamp/snapwp/commit/2595e376efb9a24b9caa0be9146976ec1386ffc4)]:
44-
- @snapwp/core@0.1.0
49+
- Updated dependencies [[`47cad60`](https://github.com/rtCamp/snapwp/commit/47cad6075621da9946a29feba62fc33fe59fdaf6), [`2595e37`](https://github.com/rtCamp/snapwp/commit/2595e376efb9a24b9caa0be9146976ec1386ffc4)]:
50+
- @snapwp/core@0.1.0
4551

4652
## 0.0.4
4753

4854
### Patch Changes
4955

50-
- chore: Cleanup tsconfig rulesets and remediate unearthed issues
56+
- chore: Cleanup tsconfig rulesets and remediate unearthed issues
5157

52-
- 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)]:
53-
- @snapwp/core@0.0.2
58+
- 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)]:
59+
- @snapwp/core@0.0.2
5460

5561
## 0.0.2 - 2025-02-07
5662

57-
- feat: Update the base configuration to enable the following: `enumsAsTypes`, `skipTypename`, `useTypeImports`.
63+
- feat: Update the base configuration to enable the following: `enumsAsTypes`, `skipTypename`, `useTypeImports`.
5864

5965
## 0.0.1 - 2025-01-30
6066

61-
- Initial (public) release.
67+
- Initial (public) release.

0 commit comments

Comments
 (0)