diff --git a/.changeset/early-trains-explain.md b/.changeset/early-trains-explain.md deleted file mode 100644 index d836ab347..000000000 --- a/.changeset/early-trains-explain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@faustwp/blocks": patch -"@faustwp/core": patch ---- - -chore: Updating next to version 15 to fix security issue diff --git a/examples/next/faustwp-getting-started/package.json b/examples/next/faustwp-getting-started/package.json index ece86aa5e..6168c3cb7 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.10.4", "@faustwp/cli": "^3.2.5", - "@faustwp/core": "^3.2.4", + "@faustwp/core": "^3.2.6", "@wordpress/base-styles": "^5.10.0", "@wordpress/block-library": "^9.10.0", "classnames": "^2.5.1", diff --git a/packages/blocks/CHANGELOG.md b/packages/blocks/CHANGELOG.md index 65a39aa62..e446183c3 100644 --- a/packages/blocks/CHANGELOG.md +++ b/packages/blocks/CHANGELOG.md @@ -1,5 +1,11 @@ # @faustwp/blocks +## 6.1.4 + +### Patch Changes + +- 59953b9: chore: Updating next to version 15 to fix security issue + ## 6.1.3 ### Patch Changes diff --git a/packages/blocks/package.json b/packages/blocks/package.json index 687be600c..290289681 100644 --- a/packages/blocks/package.json +++ b/packages/blocks/package.json @@ -1,6 +1,6 @@ { "name": "@faustwp/blocks", - "version": "6.1.3", + "version": "6.1.4", "description": "Faust Blocks", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js", diff --git a/packages/faustwp-core/CHANGELOG.md b/packages/faustwp-core/CHANGELOG.md index 32760535b..51b1dc742 100644 --- a/packages/faustwp-core/CHANGELOG.md +++ b/packages/faustwp-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @faustwp/core +## 3.2.6 + +### Patch Changes + +- 59953b9: chore: Updating next to version 15 to fix security issue + ## 3.2.4 ### Patch Changes diff --git a/packages/faustwp-core/package.json b/packages/faustwp-core/package.json index 365b4c772..751ee1b49 100644 --- a/packages/faustwp-core/package.json +++ b/packages/faustwp-core/package.json @@ -1,6 +1,6 @@ { "name": "@faustwp/core", - "version": "3.2.4", + "version": "3.2.6", "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",