Skip to content

Commit 312d67d

Browse files
chore(main): release web-sdk 0.3.11 (#523)
🤖 I have created a release *beep* *boop* --- ## [0.3.11](web-sdk-v0.3.10-experimental...web-sdk-v0.3.11) (2023-07-31) ### Bug Fixes * only initialize NOT_READY providers ([#507](#507)) ([5e320ae](5e320ae)) --- 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: Todd Baert <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <[email protected]>
1 parent 95332ab commit 312d67d

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/client": "0.3.10-experimental",
2+
"packages/client": "0.3.11",
33
"packages/server": "1.4.1",
44
"packages/shared": "0.0.10"
55
}

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+
## [0.3.11](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.3.10-experimental...web-sdk-v0.3.11) (2023-07-31)
5+
6+
7+
### Bug Fixes
8+
9+
* only initialize NOT_READY providers ([#507](https://github.com/open-feature/js-sdk/issues/507)) ([5e320ae](https://github.com/open-feature/js-sdk/commit/5e320ae3811e270985e867c1c85a301eacd99a49))
10+
411
## [0.3.10-experimental](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.3.9-experimental...web-sdk-v0.3.10-experimental) (2023-07-26)
512

613

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.3.10-experimental",
3+
"version": "0.3.11",
44
"description": "OpenFeature SDK for Web",
55
"main": "./dist/cjs/index.js",
66
"files": [

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"packages/client": {
1414
"release-type": "node",
15-
"prerelease": true,
15+
"prerelease": false,
1616
"bump-minor-pre-major": true,
1717
"bump-patch-for-minor-pre-major": true,
1818
"versioning": "default"

0 commit comments

Comments
 (0)