diff --git a/.changeset/afraid-rats-heal.md b/.changeset/afraid-rats-heal.md deleted file mode 100644 index 66da60e2e..000000000 --- a/.changeset/afraid-rats-heal.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@faustwp/block-editor-utils': patch -'@faustwp/core': patch -'@faustwp/cli': patch -'@faustwp/blocks': patch ---- - -Updated glob to version 10.4.5 diff --git a/examples/next/faustwp-getting-started/package.json b/examples/next/faustwp-getting-started/package.json index 0c12f6039..e78be0026 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.5", - "@faustwp/core": "^3.3.0", + "@faustwp/cli": "^3.3.1", + "@faustwp/core": "^3.3.1", "@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 fb1c76568..650df71b1 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.5 + +### Patch Changes + +- afb25f4: Updated glob to version 10.4.5 + ## 0.3.4 ### Patch Changes @@ -40,7 +46,6 @@ ```js // Component.js - Component.config = { name: 'CreateBlockBlockB', editorFields: { diff --git a/packages/block-editor-utils/package.json b/packages/block-editor-utils/package.json index 963bb557b..cf45308de 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.4", + "version": "0.3.5", "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 e446183c3..9dc861cd1 100644 --- a/packages/blocks/CHANGELOG.md +++ b/packages/blocks/CHANGELOG.md @@ -1,5 +1,11 @@ # @faustwp/blocks +## 6.1.5 + +### Patch Changes + +- afb25f4: Updated glob to version 10.4.5 + ## 6.1.4 ### Patch Changes diff --git a/packages/blocks/package.json b/packages/blocks/package.json index 290289681..3c358bb68 100644 --- a/packages/blocks/package.json +++ b/packages/blocks/package.json @@ -1,6 +1,6 @@ { "name": "@faustwp/blocks", - "version": "6.1.4", + "version": "6.1.5", "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 37a2df920..261e48d06 100644 --- a/packages/faustwp-cli/CHANGELOG.md +++ b/packages/faustwp-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @faustwp/cli +## 3.3.1 + +### Patch Changes + +- afb25f4: Updated glob to version 10.4.5 + ## 3.2.5 ### Patch Changes diff --git a/packages/faustwp-cli/package.json b/packages/faustwp-cli/package.json index 6f6ed454d..fa64213e3 100644 --- a/packages/faustwp-cli/package.json +++ b/packages/faustwp-cli/package.json @@ -1,6 +1,6 @@ { "name": "@faustwp/cli", - "version": "3.2.5", + "version": "3.3.1", "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 d14738f98..7f79d4944 100644 --- a/packages/faustwp-core/CHANGELOG.md +++ b/packages/faustwp-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @faustwp/core +## 3.3.1 + +### Patch Changes + +- afb25f4: Updated glob to version 10.4.5 + ## 3.3.0 ### Minor Changes diff --git a/packages/faustwp-core/package.json b/packages/faustwp-core/package.json index 77b6e7fb3..9a8db3f82 100644 --- a/packages/faustwp-core/package.json +++ b/packages/faustwp-core/package.json @@ -1,6 +1,6 @@ { "name": "@faustwp/core", - "version": "3.3.0", + "version": "3.3.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",