Skip to content

Commit 69b9fd6

Browse files
committed
open 17.1-dev
1 parent 709debc commit 69b9fd6

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

layers/GatoGraphQLForWP/packages/hello-dolly-schema/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"homepage": "https://github.com/GatoGraphQL/hello-dolly-schema",
1414
"require": {
1515
"php": "^8.1",
16-
"pop-schema/schema-commons": "^17.0.1"
16+
"pop-schema/schema-commons": "^17.1"
1717
},
1818
"require-dev": {
1919
"johnpbloch/wordpress": "^6.6",
@@ -44,7 +44,7 @@
4444
"extra": {
4545
"wordpress-install-dir": "vendor/wordpress/wordpress",
4646
"branch-alias": {
47-
"dev-main": "17.0-dev"
47+
"dev-main": "17.1-dev"
4848
}
4949
},
5050
"config": {

layers/GatoGraphQLForWP/plugins/hello-dolly/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"homepage": "https://github.com/GatoGraphQL/hello-dolly",
188188
"require": {
189189
"php": "^8.1",
190-
"my-company-for-gatographql/hello-dolly-schema": "^17.0.1"
190+
"my-company-for-gatographql/hello-dolly-schema": "^17.1"
191191
},
192192
"require-dev": {
193193
"johnpbloch/wordpress": "^6.6",
@@ -223,7 +223,7 @@
223223
},
224224
"extra": {
225225
"branch-alias": {
226-
"dev-main": "17.0-dev"
226+
"dev-main": "17.1-dev"
227227
}
228228
},
229229
"config": {

layers/GatoGraphQLForWP/plugins/hello-dolly/gatographql-hello-dolly.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Gato GraphQL - Hello Dolly
44
Plugin URI:
55
Description: Integration of plugin Hello Dolly with Gato GraphQL
6-
Version: 17.0.1
6+
Version: 17.1.0-dev
77
Requires at least: 6.1
88
Requires PHP: 8.1
99
Author: My Company
@@ -51,7 +51,7 @@ function (): void {
5151
*
5252
* @gatographql-readonly-code
5353
*/
54-
$extensionVersion = '17.0.1';
54+
$extensionVersion = '17.1.0-dev';
5555
$extensionName = 'Gato GraphQL - Hello Dolly';
5656
/**
5757
* @gatographql-extension-info

src/Monorepo/MonorepoMetadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class MonorepoMetadata
2626
*
2727
* @gatographql-readonly-code
2828
*/
29-
final public const VERSION = '17.0.1';
29+
final public const VERSION = '17.1.0-dev';
3030

3131
/**
3232
* @gatographql-project-info

templates/basic/layers/GatoGraphQLForWP/packages/extension-template-schema/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"homepage": "https://github.com/GatoGraphQL/extension-template-schema",
1414
"require": {
1515
"php": "^8.1",
16-
"pop-schema/schema-commons": "^17.0.1"
16+
"pop-schema/schema-commons": "^17.1"
1717
},
1818
"require-dev": {
1919
"johnpbloch/wordpress": "^6.6",

0 commit comments

Comments
 (0)