diff --git a/.changeset/cold-horses-deny.md b/.changeset/cold-horses-deny.md deleted file mode 100644 index 410a67539..000000000 --- a/.changeset/cold-horses-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@faustwp/cli": patch ---- - -Allow CLI health checks to be skipped via `--skip-health-checks` argument diff --git a/examples/next/app-router/package.json b/examples/next/app-router/package.json index 42047bf10..0c5425c05 100644 --- a/examples/next/app-router/package.json +++ b/examples/next/app-router/package.json @@ -12,7 +12,7 @@ "dependencies": { "@apollo/client": "^3.8.0", "@apollo/experimental-nextjs-app-support": "^0.4.1", - "@faustwp/cli": "1.1.3", + "@faustwp/cli": "1.1.4", "@faustwp/core": "1.1.2", "@faustwp/experimental-app-router": "^0.1.0", "graphql": "^16.7.1", diff --git a/examples/next/faustwp-getting-started/package.json b/examples/next/faustwp-getting-started/package.json index 20b8b7ba6..6ff49d8a0 100644 --- a/examples/next/faustwp-getting-started/package.json +++ b/examples/next/faustwp-getting-started/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@apollo/client": "^3.6.6", - "@faustwp/cli": "1.1.3", + "@faustwp/cli": "1.1.4", "@faustwp/core": "1.1.2", "@wordpress/base-styles": "^4.26.0", "@wordpress/block-library": "^7.19.0", diff --git a/packages/faustwp-cli/CHANGELOG.md b/packages/faustwp-cli/CHANGELOG.md index c9bb104be..242dd39d4 100644 --- a/packages/faustwp-cli/CHANGELOG.md +++ b/packages/faustwp-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @faustwp/cli +## 1.1.4 + +### Patch Changes + +- 9a84eb4: Allow CLI health checks to be skipped via `--skip-health-checks` argument + ## 1.1.3 ### Patch Changes diff --git a/packages/faustwp-cli/package.json b/packages/faustwp-cli/package.json index 39c8aeb91..fe4ee8fb5 100644 --- a/packages/faustwp-cli/package.json +++ b/packages/faustwp-cli/package.json @@ -1,6 +1,6 @@ { "name": "@faustwp/cli", - "version": "1.1.3", + "version": "1.1.4", "description": "This modules provides a CLI to develop, build, and serve your Faust apps", "main": "dist/index.js", "type": "module",