From e1482528bbbb6e6439c6e4349c41ddf70a58d464 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 26 Feb 2024 12:07:12 +0530 Subject: [PATCH] [Automated] Sync master after 1.11.0 release (#1765) * [Automated] Update the native jar versions * [Automated] Update the native jar versions * [Automated] Update the native jar versions * [Gradle Release Plugin] - pre tag commit: 'v1.11.0'. * [Gradle Release Plugin] - new version commit: 'v1.11.1-SNAPSHOT'. * Update the changelog * [Automated] Update the native jar versions * [Automated] Update the native jar versions --------- Co-authored-by: ballerina-bot Co-authored-by: DimuthuMadushan Co-authored-by: DimuthuMadushan <35717653+DimuthuMadushan@users.noreply.github.com> --- ballerina-tests/Ballerina.toml | 2 +- ballerina-tests/Dependencies.toml | 6 +++--- ballerina/Ballerina.toml | 10 +++++----- ballerina/CompilerPlugin.toml | 4 ++-- ballerina/Dependencies.toml | 6 +++--- changelog.md | 2 ++ gradle.properties | 2 +- 7 files changed, 17 insertions(+), 15 deletions(-) diff --git a/ballerina-tests/Ballerina.toml b/ballerina-tests/Ballerina.toml index 00ab9b27d..90c7208b3 100644 --- a/ballerina-tests/Ballerina.toml +++ b/ballerina-tests/Ballerina.toml @@ -1,5 +1,5 @@ [package] org = "ballerina" name = "graphql_tests" -version = "1.11.0" +version = "1.11.1" diff --git a/ballerina-tests/Dependencies.toml b/ballerina-tests/Dependencies.toml index 250923729..b8406312a 100644 --- a/ballerina-tests/Dependencies.toml +++ b/ballerina-tests/Dependencies.toml @@ -44,7 +44,7 @@ modules = [ [[package]] org = "ballerina" name = "crypto" -version = "2.6.2" +version = "2.5.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -67,7 +67,7 @@ modules = [ [[package]] org = "ballerina" name = "graphql" -version = "1.11.0" +version = "1.11.1" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -98,7 +98,7 @@ modules = [ [[package]] org = "ballerina" name = "graphql_tests" -version = "1.11.0" +version = "1.11.1" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "file"}, diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index ec0ad5ee1..804aa4cca 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "graphql" -version = "1.11.0" +version = "1.11.1" authors = ["Ballerina"] export=["graphql", "graphql.subgraph", "graphql.dataloader"] keywords = ["gql", "network", "query", "service"] @@ -16,11 +16,11 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "graphql-native" -version = "1.11.0" -path = "../native/build/libs/graphql-native-1.11.0-SNAPSHOT.jar" +version = "1.11.1" +path = "../native/build/libs/graphql-native-1.11.1-SNAPSHOT.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "graphql-commons" -version = "1.11.0" -path = "../commons/build/libs/graphql-commons-1.11.0-SNAPSHOT.jar" +version = "1.11.1" +path = "../commons/build/libs/graphql-commons-1.11.1-SNAPSHOT.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 32ece7c09..c8d72f036 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,7 +3,7 @@ id = "graphql-compiler-plugin" class = "io.ballerina.stdlib.graphql.compiler.GraphqlCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.11.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.11.1-SNAPSHOT.jar" [[dependency]] -path = "../commons/build/libs/graphql-commons-1.11.0-SNAPSHOT.jar" +path = "../commons/build/libs/graphql-commons-1.11.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 020393418..146c3416f 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -39,7 +39,7 @@ modules = [ [[package]] org = "ballerina" name = "constraint" -version = "1.5.0" +version = "1.4.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -47,7 +47,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.6.2" +version = "2.5.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -73,7 +73,7 @@ modules = [ [[package]] org = "ballerina" name = "graphql" -version = "1.11.0" +version = "1.11.1" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, diff --git a/changelog.md b/changelog.md index de009a105..0784c2815 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [1.11.0] - 2023-02-21 + ### Added - [[#1586] Add Compile Time Schema Generation for Default Parameters](https://github.com/ballerina-platform/module-ballerina-graphql/pull/1586) - [[#3317] Add Support to Generate GraphQL Schema for Local Service Variable Declaration](https://github.com/ballerina-platform/ballerina-library/issues/3317) diff --git a/gradle.properties b/gradle.properties index 0f5fe13dc..2c7c3afb1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.11.0-SNAPSHOT +version=1.11.1-SNAPSHOT ballerinaLangVersion=2201.8.5 checkstylePluginVersion=10.12.0