Skip to content

Commit 5e3d791

Browse files
Version Packages (#2184)
* Version Packages * fix: changelog format --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ahuseyn <[email protected]>
1 parent b5c208f commit 5e3d791

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/huge-walls-raise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/next/faustwp-getting-started/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@apollo/client": "^3.10.4",
1414
"@faustwp/cli": "^3.3.1",
15-
"@faustwp/core": "^3.3.1",
15+
"@faustwp/core": "^3.3.2",
1616
"@wordpress/base-styles": "^5.10.0",
1717
"@wordpress/block-library": "^9.10.0",
1818
"classnames": "^2.5.1",

packages/faustwp-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @faustwp/core
22

3+
## 3.3.2
4+
5+
### Patch Changes
6+
7+
- b5c208f: #2181 - Sanitize URL in cookie key to make it RFC 6265 sec 4.1.1 compliant.
8+
39
## 3.3.1
410

511
### Patch Changes

packages/faustwp-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faustwp/core",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Faust is a framework that aims to make headless WordPress as streamlined as classic WordPress for both developers and publishers",
55
"main": "dist/cjs/index.js",
66
"module": "dist/mjs/index.js",

0 commit comments

Comments
 (0)