Skip to content

Commit

Permalink
Automated release
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Feb 7, 2025
1 parent eeb3f26 commit 564d384
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Java Release
on:
push:
branches:
- 'v11.1.x+cog-v0.0.x'
- 'v11.1.x\+cog-v0.0.x'

env:
JAVA_VERSION: '17'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Python Release
on:
push:
branches:
- 'v11.1.x+cog-v0.0.x'
- 'v11.1.x\+cog-v0.0.x'

env:
PYTHON_VERSION: '3.12'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: TypeScript Release
on:
push:
branches:
- 'v11.1.x+cog-v0.0.x'
- 'v11.1.x\+cog-v0.0.x'

env:
NODE_VERSION: '18'
Expand Down
4 changes: 2 additions & 2 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ A set of tools, types and *builder libraries* for building and manipulating Graf

### Gradle
```kotlin
implementation("com.grafana:grafana-foundation-sdk:11.1.0-1738930969")
implementation("com.grafana:grafana-foundation-sdk:11.1.0-1738936502")
```

### Maven
```xml
<dependency>
<groupId>com.grafana</groupId>
<artifactId>grafana-foundation-sdk</artifactId>
<version>11.1.0-1738930969</version>
<version>11.1.0-1738936502</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions java/docs/Installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

=== "Gradle"
```kotlin
implementation("com.grafana:grafana-foundation-sdk:11.1.0-1738930969")
implementation("com.grafana:grafana-foundation-sdk:11.1.0-1738936502")
```
=== "Maven"
```xml
<dependency>
<groupId>com.grafana</groupId>
<artifactId>grafana-foundation-sdk</artifactId>
<version>11.1.0-1738930969</version>
<version>11.1.0-1738936502</version>
</dependency>
```
2 changes: 1 addition & 1 deletion java/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
grafanaFoundationSDKVersion=11.1.0-1738930969
grafanaFoundationSDKVersion=11.1.0-1738936502
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A set of tools, types and *builder libraries* for building and manipulating Graf
## Installing

```shell
python3 -m pip install 'grafana_foundation_sdk==1738930969!11.1.0'
python3 -m pip install 'grafana_foundation_sdk==1738936502!11.1.0'
```

## Example usage
Expand Down
2 changes: 1 addition & 1 deletion python/docs/Installing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Installing

```shell
python3 -m pip install 'grafana_foundation_sdk==1738930969!11.1.0'
python3 -m pip install 'grafana_foundation_sdk==1738936502!11.1.0'
```
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = [
"traces",
"metrics"
]
version = "1738930969!11.1.0"
version = "1738936502!11.1.0"
dependencies = []
requires-python = ">=3.11"
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A set of tools, types and *builder libraries* for building and manipulating Graf
## Installing

```shell
yarn add '@grafana/grafana-foundation-sdk@~11.1.0-cogv0.0.x.1738930969'
yarn add '@grafana/grafana-foundation-sdk@~11.1.0-cogv0.0.x.1738936502'
```

## Example usage
Expand Down
2 changes: 1 addition & 1 deletion typescript/docs/Installing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Installing

```shell
yarn add '@grafana/grafana-foundation-sdk@~11.1.0-cogv0.0.x.1738930969'
yarn add '@grafana/grafana-foundation-sdk@~11.1.0-cogv0.0.x.1738936502'
```
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/grafana-foundation-sdk",
"version": "11.1.0-cogv0.0.x.1738930969",
"version": "11.1.0-cogv0.0.x.1738936502",
"description": "A set of tools, types and libraries for building and manipulating Grafana objects.",
"keywords": [
"observability",
Expand Down

0 comments on commit 564d384

Please sign in to comment.