Skip to content

Commit 0968ae1

Browse files
Version Packages (#1091)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f4d7c84 commit 0968ae1

File tree

8 files changed

+17
-19
lines changed

8 files changed

+17
-19
lines changed

.changeset/dry-kings-heal.md

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

.changeset/healthy-windows-beg.md

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

.changeset/pretty-cycles-walk.md

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@apollo/client": "^3.6.6",
13-
"@faustwp/cli": "0.1.1",
14-
"@faustwp/core": "0.1.1",
13+
"@faustwp/cli": "0.1.2",
14+
"@faustwp/core": "0.1.2",
1515
"@wordpress/base-styles": "^4.7.0",
1616
"@wordpress/block-library": "^7.13.0",
1717
"classnames": "^2.3.1",

packages/faustwp-cli/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 4f46f81: Handles .env.production and .env.development in example
8+
39
## 0.1.1
410

511
### Patch Changes

packages/faustwp-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faustwp/cli",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "This modules provides a CLI to develop, build, and serve your Faust apps",
55
"main": "dist/index.js",
66
"type": "module",

packages/faustwp-core/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 30b59d6: Reduce bundle size by using proper lodash import
8+
- a17d980: Fixes incomplete Apollo Client Data merge
9+
310
## 0.1.1
411

512
### 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": "0.1.1",
3+
"version": "0.1.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)