Skip to content

Commit

Permalink
chore(main): release multi-provider-web 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 2, 2025
1 parent 1f8679e commit a1b0094
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"libs/providers/flagsmith-client": "0.1.2",
"libs/providers/flipt-web": "0.1.1",
"libs/providers/multi-provider": "0.1.2",
"libs/providers/multi-provider-web": "0.0.3",
"libs/providers/multi-provider-web": "0.0.4",
"libs/providers/growthbook-client": "0.1.2",
"libs/providers/config-cat-web": "0.1.3",
"libs/shared/config-cat-core": "0.1.0"
Expand Down
19 changes: 19 additions & 0 deletions libs/providers/multi-provider-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.0.4](https://github.com/jarebudev/js-sdk-contrib/compare/multi-provider-web-v0.0.3...multi-provider-web-v0.0.4) (2025-01-02)


### 🐛 Bug Fixes

* correct multi-provider-web dependency ([#962](https://github.com/jarebudev/js-sdk-contrib/issues/962)) ([b7c4419](https://github.com/jarebudev/js-sdk-contrib/commit/b7c4419999e6a4b2edc1883bf78c1ac11afd16b6))


### ✨ New Features

* client-side multi-provider implementation ([#942](https://github.com/jarebudev/js-sdk-contrib/issues/942)) ([06def3e](https://github.com/jarebudev/js-sdk-contrib/commit/06def3e8f8488941c4d4f7abca17739ebc2fbb43))


### 🧹 Chore

* **main:** release multi-provider-web 0.0.2 ([#966](https://github.com/jarebudev/js-sdk-contrib/issues/966)) ([d08f8d1](https://github.com/jarebudev/js-sdk-contrib/commit/d08f8d1f9563016497e1209c606499bfc7431e92))
* **main:** release multi-provider-web 0.0.3 ([#1121](https://github.com/jarebudev/js-sdk-contrib/issues/1121)) ([55f19b5](https://github.com/jarebudev/js-sdk-contrib/commit/55f19b5da63b3307b1e8b313a3650d39414952a1))
* update sdks, absorb changes ([#1119](https://github.com/jarebudev/js-sdk-contrib/issues/1119)) ([456be7c](https://github.com/jarebudev/js-sdk-contrib/commit/456be7c81547478062ef16ac86ad05be71ab6c80))

## [0.0.3](https://github.com/open-feature/js-sdk-contrib/compare/multi-provider-web-v0.0.2...multi-provider-web-v0.0.3) (2024-12-24)


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

0 comments on commit a1b0094

Please sign in to comment.