Skip to content

Commit e17d318

Browse files
Version Packages (#1975)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e22b87d commit e17d318

File tree

9 files changed

+28
-19
lines changed

9 files changed

+28
-19
lines changed

.changeset/dirty-guests-kneel.md

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

.changeset/smart-pumas-act.md

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

examples/next/faustwp-getting-started/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@apollo/client": "^3.10.4",
14-
"@faustwp/cli": "^3.1.0",
14+
"@faustwp/cli": "^3.1.1",
1515
"@faustwp/core": "^3.1.0",
1616
"@wordpress/base-styles": "^5.10.0",
1717
"@wordpress/block-library": "^9.10.0",

packages/blocks/CHANGELOG.md

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

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- 9011492: Updates the GraphQL fragment associated with the CoreQuote component to be compatible with WordPress 6.6
8+
9+
Adds `legacyBehavior` to CoreButton link to work on Next.js v13.
10+
311
## 4.1.0
412

513
### Minor Changes

packages/blocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faustwp/blocks",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "Faust Blocks",
55
"main": "dist/cjs/index.js",
66
"module": "dist/mjs/index.js",

packages/experimental-app-router/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @faustwp/experimental-app-router
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- e22b87d: **@faustwp/cli**: Migrates `glob-promise` dependency to Promise support.
8+
9+
**@faustwp/experimental-app-router**: Update peer dependency of `@apollo/experimental-nextjs-app-support >=0.11.5`.
10+
311
## 0.4.0
412

513
### Minor Changes

packages/experimental-app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@faustwp/experimental-app-router",
33
"type": "module",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"description": "Experimental: A Faust package to support Next.js' App Router",
66
"exports": {
77
".": "./dist/index.js",

packages/faustwp-cli/CHANGELOG.md

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

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- e22b87d: **@faustwp/cli**: Migrates `glob-promise` dependency to Promise support.
8+
9+
**@faustwp/experimental-app-router**: Update peer dependency of `@apollo/experimental-nextjs-app-support >=0.11.5`.
10+
311
## 3.1.0
412

513
### Patch Changes

packages/faustwp-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faustwp/cli",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "This modules provides a CLI to develop, build, and serve your Faust apps",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)