Skip to content

Commit 80881c2

Browse files
Version Packages (#1063)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ddbd104 commit 80881c2

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

.changeset/healthy-llamas-sneeze.md

Lines changed: 0 additions & 6 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
@@ -11,8 +11,8 @@
1111
"@apollo/client": "^3.6.6",
1212
"@wordpress/base-styles": "^4.7.0",
1313
"@wordpress/block-library": "^7.13.0",
14-
"@faustwp/cli": "0.0.1",
15-
"@faustwp/core": "0.0.1",
14+
"@faustwp/cli": "0.1.0",
15+
"@faustwp/core": "0.1.0",
1616
"classnames": "^2.3.1",
1717
"next": "^12.1.6",
1818
"react": "^17.0.2",

packages/faustwp-cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @faustwp/cli
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- ddbd104: Initial Release

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.0.1",
3+
"version": "0.1.0",
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
@@ -0,0 +1,7 @@
1+
# @faustwp/core
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- ddbd104: Initial Release

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