diff --git a/.changeset/nice-mails-sort.md b/.changeset/nice-mails-sort.md deleted file mode 100644 index f4b6e22c..00000000 --- a/.changeset/nice-mails-sort.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@wpengine/wpgraphql-debug-extensions-wordpress-plugin": patch -"@wpengine/wpgraphql-webhooks-wordpress-plugin": patch ---- - -chore: wp-graphql-webhooks -> wpgraphql-webhooks diff --git a/plugins/composer-packages.json b/plugins/composer-packages.json index 199b81b5..e41614f4 100644 --- a/plugins/composer-packages.json +++ b/plugins/composer-packages.json @@ -211,6 +211,32 @@ } }, "wpengine/wpgraphql-debug-extensions": { + "0.0.2": { + "name": "wpengine/wpgraphql-debug-extensions", + "version": "0.0.2", + "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.2/wpgraphql-debug-extensions.zip", + "type": "zip" + }, + "require": { + "composer/installers": "~1.0 || ~2.0" + } + }, "0.0.1": { "name": "wpengine/wpgraphql-debug-extensions", "version": "0.0.1", diff --git a/plugins/wpgraphql-debug-extensions/CHANGELOG.md b/plugins/wpgraphql-debug-extensions/CHANGELOG.md index 30e2c151..9f5e3616 100644 --- a/plugins/wpgraphql-debug-extensions/CHANGELOG.md +++ b/plugins/wpgraphql-debug-extensions/CHANGELOG.md @@ -1 +1,7 @@ # @wpengine/wpgraphql-debug-extensions-plugin + +## 0.0.2 + +### Patch Changes + +- [#362](https://github.com/wpengine/hwptoolkit/pull/362) [`730646a`](https://github.com/wpengine/hwptoolkit/commit/730646acfb881344f751cd2f7f2ddc1694f9dd1e) Thanks [@theodesp](https://github.com/theodesp)! - chore: wp-graphql-webhooks -> wpgraphql-webhooks diff --git a/plugins/wpgraphql-debug-extensions/composer.json b/plugins/wpgraphql-debug-extensions/composer.json index f032b544..23679425 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.1", + "version": "0.0.2", "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 9394bb02..88b41f37 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.1", + "version": "0.0.2", "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 cdf7e757..6abdb2b8 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.1 +Stable tag: 0.0.2 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 16dd7a96..45793609 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.1 + * Version: 0.0.2 * 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.1' ); + define( 'WPGRAPHQL_DEBUG_EXTENSIONS_VERSION', '0.0.2' ); } // Plugin Folder Path. diff --git a/plugins/wpgraphql-webhooks/CHANGELOG.md b/plugins/wpgraphql-webhooks/CHANGELOG.md index 9b6b2ee9..a86a28be 100644 --- a/plugins/wpgraphql-webhooks/CHANGELOG.md +++ b/plugins/wpgraphql-webhooks/CHANGELOG.md @@ -1,5 +1,11 @@ # @wpengine/wpgraphql-webhooks-wordpress-plugin +## 0.0.5 + +### Patch Changes + +- [#362](https://github.com/wpengine/hwptoolkit/pull/362) [`730646a`](https://github.com/wpengine/hwptoolkit/commit/730646acfb881344f751cd2f7f2ddc1694f9dd1e) Thanks [@theodesp](https://github.com/theodesp)! - chore: wp-graphql-webhooks -> wpgraphql-webhooks + ## 0.0.4 ### Patch Changes diff --git a/plugins/wpgraphql-webhooks/package.json b/plugins/wpgraphql-webhooks/package.json index ffbbca9e..ff5cd5de 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.4", + "version": "0.0.5", "private": true, "description": "Webhooks solution for WordPress", "scripts": {