Skip to content

Commit 6d5309b

Browse files
chore(main): release unleash-web-provider 0.1.1 (open-feature#1166)
Signed-off-by: Michael Beemer <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michael Beemer <[email protected]>
1 parent d489924 commit 6d5309b

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"libs/providers/growthbook-client": "0.1.2",
2020
"libs/providers/config-cat-web": "0.1.3",
2121
"libs/shared/config-cat-core": "0.1.0",
22-
"libs/providers/unleash-web": "0.1.0",
22+
"libs/providers/unleash-web": "0.1.1",
2323
"libs/providers/growthbook": "0.1.2"
2424
}

Diff for: libs/providers/unleash-web/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/open-feature/js-sdk-contrib/compare/unleash-web-provider-v0.1.0...unleash-web-provider-v0.1.1) (2025-01-10)
4+
5+
6+
### ✨ New Features
7+
8+
* add unleash web provider ([#1105](https://github.com/open-feature/js-sdk-contrib/issues/1105)) ([19accf8](https://github.com/open-feature/js-sdk-contrib/commit/19accf83876ef72c0741f035c324098460e709b9))
9+
10+
11+
### 🧹 Chore
12+
13+
* 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))

Diff for: libs/providers/unleash-web/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: libs/providers/unleash-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/unleash-web-provider",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "Apache-2.0",
55
"main": "./src/index.js",
66
"typings": "./src/index.d.ts",

0 commit comments

Comments
 (0)