Skip to content

Commit 1c52a29

Browse files
authored
Merge pull request #791 from alleyinteractive/changeset-release/main
Version Packages
2 parents debf07c + 8dfc9b1 commit 1c52a29

File tree

17 files changed

+49
-35
lines changed

17 files changed

+49
-35
lines changed

.changeset/fast-squids-hunt.md

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

.changeset/long-mails-float.md

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

.changeset/nervous-dryers-bake.md

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

.changeset/rare-actors-mate.md

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

.changeset/soft-turkeys-shout.md

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

packages/block-editor-tools/CHANGELOG.md

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

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- ef73f89: Drop Node 16 support.
8+
- e2235d7: Deprecate useDebounce in favor of the version in @wordpress/compose.
9+
- 244a618: Add Node 24 support
10+
311
## 0.13.0
412

513
### Minor Changes

packages/block-editor-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alleyinteractive/block-editor-tools",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "A set of tools to help build products for the WordPress block editor.",
55
"main": "./build/index.bundle.min.js",
66
"types": "./build/index.d.ts",

packages/build-tool/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- a4a181b: Ensure that parent process exits with same code as child process
8+
39
## 0.2.0
410

511
### Minor Changes

packages/build-tool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alleyinteractive/build-tool",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "An opinionated set of build configurations for wp-scripts",
55
"bin": {
66
"alley-build": "./dist/cjs/index.js"

packages/create-block/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- a4a181b: Ensure that parent process exits with same code as child process
8+
39
## 0.3.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)