Skip to content

Commit 6a277ef

Browse files
chore(main): release web-sdk 1.2.2 (#982)
🤖 I have created a release *beep* *boop* --- ## [1.2.2](web-sdk-v1.2.1...web-sdk-v1.2.2) (2024-08-22) ### 🐛 Bug Fixes * race condition in test provider with suspense ([#980](#980)) ([0f187fe](0f187fe)) --- 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 <109696520+openfeaturebot@users.noreply.github.com>
1 parent ad46ade commit 6a277ef

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages/nest": "0.2.1-experimental",
33
"packages/react": "0.4.2",
4-
"packages/client": "1.2.1",
4+
"packages/client": "1.2.2",
55
"packages/server": "1.15.0",
66
"packages/shared": "1.3.0"
77
}

packages/client/CHANGELOG.md

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

33

4+
## [1.2.2](https://github.com/open-feature/js-sdk/compare/web-sdk-v1.2.1...web-sdk-v1.2.2) (2024-08-22)
5+
6+
7+
### 🐛 Bug Fixes
8+
9+
* race condition in test provider with suspense ([#980](https://github.com/open-feature/js-sdk/issues/980)) ([0f187fe](https://github.com/open-feature/js-sdk/commit/0f187fe0b584e66b6283531eb7879c320967f921))
10+
411
## [1.2.1](https://github.com/open-feature/js-sdk/compare/web-sdk-v1.2.0...web-sdk-v1.2.1) (2024-06-12)
512

613

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.8.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-v1.2.1">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.2.1&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v1.2.2">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.2.2&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": "1.2.1",
3+
"version": "1.2.2",
44
"description": "OpenFeature SDK for Web",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)