diff --git a/.changeset/cold-meals-sneeze.md b/.changeset/cold-meals-sneeze.md deleted file mode 100644 index bc8036a2..00000000 --- a/.changeset/cold-meals-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wpgraphql-webhooks-wordpress-plugin": patch ---- - -chore: Initial release for wpgraphql-webhooks-wordpress-plugin. diff --git a/.changeset/five-frogs-trade.md b/.changeset/five-frogs-trade.md deleted file mode 100644 index 0158744c..00000000 --- a/.changeset/five-frogs-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wpgraphql-webhooks-wordpress-plugin": patch ---- - -chore: Initial release of the plugin. diff --git a/.changeset/fluffy-apes-begin.md b/.changeset/fluffy-apes-begin.md deleted file mode 100644 index 0158744c..00000000 --- a/.changeset/fluffy-apes-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wpgraphql-webhooks-wordpress-plugin": patch ---- - -chore: Initial release of the plugin. diff --git a/.changeset/neat-knives-attend.md b/.changeset/neat-knives-attend.md deleted file mode 100644 index bc8036a2..00000000 --- a/.changeset/neat-knives-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wpgraphql-webhooks-wordpress-plugin": patch ---- - -chore: Initial release for wpgraphql-webhooks-wordpress-plugin. diff --git a/.changeset/polite-pots-explode.md b/.changeset/polite-pots-explode.md deleted file mode 100644 index d568ddde..00000000 --- a/.changeset/polite-pots-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wpgraphql-webhooks-wordpress-plugin": patch ---- - -chore: Initial release of WPGraphQL Webhooks. diff --git a/.changeset/stupid-planes-do.md b/.changeset/stupid-planes-do.md deleted file mode 100644 index 0158744c..00000000 --- a/.changeset/stupid-planes-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wpgraphql-webhooks-wordpress-plugin": patch ---- - -chore: Initial release of the plugin. diff --git a/plugins/wp-graphql-webhooks/CHANGELOG.md b/plugins/wp-graphql-webhooks/CHANGELOG.md new file mode 100644 index 00000000..44e193cd --- /dev/null +++ b/plugins/wp-graphql-webhooks/CHANGELOG.md @@ -0,0 +1,17 @@ +# @wpengine/wpgraphql-webhooks-wordpress-plugin + +## 0.0.2 + +### Patch Changes + +- [#298](https://github.com/wpengine/hwptoolkit/pull/298) [`3a0682b`](https://github.com/wpengine/hwptoolkit/commit/3a0682b4a6e5dca1c856fd66e34db911944d3402) Thanks [@colinmurphy](https://github.com/colinmurphy)! - chore: Initial release for wpgraphql-webhooks-wordpress-plugin. + +- [#300](https://github.com/wpengine/hwptoolkit/pull/300) [`b7fdf9f`](https://github.com/wpengine/hwptoolkit/commit/b7fdf9fac681ebb76dc31606cd3ad6b8e74df7eb) Thanks [@colinmurphy](https://github.com/colinmurphy)! - chore: Initial release of the plugin. + +- [#299](https://github.com/wpengine/hwptoolkit/pull/299) [`3970914`](https://github.com/wpengine/hwptoolkit/commit/397091489778f79e5a1292d161af67b2cdd50e7b) Thanks [@colinmurphy](https://github.com/colinmurphy)! - chore: Initial release of the plugin. + +- [#297](https://github.com/wpengine/hwptoolkit/pull/297) [`eee0682`](https://github.com/wpengine/hwptoolkit/commit/eee0682e995c33bd95d60658f01f0e8fa9c41d7b) Thanks [@colinmurphy](https://github.com/colinmurphy)! - chore: Initial release for wpgraphql-webhooks-wordpress-plugin. + +- [#296](https://github.com/wpengine/hwptoolkit/pull/296) [`2ab45f9`](https://github.com/wpengine/hwptoolkit/commit/2ab45f9b779d4d080eb6e85db4e78adf4f2c0b6b) Thanks [@theodesp](https://github.com/theodesp)! - chore: Initial release of WPGraphQL Webhooks. + +- [#301](https://github.com/wpengine/hwptoolkit/pull/301) [`52eb779`](https://github.com/wpengine/hwptoolkit/commit/52eb779da42a1485e9d2086e6eb3c1ab251da0c1) Thanks [@colinmurphy](https://github.com/colinmurphy)! - chore: Initial release of the plugin. diff --git a/plugins/wp-graphql-webhooks/package.json b/plugins/wp-graphql-webhooks/package.json index 9d4b1922..6e4b1468 100644 --- a/plugins/wp-graphql-webhooks/package.json +++ b/plugins/wp-graphql-webhooks/package.json @@ -1,6 +1,6 @@ { "name": "@wpengine/wpgraphql-webhooks-wordpress-plugin", - "version": "0.0.1", + "version": "0.0.2", "private": true, "description": "Webhooks solution for WordPress", "scripts": {