Skip to content

Commit cada4b5

Browse files
chore: version bump
1 parent d0cfceb commit cada4b5

30 files changed

Lines changed: 196 additions & 108 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.

.changeset/tricky-areas-fly.md

Lines changed: 0 additions & 6 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), [`6015c9b`](https://github.com/rtCamp/snapwp/commit/6015c9bac0c94571c3708d6d171044d5581769cb)]:
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.",

0 commit comments

Comments
 (0)