Skip to content

Commit 686e1c0

Browse files
ballerina-botballerina-botThisaruGuruge
authored
[Automated] Sync master after 1.13.0 release (#1868)
* [Automated] Update the native jar versions * [Gradle Release Plugin] - pre tag commit: 'v1.13.0'. * [Gradle Release Plugin] - new version commit: 'v1.13.1-SNAPSHOT'. * Update the changelog after 1.13.0 release --------- Co-authored-by: ballerina-bot <ballerina-bot@ballerina.org> Co-authored-by: Thisaru Guruge <thisaru@wso2.com>
1 parent f631d46 commit 686e1c0

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

ballerina/Ballerina.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ graalvmCompatible = true
1717
groupId = "io.ballerina.stdlib"
1818
artifactId = "graphql-native"
1919
version = "1.13.0"
20-
path = "../native/build/libs/graphql-native-1.13.0-SNAPSHOT.jar"
20+
path = "../native/build/libs/graphql-native-1.13.0.jar"
2121

2222
[[platform.java17.dependency]]
2323
groupId = "io.ballerina.stdlib"
2424
artifactId = "graphql-commons"
2525
version = "1.13.0"
26-
path = "../commons/build/libs/graphql-commons-1.13.0-SNAPSHOT.jar"
26+
path = "../commons/build/libs/graphql-commons-1.13.0.jar"

ballerina/CompilerPlugin.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id = "graphql-compiler-plugin"
33
class = "io.ballerina.stdlib.graphql.compiler.GraphqlCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.13.0-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.13.0.jar"
77

88
[[dependency]]
9-
path = "../commons/build/libs/graphql-commons-1.13.0-SNAPSHOT.jar"
9+
path = "../commons/build/libs/graphql-commons-1.13.0.jar"

changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9-
### Added
9+
## [1.13.0] - 2024-05-06
1010

11+
### Added
1112
- [[#6461] Add Support for Publishing Observability Metrics for GraphQL Services](https://github.com/ballerina-platform/ballerina-library/issues/6461)
1213

1314
## [1.12.0] - 2024-05-03

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.caching=true
22
group=io.ballerina.stdlib
3-
version=1.13.0-SNAPSHOT
3+
version=1.13.1-SNAPSHOT
44
ballerinaLangVersion=2201.9.0
55

66
checkstylePluginVersion=10.12.0

0 commit comments

Comments
 (0)