diff --git a/.changeset/brown-gifts-sparkle.md b/.changeset/brown-gifts-sparkle.md deleted file mode 100644 index 77e38177..00000000 --- a/.changeset/brown-gifts-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/hwp-previews-wordpress-plugin": patch ---- - -chore: Changes to the github workflow to automate version updates. No existing changes to previews. diff --git a/plugins/hwp-previews/CHANGELOG.md b/plugins/hwp-previews/CHANGELOG.md index 7f13dbe3..22017c07 100644 --- a/plugins/hwp-previews/CHANGELOG.md +++ b/plugins/hwp-previews/CHANGELOG.md @@ -1,5 +1,11 @@ # HWP Previews +## 0.0.6 + +### Patch Changes + +- [#312](https://github.com/wpengine/hwptoolkit/pull/312) [`456be7e`](https://github.com/wpengine/hwptoolkit/commit/456be7e7e477c547a6bf0a1c004639857ec4717d) Thanks [@colinmurphy](https://github.com/colinmurphy)! - chore: Changes to the github workflow to automate version updates. No existing changes to previews. + ## 0.0.5 ### Patch Changes diff --git a/plugins/hwp-previews/composer.json b/plugins/hwp-previews/composer.json index ad2169ac..27e97353 100644 --- a/plugins/hwp-previews/composer.json +++ b/plugins/hwp-previews/composer.json @@ -3,7 +3,7 @@ "type": "wordpress-plugin", "description": "A WordPress plugin for headless previews.", "license": "GPL-2.0", - "version": "0.0.5", + "version": "0.0.6", "authors": [ { "name": "WP Engine Headless OSS Development Team", diff --git a/plugins/hwp-previews/hwp-previews.php b/plugins/hwp-previews/hwp-previews.php index 7cd11093..4743c9f9 100644 --- a/plugins/hwp-previews/hwp-previews.php +++ b/plugins/hwp-previews/hwp-previews.php @@ -7,7 +7,7 @@ * Author: WPEngine Headless OSS Team * Author URI: https://github.com/wpengine * Update URI: https://github.com/wpengine/hwptoolkit - * Version: 0.0.5 + * Version: 0.0.6 * Text Domain: hwp-previews * Domain Path: /languages * Requires at least: 6.0 @@ -67,7 +67,7 @@ function hwp_previews_init(): void { */ function hwp_previews_constants(): void { if ( ! defined( 'HWP_PREVIEWS_VERSION' ) ) { - define( 'HWP_PREVIEWS_VERSION', '0.0.5' ); + define( 'HWP_PREVIEWS_VERSION', '0.0.6' ); } if ( ! defined( 'HWP_PREVIEWS_PLUGIN_DIR' ) ) { diff --git a/plugins/hwp-previews/package.json b/plugins/hwp-previews/package.json index 961c121b..396e1f04 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.5", + "version": "0.0.6", "private": true, "description": "Headless Previews solution for WordPress: fully configurable preview URLs via the settings page.", "scripts": { diff --git a/plugins/hwp-previews/readme.txt b/plugins/hwp-previews/readme.txt index c71f48f5..69412a59 100644 --- a/plugins/hwp-previews/readme.txt +++ b/plugins/hwp-previews/readme.txt @@ -4,7 +4,7 @@ Tags: GraphQL, Headless, Previews, WPGraphQL, React, Rest Requires at least: 6.0 Tested up to: 6.8.1 Requires PHP: 7.4 -Stable tag: 0.0.5 +Stable tag: 0.0.6 License: GPL-2.0 License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/plugins/package.json b/plugins/package.json index ec74f764..26de0786 100644 --- a/plugins/package.json +++ b/plugins/package.json @@ -1,6 +1,32 @@ { "packages": { "wpengine/previews": { + "0.0.6": { + "name": "wpengine/previews", + "version": "0.0.6", + "type": "wordpress-plugin", + "description": "A WordPress plugin for headless previews.", + "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%2Fhwp-previews-wordpress-plugin-0.0.6/hwp-previews.zip", + "type": "zip" + }, + "require": { + "composer/installers": "~1.0 || ~2.0" + } + }, "0.0.5": { "name": "wpengine/previews", "version": "0.0.5",