Skip to content

Commit

Permalink
chore(main): release flipt-web-provider 0.1.2 (#1181)
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 11, 2025
1 parent dbd2326 commit 68585ae
Show file tree
Hide file tree
Showing 4 changed files with 16 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 @@ -13,7 +13,7 @@
"libs/providers/ofrep-web": "0.3.1",
"libs/providers/flipt": "0.1.2",
"libs/providers/flagsmith-client": "0.1.2",
"libs/providers/flipt-web": "0.1.1",
"libs/providers/flipt-web": "0.1.2",
"libs/providers/multi-provider": "0.1.2",
"libs/providers/multi-provider-web": "0.0.3",
"libs/providers/growthbook-client": "0.1.2",
Expand Down
12 changes: 12 additions & 0 deletions libs/providers/flipt-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.2](https://github.com/open-feature/js-sdk-contrib/compare/flipt-web-provider-v0.1.1...flipt-web-provider-v0.1.2) (2025-02-11)


### 🐛 Bug Fixes

* Removed incorrect string case format from the options.authentica… ([#1209](https://github.com/open-feature/js-sdk-contrib/issues/1209)) ([dbd2326](https://github.com/open-feature/js-sdk-contrib/commit/dbd23264e4d6408dd9d8b4bd62e0a2735daea1f7))


### 🧹 Chore

* update nx packages ([#1147](https://github.com/open-feature/js-sdk-contrib/issues/1147)) ([7f310fe](https://github.com/open-feature/js-sdk-contrib/commit/7f310fe87101b8aa793e1436e63c7602ccc202e3))

## [0.1.1](https://github.com/open-feature/js-sdk-contrib/compare/flipt-web-provider-v0.1.0...flipt-web-provider-v0.1.1) (2024-12-02)


Expand Down
4 changes: 2 additions & 2 deletions libs/providers/flipt-web/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/flipt-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/flipt-web-provider",
"version": "0.1.1",
"version": "0.1.2",
"license": "Apache-2.0",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand Down

0 comments on commit 68585ae

Please sign in to comment.