diff --git a/.changeset/modern-walls-destroy.md b/.changeset/modern-walls-destroy.md deleted file mode 100644 index 1845c94f8..000000000 --- a/.changeset/modern-walls-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@faustwp/core': patch ---- - -Fixes a bug when navigating to a page client side that threw an error with multiple queries. diff --git a/examples/next/app-router/package.json b/examples/next/app-router/package.json index b263b995e..5fb302512 100644 --- a/examples/next/app-router/package.json +++ b/examples/next/app-router/package.json @@ -13,7 +13,7 @@ "@apollo/client": "^3.8.0", "@apollo/experimental-nextjs-app-support": "^0.5.1", "@faustwp/cli": "^2.0.0", - "@faustwp/core": "^2.1.0", + "@faustwp/core": "^2.1.1", "@faustwp/experimental-app-router": "^0.2.2", "graphql": "^16.7.1", "next": "^14.0.1", diff --git a/examples/next/block-support/package.json b/examples/next/block-support/package.json index 9e81948c5..7f7a160d7 100644 --- a/examples/next/block-support/package.json +++ b/examples/next/block-support/package.json @@ -14,7 +14,7 @@ "@apollo/client": "^3.8.8", "@faustwp/blocks": "2.0.0", "@faustwp/cli": "^2.0.0", - "@faustwp/core": "^2.1.0", + "@faustwp/core": "^2.1.1", "@wordpress/base-styles": "^4.38.0", "@wordpress/block-library": "^8.24.0", "classnames": "^2.3.1", diff --git a/examples/next/faustwp-getting-started/package.json b/examples/next/faustwp-getting-started/package.json index 12880a250..60a06bef5 100644 --- a/examples/next/faustwp-getting-started/package.json +++ b/examples/next/faustwp-getting-started/package.json @@ -12,7 +12,7 @@ "dependencies": { "@apollo/client": "^3.6.6", "@faustwp/cli": "^2.0.0", - "@faustwp/core": "^2.1.0", + "@faustwp/core": "^2.1.1", "@wordpress/base-styles": "^4.36.0", "@wordpress/block-library": "^7.19.0", "classnames": "^2.3.1", diff --git a/packages/faustwp-core/CHANGELOG.md b/packages/faustwp-core/CHANGELOG.md index 3ed48a18b..0956739a4 100644 --- a/packages/faustwp-core/CHANGELOG.md +++ b/packages/faustwp-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @faustwp/core +## 2.1.1 + +### Patch Changes + +- 1b495d7: Fixes a bug when navigating to a page client side that threw an error with multiple queries. + ## 2.1.0 ### Minor Changes diff --git a/packages/faustwp-core/package.json b/packages/faustwp-core/package.json index bbd09a9b2..1f5a130eb 100644 --- a/packages/faustwp-core/package.json +++ b/packages/faustwp-core/package.json @@ -1,6 +1,6 @@ { "name": "@faustwp/core", - "version": "2.1.0", + "version": "2.1.1", "description": "Faust is a framework that aims to make headless WordPress as streamlined as classic WordPress for both developers and publishers", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js",