Skip to content

Commit 58cac6c

Browse files
chore(main): release web-sdk 0.4.10 (#754)
🤖 I have created a release *beep* *boop* --- ## [0.4.10](web-sdk-v0.4.9...web-sdk-v0.4.10) (2024-01-11) ### 🐛 Bug Fixes * some handlers fail to run ([#753](#753)) ([f4597af](f4597af)) * wrong context passed to named providers ([#752](#752)) ([b6adbba](b6adbba)) ### 🧹 Chore * **main:** release core 0.0.23 ([#755](#755)) ([da478cb](da478cb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Signed-off-by: OpenFeature Bot <[email protected]> Signed-off-by: Todd Baert <[email protected]> Co-authored-by: Todd Baert <[email protected]>
1 parent 3129e92 commit 58cac6c

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages/nest": "0.0.3-experimental",
33
"packages/react": "0.0.5-experimental",
4-
"packages/client": "0.4.9",
4+
"packages/client": "0.4.10",
55
"packages/server": "1.9.1",
66
"packages/shared": "0.0.23"
77
}

packages/client/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

33

4+
## [0.4.10](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.9...web-sdk-v0.4.10) (2024-01-11)
5+
6+
7+
### 🐛 Bug Fixes
8+
9+
* some handlers fail to run ([#753](https://github.com/open-feature/js-sdk/issues/753)) ([f4597af](https://github.com/open-feature/js-sdk/commit/f4597af79aaa04e31a61d708f03a5b5adc8a69c5))
10+
* wrong context passed to named providers ([#752](https://github.com/open-feature/js-sdk/issues/752)) ([b6adbba](https://github.com/open-feature/js-sdk/commit/b6adbbac8ec32b1f07884e0e276ed1f278a1f547))
11+
12+
13+
### 🧹 Chore
14+
15+
* **main:** release core 0.0.23 ([#755](https://github.com/open-feature/js-sdk/issues/755)) ([da478cb](https://github.com/open-feature/js-sdk/commit/da478cb0b0696e2c5dd594ccfce8e8236e6695cb))
16+
417
## [0.4.9](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.8...web-sdk-v0.4.9) (2024-01-08)
518

619

packages/client/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.7.0&color=yellow&style=for-the-badge" />
1717
</a>
1818
<!-- x-release-please-start-version -->
19-
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v0.4.9">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.9&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v0.4.10">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.10&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/web-sdk",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"description": "OpenFeature SDK for Web",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)