Skip to content

Commit 8d9644d

Browse files
chore(main): release web-sdk 0.4.4 (#654)
🤖 I have created a release *beep* *boop* --- ## [0.4.4](web-sdk-v0.4.3...web-sdk-v0.4.4) (2023-11-03) ### 🧹 Chore * **main:** release core 0.0.17 ([#651](#651)) ([3c9fdd9](3c9fdd9)) * update spec version link ([eef0fc0](eef0fc0)) * add setProviderAndWait examples ([#614](#614)) ([6b3a4e3](6b3a4e3)) ### 📚 Documentation * extend yarn docs ([#647](#647)) ([e72fc19](e72fc19)) --- 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 bac321e commit 8d9644d

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/react": "0.0.2-experimental",
3-
"packages/client": "0.4.3",
3+
"packages/client": "0.4.4",
44
"packages/server": "1.7.0",
55
"packages/shared": "0.0.17"
66
}

packages/client/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

33

4+
## [0.4.4](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.3...web-sdk-v0.4.4) (2023-11-03)
5+
6+
7+
### 🧹 Chore
8+
9+
* **main:** release core 0.0.17 ([#651](https://github.com/open-feature/js-sdk/issues/651)) ([3c9fdd9](https://github.com/open-feature/js-sdk/commit/3c9fdd9e4c6b487f25494d03ed1f413d14b2ccfb))
10+
* update spec version link ([eef0fc0](https://github.com/open-feature/js-sdk/commit/eef0fc0a3ad3dc56b7a57c1645d3ae4917477998))
11+
* add setProviderAndWait examples ([#614](https://github.com/open-feature/js-sdk/issues/614)) ([6b3a4e3](https://github.com/open-feature/js-sdk/commit/6b3a4e3f93005d56f75a9251dcbb959dc696f1c2))
12+
13+
14+
### 📚 Documentation
15+
16+
* extend yarn docs ([#647](https://github.com/open-feature/js-sdk/issues/647)) ([e72fc19](https://github.com/open-feature/js-sdk/commit/e72fc19da33ad3fa6bd35f5e59f35ae56876b7bd))
17+
418
## [0.4.3](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.2...web-sdk-v0.4.3) (2023-10-31)
519

620

packages/client/README.md

Lines changed: 2 additions & 2 deletions
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.3">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.3&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v0.4.4">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.4&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

packages/client/package.json

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

0 commit comments

Comments
 (0)