Skip to content

Commit b3664d2

Browse files
github-actions[bot]ahuseyn
authored andcommitted
Version Packages
1 parent 38f48bd commit b3664d2

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/salty-files-build.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
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@apollo/client": "^3.10.4",
14-
"@faustwp/cli": "^3.3.1",
14+
"@faustwp/cli": "^3.3.3",
1515
"@faustwp/core": "^3.3.2",
1616
"@wordpress/base-styles": "^5.10.0",
1717
"@wordpress/block-library": "^9.10.0",

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+
## 3.3.3
4+
5+
### Patch Changes
6+
7+
- 17816f7: Improve validateNextWordPressUrl error messages by including HTTP status code and status text, also providing an additional clarity for fatal errors.
8+
39
## 3.3.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": "3.3.1",
3+
"version": "3.3.3",
44
"description": "This modules provides a CLI to develop, build, and serve your Faust apps",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)