diff --git a/.changeset/poor-penguins-joke.md b/.changeset/poor-penguins-joke.md deleted file mode 100644 index cf289e0c4..000000000 --- a/.changeset/poor-penguins-joke.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@faustwp/blocks': patch -'@faustwp/cli': patch -'@faustwp/block-editor-utils': patch -'@faustwp/core': patch ---- - -chore: security update for packages brace-extension and form-data. diff --git a/examples/next/faustwp-getting-started/package.json b/examples/next/faustwp-getting-started/package.json index 45d151612..521fd2e1d 100644 --- a/examples/next/faustwp-getting-started/package.json +++ b/examples/next/faustwp-getting-started/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "@apollo/client": "^3.10.4", - "@faustwp/cli": "^3.2.3", - "@faustwp/core": "^3.2.3", + "@faustwp/cli": "^3.2.4", + "@faustwp/core": "^3.2.4", "@wordpress/base-styles": "^5.10.0", "@wordpress/block-library": "^9.10.0", "classnames": "^2.5.1", diff --git a/packages/block-editor-utils/CHANGELOG.md b/packages/block-editor-utils/CHANGELOG.md index cfbafb844..fb1c76568 100644 --- a/packages/block-editor-utils/CHANGELOG.md +++ b/packages/block-editor-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @faustwp/block-editor-utils +## 0.3.4 + +### Patch Changes + +- a1fb6dd: chore: security update for packages brace-extension and form-data. + ## 0.3.3 ### Patch Changes diff --git a/packages/block-editor-utils/package.json b/packages/block-editor-utils/package.json index 0047e316e..963bb557b 100644 --- a/packages/block-editor-utils/package.json +++ b/packages/block-editor-utils/package.json @@ -1,6 +1,6 @@ { "name": "@faustwp/block-editor-utils", - "version": "0.3.3", + "version": "0.3.4", "description": "Faust Block Editor Utils Package", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js", diff --git a/packages/blocks/CHANGELOG.md b/packages/blocks/CHANGELOG.md index 917069170..65a39aa62 100644 --- a/packages/blocks/CHANGELOG.md +++ b/packages/blocks/CHANGELOG.md @@ -1,5 +1,11 @@ # @faustwp/blocks +## 6.1.3 + +### Patch Changes + +- a1fb6dd: chore: Security update for packages brace-extension and form-data. + ## 6.1.2 ### Patch Changes diff --git a/packages/blocks/package.json b/packages/blocks/package.json index 3d7b7a646..8421166bf 100644 --- a/packages/blocks/package.json +++ b/packages/blocks/package.json @@ -1,6 +1,6 @@ { "name": "@faustwp/blocks", - "version": "6.1.2", + "version": "6.1.3", "description": "Faust Blocks", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js", diff --git a/packages/faustwp-cli/CHANGELOG.md b/packages/faustwp-cli/CHANGELOG.md index 9b9aaf7b4..189e3446c 100644 --- a/packages/faustwp-cli/CHANGELOG.md +++ b/packages/faustwp-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @faustwp/cli +## 3.2.4 + +### Patch Changes + +- a1fb6dd: chore: security update for packages brace-extension and form-data. + ## 3.2.3 ### Patch Changes diff --git a/packages/faustwp-cli/package.json b/packages/faustwp-cli/package.json index 59e480429..78c1cfa69 100644 --- a/packages/faustwp-cli/package.json +++ b/packages/faustwp-cli/package.json @@ -1,6 +1,6 @@ { "name": "@faustwp/cli", - "version": "3.2.3", + "version": "3.2.4", "description": "This modules provides a CLI to develop, build, and serve your Faust apps", "main": "dist/index.js", "type": "module", diff --git a/packages/faustwp-core/CHANGELOG.md b/packages/faustwp-core/CHANGELOG.md index dbce4ffc8..32760535b 100644 --- a/packages/faustwp-core/CHANGELOG.md +++ b/packages/faustwp-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @faustwp/core +## 3.2.4 + +### Patch Changes + +- a1fb6dd: chore: security update for packages brace-extension and form-data. + ## 3.2.3 ### Patch Changes diff --git a/packages/faustwp-core/package.json b/packages/faustwp-core/package.json index 875211acb..365b4c772 100644 --- a/packages/faustwp-core/package.json +++ b/packages/faustwp-core/package.json @@ -1,6 +1,6 @@ { "name": "@faustwp/core", - "version": "3.2.3", + "version": "3.2.4", "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", diff --git a/plugins/faustwp/readme.txt b/plugins/faustwp/readme.txt index 118861492..678e9f83a 100644 --- a/plugins/faustwp/readme.txt +++ b/plugins/faustwp/readme.txt @@ -52,26 +52,26 @@ plugins/faustwp/.wordpress-org/screenshot-1.png plugins/faustwp/.wordpress-org/screenshot-2.png plugins/faustwp/.wordpress-org/screenshot-3.png -== Changelog == - -= 1.8.4 = - -### Patch Changes - -- 5ce074a: Tested Faust on WordPress 6.8.1 -- 8684b83: Fixed issue in content_replacement when site_url() contains port - -= 1.8.3 = - -### Patch Changes - -- 089ea0a: Fix for adding assets to the correct release for Github Actions. -- Small fix for Github actions to upload assets to the correct release - -= 1.8.2 = - -### Patch Changes - -- b1898f8: Fix for adding assets to the correct release for Github Actions. - -[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md) +== Changelog == + += 1.8.4 = + +### Patch Changes + +- 5ce074a: Tested Faust on WordPress 6.8.1 +- 8684b83: Fixed issue in content_replacement when site_url() contains port + += 1.8.3 = + +### Patch Changes + +- 089ea0a: Fix for adding assets to the correct release for Github Actions. + Small fix for Github actions to upload assets to the correct release + += 1.8.2 = + +### Patch Changes + +- b1898f8: Fix for adding assets to the correct release for Github Actions. + +[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md) \ No newline at end of file