Skip to content

Commit

Permalink
[Automated] Sync master after 1.13.0 release (#1868)
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
3 people authored May 6, 2024
1 parent f631d46 commit 686e1c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "graphql-native"
version = "1.13.0"
path = "../native/build/libs/graphql-native-1.13.0-SNAPSHOT.jar"
path = "../native/build/libs/graphql-native-1.13.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "graphql-commons"
version = "1.13.0"
path = "../commons/build/libs/graphql-commons-1.13.0-SNAPSHOT.jar"
path = "../commons/build/libs/graphql-commons-1.13.0.jar"
4 changes: 2 additions & 2 deletions ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.13.0.jar"

[[dependency]]
path = "../commons/build/libs/graphql-commons-1.13.0-SNAPSHOT.jar"
path = "../commons/build/libs/graphql-commons-1.13.0.jar"
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Added
## [1.13.0] - 2024-05-06

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

## [1.12.0] - 2024-05-03
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.13.0-SNAPSHOT
version=1.13.1-SNAPSHOT
ballerinaLangVersion=2201.9.0

checkstylePluginVersion=10.12.0
Expand Down

0 comments on commit 686e1c0

Please sign in to comment.