Skip to content

Commit

Permalink
chore(main): release flagsmith-client-provider 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 9, 2025
1 parent 5b2ac49 commit c0b2335
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"libs/providers/ofrep": "0.2.0",
"libs/providers/ofrep-web": "0.3.1",
"libs/providers/flipt": "0.1.2",
"libs/providers/flagsmith-client": "0.1.2",
"libs/providers/flagsmith-client": "0.1.3",
"libs/providers/flipt-web": "0.1.1",
"libs/providers/multi-provider": "0.1.2",
"libs/providers/multi-provider-web": "0.0.3",
Expand Down
24 changes: 24 additions & 0 deletions libs/providers/flagsmith-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.1.3](https://github.com/jarebudev/js-sdk-contrib/compare/flagsmith-client-provider-v0.1.2...flagsmith-client-provider-v0.1.3) (2025-01-09)


### 🐛 Bug Fixes

* flagsmith project paths ([#862](https://github.com/jarebudev/js-sdk-contrib/issues/862)) ([d423647](https://github.com/jarebudev/js-sdk-contrib/commit/d423647b43e4762d901d9894900cf33c314ae9fe))


### ✨ New Features

* Add Flagsmith Provider ([#836](https://github.com/jarebudev/js-sdk-contrib/issues/836)) ([dc6e77f](https://github.com/jarebudev/js-sdk-contrib/commit/dc6e77f777bdff920d47fde2716f7098a9a767eb))


### 🧹 Chore

* **deps:** update dependency flagsmith to v4.1.4 ([#1124](https://github.com/jarebudev/js-sdk-contrib/issues/1124)) ([1f8679e](https://github.com/jarebudev/js-sdk-contrib/commit/1f8679e77fe4c4a7bd7390dfd46dbf8ddb6c49e4))
* **main:** release flagsmith-client-provider 0.1.1 ([#859](https://github.com/jarebudev/js-sdk-contrib/issues/859)) ([3d50833](https://github.com/jarebudev/js-sdk-contrib/commit/3d5083312eb55cf6f20bd063b9b58c37db7b4931))
* **main:** release flagsmith-client-provider 0.1.2 ([#863](https://github.com/jarebudev/js-sdk-contrib/issues/863)) ([d968a5a](https://github.com/jarebudev/js-sdk-contrib/commit/d968a5a847988e8beabe655fd60b238f60dc0945))


### 📚 Documentation

* **flagsmith:** Show example traits and targeting key ([#989](https://github.com/jarebudev/js-sdk-contrib/issues/989)) ([1585b60](https://github.com/jarebudev/js-sdk-contrib/commit/1585b60672290f0170d68534f12a90d10e31899f))

## [0.1.2](https://github.com/open-feature/js-sdk-contrib/compare/flagsmith-client-provider-v0.1.1...flagsmith-client-provider-v0.1.2) (2024-04-08)


Expand Down
4 changes: 2 additions & 2 deletions libs/providers/flagsmith-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/providers/flagsmith-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/flagsmith-client-provider",
"version": "0.1.2",
"version": "0.1.3",
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down

0 comments on commit c0b2335

Please sign in to comment.