diff --git a/.changeset/huge-walls-raise.md b/.changeset/huge-walls-raise.md deleted file mode 100644 index 61d560b4c..000000000 --- a/.changeset/huge-walls-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@faustwp/core': patch ---- - -#2181 - Sanitize URL in cookie key to make it RFC 6265 sec 4.1.1 compliant. diff --git a/examples/next/faustwp-getting-started/package.json b/examples/next/faustwp-getting-started/package.json index e78be0026..5ac8c22ed 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.3.1", - "@faustwp/core": "^3.3.1", + "@faustwp/core": "^3.3.2", "@wordpress/base-styles": "^5.10.0", "@wordpress/block-library": "^9.10.0", "classnames": "^2.5.1", diff --git a/packages/faustwp-core/CHANGELOG.md b/packages/faustwp-core/CHANGELOG.md index 7f79d4944..a9412ec78 100644 --- a/packages/faustwp-core/CHANGELOG.md +++ b/packages/faustwp-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @faustwp/core +## 3.3.2 + +### Patch Changes + +- b5c208f: #2181 - Sanitize URL in cookie key to make it RFC 6265 sec 4.1.1 compliant. + ## 3.3.1 ### Patch Changes diff --git a/packages/faustwp-core/package.json b/packages/faustwp-core/package.json index 9a8db3f82..eadf2ba46 100644 --- a/packages/faustwp-core/package.json +++ b/packages/faustwp-core/package.json @@ -1,6 +1,6 @@ { "name": "@faustwp/core", - "version": "3.3.1", + "version": "3.3.2", "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",