From 817ab12ea7012ec1ef1385b37766817b347a06f9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 20 Apr 2026 09:38:20 +0000 Subject: [PATCH] chore: apply version bump from changesets for wpgraphql-logging --- .changeset/fine-worms-wish.md | 7 ------- plugins/hwp-previews/CHANGELOG.md | 6 ++++++ plugins/hwp-previews/package.json | 2 +- plugins/wpgraphql-debug-extensions/CHANGELOG.md | 6 ++++++ plugins/wpgraphql-debug-extensions/package.json | 2 +- plugins/wpgraphql-webhooks/CHANGELOG.md | 6 ++++++ plugins/wpgraphql-webhooks/package.json | 2 +- 7 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 .changeset/fine-worms-wish.md diff --git a/.changeset/fine-worms-wish.md b/.changeset/fine-worms-wish.md deleted file mode 100644 index cc5fe8bd2..000000000 --- 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 12b2eb091..a737accf4 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 26a372516..f6638cf78 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 77d521d48..b1e030336 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 e9ce36adf..6f38c16e4 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 2d8b550fa..6b592c298 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 0b84e25dd..1c746cbb7 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": {