Skip to content

Commit 75918fd

Browse files
Version Packages (#2147)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f5e1253 commit 75918fd

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/few-bats-remember.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.2.4",
14+
"@faustwp/cli": "^3.2.5",
1515
"@faustwp/core": "^3.2.4",
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.2.5
4+
5+
### Patch Changes
6+
7+
- f5e1253: Previously, WordPress connection failures lacked clear feedback. This update adds an error message when a 500 error occurs, improving debugging and usability.
8+
39
## 3.2.4
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.2.4",
3+
"version": "3.2.5",
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)