From bad93b98d1efbc1e058458f851f5cd8bcd81031e Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 2 Jul 2025 07:17:45 +0000 Subject: [PATCH] chore: apply version bump from changesets for hwp-previews --- .changeset/twelve-beans-punch.md | 5 ----- plugins/hwp-previews/CHANGELOG.md | 6 ++++++ plugins/hwp-previews/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/twelve-beans-punch.md diff --git a/.changeset/twelve-beans-punch.md b/.changeset/twelve-beans-punch.md deleted file mode 100644 index 9c6b6d72..00000000 --- a/.changeset/twelve-beans-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/hwp-previews-wordpress-plugin": patch ---- - -docs: Updated docs for testing. diff --git a/plugins/hwp-previews/CHANGELOG.md b/plugins/hwp-previews/CHANGELOG.md index 9883c2d0..7f13dbe3 100644 --- a/plugins/hwp-previews/CHANGELOG.md +++ b/plugins/hwp-previews/CHANGELOG.md @@ -1,5 +1,11 @@ # HWP Previews +## 0.0.5 + +### Patch Changes + +- [#308](https://github.com/wpengine/hwptoolkit/pull/308) [`8906c22`](https://github.com/wpengine/hwptoolkit/commit/8906c22fa5192776f80bd69325037ec261dee64c) Thanks [@colinmurphy](https://github.com/colinmurphy)! - docs: Updated docs for testing. + ## 0.0.4 ### Patch Changes diff --git a/plugins/hwp-previews/package.json b/plugins/hwp-previews/package.json index f31db907..60907a81 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.4", + "version": "0.0.5", "private": true, "description": "Headless Previews solution for WordPress: fully configurable preview URLs via the settings page.", "scripts": {