diff --git a/.changeset/fine-worms-wish.md b/.changeset/fine-worms-wish.md deleted file mode 100644 index cc5fe8bd..00000000 --- a/.changeset/fine-worms-wish.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@wpengine/hwp-previews-wordpress-plugin": patch -"@wpengine/wpgraphql-debug-extensions-wordpress-plugin": patch -"@wpengine/wpgraphql-webhooks-wordpress-plugin": patch ---- - -Security fix: update "composer/composer" diff --git a/plugins/hwp-previews/CHANGELOG.md b/plugins/hwp-previews/CHANGELOG.md index 12b2eb09..a737accf 100644 --- a/plugins/hwp-previews/CHANGELOG.md +++ b/plugins/hwp-previews/CHANGELOG.md @@ -1,5 +1,11 @@ # HWP Previews +## 1.0.1 + +### Patch Changes + +- [#587](https://github.com/wpengine/hwptoolkit/pull/587) [`063c571`](https://github.com/wpengine/hwptoolkit/commit/063c571d2e2019ef40ef35bd5139b58a762dd1e6) Thanks [@ahuseyn](https://github.com/ahuseyn)! - Security fix: update "composer/composer" + ## 1.0.0 ### Major Changes diff --git a/plugins/hwp-previews/package.json b/plugins/hwp-previews/package.json index 26a37251..f6638cf7 100644 --- a/plugins/hwp-previews/package.json +++ b/plugins/hwp-previews/package.json @@ -1,6 +1,6 @@ { "name": "@wpengine/hwp-previews-wordpress-plugin", - "version": "1.0.0", + "version": "1.0.1", "private": true, "description": "Headless Previews solution for WordPress: fully configurable preview URLs via the settings page.", "scripts": { diff --git a/plugins/wpgraphql-debug-extensions/CHANGELOG.md b/plugins/wpgraphql-debug-extensions/CHANGELOG.md index 77d521d4..b1e03033 100644 --- a/plugins/wpgraphql-debug-extensions/CHANGELOG.md +++ b/plugins/wpgraphql-debug-extensions/CHANGELOG.md @@ -1,5 +1,11 @@ # @wpengine/wpgraphql-debug-extensions-plugin +## 0.0.4 + +### Patch Changes + +- [#587](https://github.com/wpengine/hwptoolkit/pull/587) [`063c571`](https://github.com/wpengine/hwptoolkit/commit/063c571d2e2019ef40ef35bd5139b58a762dd1e6) Thanks [@ahuseyn](https://github.com/ahuseyn)! - Security fix: update "composer/composer" + ## 0.0.3 ### Patch Changes diff --git a/plugins/wpgraphql-debug-extensions/package.json b/plugins/wpgraphql-debug-extensions/package.json index e9ce36ad..6f38c16e 100644 --- a/plugins/wpgraphql-debug-extensions/package.json +++ b/plugins/wpgraphql-debug-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@wpengine/wpgraphql-debug-extensions-wordpress-plugin", - "version": "0.0.3", + "version": "0.0.4", "private": true, "description": "Debug Extensions for WordPress", "scripts": { diff --git a/plugins/wpgraphql-webhooks/CHANGELOG.md b/plugins/wpgraphql-webhooks/CHANGELOG.md index 2d8b550f..6b592c29 100644 --- a/plugins/wpgraphql-webhooks/CHANGELOG.md +++ b/plugins/wpgraphql-webhooks/CHANGELOG.md @@ -1,5 +1,11 @@ # @wpengine/wpgraphql-webhooks-wordpress-plugin +## 0.0.8 + +### Patch Changes + +- [#587](https://github.com/wpengine/hwptoolkit/pull/587) [`063c571`](https://github.com/wpengine/hwptoolkit/commit/063c571d2e2019ef40ef35bd5139b58a762dd1e6) Thanks [@ahuseyn](https://github.com/ahuseyn)! - Security fix: update "composer/composer" + ## 0.0.7 ### Patch Changes diff --git a/plugins/wpgraphql-webhooks/package.json b/plugins/wpgraphql-webhooks/package.json index 0b84e25d..1c746cbb 100644 --- a/plugins/wpgraphql-webhooks/package.json +++ b/plugins/wpgraphql-webhooks/package.json @@ -1,6 +1,6 @@ { "name": "@wpengine/wpgraphql-webhooks-wordpress-plugin", - "version": "0.0.7", + "version": "0.0.8", "private": true, "description": "Webhooks solution for WordPress", "scripts": {