Skip to content

Commit 2a1727c

Browse files
author
github-actions
committed
chore: apply version bump from changesets for wpgraphql-webhooks
1 parent ece913f commit 2a1727c

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

plugins/composer-packages.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,32 @@
369369
}
370370
},
371371
"wpengine/wpgraphql-webhooks": {
372+
"0.0.7": {
373+
"name": "wpengine/wpgraphql-webhooks",
374+
"version": "0.0.7",
375+
"type": "wordpress-plugin",
376+
"description": "Headless webhooks for WPGraphQL",
377+
"homepage": "https://github.com/wpengine/hwptoolkit",
378+
"license": "GPL-2.0",
379+
"authors": [
380+
{
381+
"name": "WP Engine Headless OSS Development Team",
382+
"email": "[email protected]",
383+
"homepage": "https://wpengine.com/"
384+
}
385+
],
386+
"support": {
387+
"issues": "https://github.com/wpengine/hwptoolkit/issues",
388+
"email": "[email protected]"
389+
},
390+
"dist": {
391+
"url": "https://github.com/wpengine/hwptoolkit/releases/download/%40wpengine%2Fwpgraphql-webhooks-wordpress-plugin-0.0.7/wpgraphql-webhooks.zip",
392+
"type": "zip"
393+
},
394+
"require": {
395+
"composer/installers": "~1.0 || ~2.0"
396+
}
397+
},
372398
"0.0.6": {
373399
"name": "wpengine/wpgraphql-webhooks",
374400
"version": "0.0.6",

plugins/wpgraphql-webhooks/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Headless webhooks for WPGraphQL",
44
"type": "library",
55
"license": "GPL-2.0",
6-
"version": "0.0.6",
6+
"version": "0.0.7",
77
"authors": [
88
{
99
"name": "WP Engine Headless OSS Development Team",

plugins/wpgraphql-webhooks/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Requires at least: 6.0
55
Tested up to: 6.9
66
Requires PHP: 7.4
77
Requires WPGraphQL: 1.8.0
8-
Stable tag: 0.0.6
8+
Stable tag: 0.0.7
99
License: GPL-3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

plugins/wpgraphql-webhooks/wpgraphql-webhooks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author: WPEngine OSS Team
88
* Author URI: https://github.com/wpengine
99
* Update URI: https://github.com/wpengine/hwptoolkit
10-
* Version: 0.0.6
10+
* Version: 0.0.7
1111
* Text Domain: graphql-webhooks
1212
* Domain Path: /languages
1313
* Requires at least: 6.0
@@ -60,7 +60,7 @@
6060
function graphql_webhooks_constants(): void {
6161
// Plugin version.
6262
if ( ! defined( 'WPGRAPHQL_WEBHOOKS_VERSION' ) ) {
63-
define( 'WPGRAPHQL_WEBHOOKS_VERSION', '0.0.6' );
63+
define( 'WPGRAPHQL_WEBHOOKS_VERSION', '0.0.7' );
6464
}
6565

6666
// Plugin Folder Path.

0 commit comments

Comments
 (0)