diff --git a/.changeset/tidy-moments-kneel.md b/.changeset/tidy-moments-kneel.md deleted file mode 100644 index 9172a765..00000000 --- a/.changeset/tidy-moments-kneel.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"@wpengine/wpgraphql-debug-extensions-wordpress-plugin": patch -"@wpengine/wpgraphql-webhooks-wordpress-plugin": patch -"@wpengine/wpgraphql-logging-wordpress-plugin": patch -"@wpengine/hwp-previews-wordpress-plugin": patch ---- - -Fixed security vulnerability by updating @wordpress/scripts from 30.18.0 to 30.24.0. -Other packages bumped: - -- @changesets/cli -- @playwright/test -- @wordpress/e2e-test-utils-playwright -- @wordpress/env -- @wordpress/jest-console -- @wordpress/scripts diff --git a/plugins/composer-packages.json b/plugins/composer-packages.json index 6382f6a6..23dee596 100644 --- a/plugins/composer-packages.json +++ b/plugins/composer-packages.json @@ -211,6 +211,32 @@ } }, "wpengine/wpgraphql-debug-extensions": { + "0.0.3": { + "name": "wpengine/wpgraphql-debug-extensions", + "version": "0.0.3", + "type": "wordpress-plugin", + "description": "Debug extensions for WPGraphQL", + "homepage": "https://github.com/wpengine/hwptoolkit", + "license": "GPL-2.0", + "authors": [ + { + "name": "WP Engine Headless OSS Development Team", + "email": "headless-oss@wpengine.com", + "homepage": "https://wpengine.com/" + } + ], + "support": { + "issues": "https://github.com/wpengine/hwptoolkit/issues", + "email": "support@wpengine.com" + }, + "dist": { + "url": "https://github.com/wpengine/hwptoolkit/releases/download/%40wpengine%2Fwpgraphql-debug-extensions-wordpress-plugin-0.0.3/wpgraphql-debug-extensions.zip", + "type": "zip" + }, + "require": { + "composer/installers": "~1.0 || ~2.0" + } + }, "0.0.2": { "name": "wpengine/wpgraphql-debug-extensions", "version": "0.0.2", diff --git a/plugins/hwp-previews/CHANGELOG.md b/plugins/hwp-previews/CHANGELOG.md index cdd109f2..86565adf 100644 --- a/plugins/hwp-previews/CHANGELOG.md +++ b/plugins/hwp-previews/CHANGELOG.md @@ -1,5 +1,19 @@ # HWP Previews +## 0.0.12 + +### Patch Changes + +- [#416](https://github.com/wpengine/hwptoolkit/pull/416) [`641fa27`](https://github.com/wpengine/hwptoolkit/commit/641fa27d11a62fe2433a96299776732435a1eacd) Thanks [@ahuseyn](https://github.com/ahuseyn)! - Fixed security vulnerability by updating @wordpress/scripts from 30.18.0 to 30.24.0. + Other packages bumped: + + - @changesets/cli + - @playwright/test + - @wordpress/e2e-test-utils-playwright + - @wordpress/env + - @wordpress/jest-console + - @wordpress/scripts + ## 0.0.11 ### Patch Changes diff --git a/plugins/hwp-previews/package.json b/plugins/hwp-previews/package.json index ec9a3c41..eede35ab 100644 --- a/plugins/hwp-previews/package.json +++ b/plugins/hwp-previews/package.json @@ -1,6 +1,6 @@ { "name": "@wpengine/hwp-previews-wordpress-plugin", - "version": "0.0.11", + "version": "0.0.12", "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 9f5e3616..77d521d4 100644 --- a/plugins/wpgraphql-debug-extensions/CHANGELOG.md +++ b/plugins/wpgraphql-debug-extensions/CHANGELOG.md @@ -1,5 +1,19 @@ # @wpengine/wpgraphql-debug-extensions-plugin +## 0.0.3 + +### Patch Changes + +- [#416](https://github.com/wpengine/hwptoolkit/pull/416) [`641fa27`](https://github.com/wpengine/hwptoolkit/commit/641fa27d11a62fe2433a96299776732435a1eacd) Thanks [@ahuseyn](https://github.com/ahuseyn)! - Fixed security vulnerability by updating @wordpress/scripts from 30.18.0 to 30.24.0. + Other packages bumped: + + - @changesets/cli + - @playwright/test + - @wordpress/e2e-test-utils-playwright + - @wordpress/env + - @wordpress/jest-console + - @wordpress/scripts + ## 0.0.2 ### Patch Changes diff --git a/plugins/wpgraphql-debug-extensions/composer.json b/plugins/wpgraphql-debug-extensions/composer.json index 23679425..bbf9f5a1 100644 --- a/plugins/wpgraphql-debug-extensions/composer.json +++ b/plugins/wpgraphql-debug-extensions/composer.json @@ -3,7 +3,7 @@ "description": "Debug extensions for WPGraphQL", "type": "library", "license": "GPL-2.0", - "version": "0.0.2", + "version": "0.0.3", "authors": [ { "name": "WP Engine Headless OSS Development Team", diff --git a/plugins/wpgraphql-debug-extensions/package.json b/plugins/wpgraphql-debug-extensions/package.json index dd931e2f..ae7711d3 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.2", + "version": "0.0.3", "private": true, "description": "Debug Extensions for WordPress", "scripts": { diff --git a/plugins/wpgraphql-debug-extensions/readme.txt b/plugins/wpgraphql-debug-extensions/readme.txt index 6abdb2b8..3400e868 100644 --- a/plugins/wpgraphql-debug-extensions/readme.txt +++ b/plugins/wpgraphql-debug-extensions/readme.txt @@ -5,7 +5,7 @@ Requires at least: 6.0 Tested up to: 6.8.1 Requires PHP: 7.4 Requires WPGraphQL: 1.8.0 -Stable tag: 0.0.2 +Stable tag: 0.0.3 License: GPL-3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/plugins/wpgraphql-debug-extensions/wpgraphql-debug-extensions.php b/plugins/wpgraphql-debug-extensions/wpgraphql-debug-extensions.php index 45793609..d7116aa0 100644 --- a/plugins/wpgraphql-debug-extensions/wpgraphql-debug-extensions.php +++ b/plugins/wpgraphql-debug-extensions/wpgraphql-debug-extensions.php @@ -7,7 +7,7 @@ * Author: WPEngine OSS Team * Author URI: https://github.com/wpengine * Update URI: https://github.com/wpengine/hwptoolkit - * Version: 0.0.2 + * Version: 0.0.3 * Text Domain: wpgraphql-debug-extensions * Domain Path: /languages * Requires at least: 6.0 @@ -59,7 +59,7 @@ function wpgraphql_debug_extensions_constants(): void { // Plugin version. if ( ! defined( 'WPGRAPHQL_DEBUG_EXTENSIONS_VERSION' ) ) { - define( 'WPGRAPHQL_DEBUG_EXTENSIONS_VERSION', '0.0.2' ); + define( 'WPGRAPHQL_DEBUG_EXTENSIONS_VERSION', '0.0.3' ); } // Plugin Folder Path. diff --git a/plugins/wpgraphql-logging/CHANGELOG.md b/plugins/wpgraphql-logging/CHANGELOG.md index bef37302..39a61b57 100644 --- a/plugins/wpgraphql-logging/CHANGELOG.md +++ b/plugins/wpgraphql-logging/CHANGELOG.md @@ -1,5 +1,19 @@ # WPGraphQL Logging +## 0.0.9 + +### Patch Changes + +- [#416](https://github.com/wpengine/hwptoolkit/pull/416) [`641fa27`](https://github.com/wpengine/hwptoolkit/commit/641fa27d11a62fe2433a96299776732435a1eacd) Thanks [@ahuseyn](https://github.com/ahuseyn)! - Fixed security vulnerability by updating @wordpress/scripts from 30.18.0 to 30.24.0. + Other packages bumped: + + - @changesets/cli + - @playwright/test + - @wordpress/e2e-test-utils-playwright + - @wordpress/env + - @wordpress/jest-console + - @wordpress/scripts + ## 0.0.8 ### Patch Changes diff --git a/plugins/wpgraphql-logging/package.json b/plugins/wpgraphql-logging/package.json index 05546ece..23901f90 100644 --- a/plugins/wpgraphql-logging/package.json +++ b/plugins/wpgraphql-logging/package.json @@ -1,6 +1,6 @@ { "name": "@wpengine/wpgraphql-logging-wordpress-plugin", - "version": "0.0.8", + "version": "0.0.9", "private": true, "description": "A POC plugin for logging WPGraphQL queries.", "scripts": { diff --git a/plugins/wpgraphql-webhooks/CHANGELOG.md b/plugins/wpgraphql-webhooks/CHANGELOG.md index 01eec6db..2d8b550f 100644 --- a/plugins/wpgraphql-webhooks/CHANGELOG.md +++ b/plugins/wpgraphql-webhooks/CHANGELOG.md @@ -1,5 +1,19 @@ # @wpengine/wpgraphql-webhooks-wordpress-plugin +## 0.0.7 + +### Patch Changes + +- [#416](https://github.com/wpengine/hwptoolkit/pull/416) [`641fa27`](https://github.com/wpengine/hwptoolkit/commit/641fa27d11a62fe2433a96299776732435a1eacd) Thanks [@ahuseyn](https://github.com/ahuseyn)! - Fixed security vulnerability by updating @wordpress/scripts from 30.18.0 to 30.24.0. + Other packages bumped: + + - @changesets/cli + - @playwright/test + - @wordpress/e2e-test-utils-playwright + - @wordpress/env + - @wordpress/jest-console + - @wordpress/scripts + ## 0.0.6 ### Patch Changes diff --git a/plugins/wpgraphql-webhooks/package.json b/plugins/wpgraphql-webhooks/package.json index 32aae0a1..b924c51a 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.6", + "version": "0.0.7", "private": true, "description": "Webhooks solution for WordPress", "scripts": {