From 32d7397d1c83248c9e6402d202a4252cfaa502a5 Mon Sep 17 00:00:00 2001 From: leoloso Date: Fri, 15 Nov 2024 10:11:01 +0800 Subject: [PATCH] open 7.1-dev --- .../packages/hello-dolly-schema/composer.json | 4 ++-- layers/GatoGraphQLForWP/plugins/hello-dolly/composer.json | 4 ++-- .../plugins/hello-dolly/gatographql-hello-dolly.php | 4 ++-- src/Monorepo/MonorepoMetadata.php | 2 +- .../packages/extension-template-schema/composer.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/layers/GatoGraphQLForWP/packages/hello-dolly-schema/composer.json b/layers/GatoGraphQLForWP/packages/hello-dolly-schema/composer.json index 3c5485e9..03b0fdfc 100644 --- a/layers/GatoGraphQLForWP/packages/hello-dolly-schema/composer.json +++ b/layers/GatoGraphQLForWP/packages/hello-dolly-schema/composer.json @@ -13,7 +13,7 @@ "homepage": "https://github.com/GatoGraphQL/hello-dolly-schema", "require": { "php": "^8.1", - "pop-schema/schema-commons": "^7.0.3" + "pop-schema/schema-commons": "^7.1" }, "require-dev": { "johnpbloch/wordpress": "^6.6", @@ -44,7 +44,7 @@ "extra": { "wordpress-install-dir": "vendor/wordpress/wordpress", "branch-alias": { - "dev-main": "7.0-dev" + "dev-main": "7.1-dev" } }, "config": { diff --git a/layers/GatoGraphQLForWP/plugins/hello-dolly/composer.json b/layers/GatoGraphQLForWP/plugins/hello-dolly/composer.json index d88d19af..857f4379 100644 --- a/layers/GatoGraphQLForWP/plugins/hello-dolly/composer.json +++ b/layers/GatoGraphQLForWP/plugins/hello-dolly/composer.json @@ -161,7 +161,7 @@ "homepage": "https://github.com/GatoGraphQL/hello-dolly", "require": { "php": "^8.1", - "my-company-for-gatographql/hello-dolly-schema": "^7.0.3" + "my-company-for-gatographql/hello-dolly-schema": "^7.1" }, "require-dev": { "johnpbloch/wordpress": "^6.6", @@ -197,7 +197,7 @@ }, "extra": { "branch-alias": { - "dev-main": "7.0-dev" + "dev-main": "7.1-dev" } }, "config": { diff --git a/layers/GatoGraphQLForWP/plugins/hello-dolly/gatographql-hello-dolly.php b/layers/GatoGraphQLForWP/plugins/hello-dolly/gatographql-hello-dolly.php index 84f7a370..acdebbdf 100755 --- a/layers/GatoGraphQLForWP/plugins/hello-dolly/gatographql-hello-dolly.php +++ b/layers/GatoGraphQLForWP/plugins/hello-dolly/gatographql-hello-dolly.php @@ -3,7 +3,7 @@ Plugin Name: Gato GraphQL - Hello Dolly Plugin URI: Description: Integration of plugin Hello Dolly with Gato GraphQL -Version: 7.0.3 +Version: 7.1.0-dev Requires at least: 6.1 Requires PHP: 8.1 Author: My Company @@ -51,7 +51,7 @@ function (): void { * * @gatographql-readonly-code */ - $extensionVersion = '7.0.3'; + $extensionVersion = '7.1.0-dev'; $extensionName = \__('Gato GraphQL - Hello Dolly', 'gatographql-hello-dolly'); /** * @gatographql-extension-info diff --git a/src/Monorepo/MonorepoMetadata.php b/src/Monorepo/MonorepoMetadata.php index 5fa6e2c7..09042709 100644 --- a/src/Monorepo/MonorepoMetadata.php +++ b/src/Monorepo/MonorepoMetadata.php @@ -26,7 +26,7 @@ final class MonorepoMetadata * * @gatographql-readonly-code */ - final public const VERSION = '7.0.3'; + final public const VERSION = '7.1.0-dev'; /** * @gatographql-project-info diff --git a/templates/basic/layers/GatoGraphQLForWP/packages/extension-template-schema/composer.json b/templates/basic/layers/GatoGraphQLForWP/packages/extension-template-schema/composer.json index 013438b9..4452281d 100644 --- a/templates/basic/layers/GatoGraphQLForWP/packages/extension-template-schema/composer.json +++ b/templates/basic/layers/GatoGraphQLForWP/packages/extension-template-schema/composer.json @@ -13,7 +13,7 @@ "homepage": "https://github.com/GatoGraphQL/extension-template-schema", "require": { "php": "^8.1", - "pop-schema/schema-commons": "^7.0.3" + "pop-schema/schema-commons": "^7.1" }, "require-dev": { "johnpbloch/wordpress": "^6.6",