Skip to content

Commit

Permalink
chore: release main (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 7, 2023
1 parent 137497a commit bf8c578
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"providers/flagd": "0.5.6",
"hooks/open-telemetry": "1.0.1",
"providers/go-feature-flag": "0.2.2",
"providers/flagsmith": "0.0.3"
"providers/go-feature-flag": "0.2.3",
"providers/flagsmith": "0.0.4"
}
7 changes: 7 additions & 0 deletions providers/flagsmith/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.4](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagsmith-v0.0.3...dev.openfeature.contrib.providers.flagsmith-v0.0.4) (2023-02-07)


### Bug Fixes

* make flagsmith classes public ([#213](https://github.com/open-feature/java-sdk-contrib/issues/213)) ([137497a](https://github.com/open-feature/java-sdk-contrib/commit/137497aaa7e8d70c5488a79ef74b6700877f78dd))

## [0.0.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagsmith-v0.0.2...dev.openfeature.contrib.providers.flagsmith-v0.0.3) (2023-01-19)


Expand Down
2 changes: 1 addition & 1 deletion providers/flagsmith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Flagsmith provides an all-in-one platform for developing, implementing, and mana
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagsmith</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion providers/flagsmith/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagsmith</artifactId>
<version>0.0.3</version> <!--x-release-please-version -->
<version>0.0.4</version> <!--x-release-please-version -->

<name>flagsmith</name>
<description>Flagsmith provider for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion providers/flagsmith/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.4
8 changes: 8 additions & 0 deletions providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.2...dev.openfeature.contrib.providers.go-feature-flag-v0.2.3) (2023-02-07)


### Bug Fixes

* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.14.2 ([#207](https://github.com/open-feature/java-sdk-contrib/issues/207)) ([b5f0d3d](https://github.com/open-feature/java-sdk-contrib/commit/b5f0d3daa2a19a7b51648a6644eba9973f154be6))
* **deps:** update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.14.2 ([#208](https://github.com/open-feature/java-sdk-contrib/issues/208)) ([7c1ff7a](https://github.com/open-feature/java-sdk-contrib/commit/7c1ff7a731e7ce13126095e7d239709445929e5f))

## [0.2.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.1...dev.openfeature.contrib.providers.go-feature-flag-v0.2.2) (2022-12-22)


Expand Down
2 changes: 1 addition & 1 deletion providers/go-feature-flag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>go-feature-flag</artifactId>
<version>0.2.2</version> <!--x-release-please-version -->
<version>0.2.3</version> <!--x-release-please-version -->

<name>go-feature-flag</name>
<description>GO Feature Flag provider for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion providers/go-feature-flag/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.2.3

0 comments on commit bf8c578

Please sign in to comment.