Skip to content

Commit 886ac7a

Browse files
Version Packages (#2177)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e1dfb4 commit 886ac7a

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

.changeset/green-toys-bathe.md

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ faustjs.code-workspace
1515
plugins/faustwp/.docker/plugins/akismet/
1616
plugins/faustwp/.docker/plugins/hello.php
1717
plugins/faustwp/.docker/plugins/index.php
18+
coverage
1819

1920
# Ignore the WordPress source where used by various development environments
2021
wordpress/

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.2.5",
15-
"@faustwp/core": "^3.2.6",
15+
"@faustwp/core": "^3.3.0",
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.0
4+
5+
### Minor Changes
6+
7+
- 5e1dfb4: Updated cookie package to 0.0.7
8+
39
## 3.2.6
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.2.6",
3+
"version": "3.3.0",
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)