Skip to content

Commit ad8e6c5

Browse files
chore(main): release shared 0.0.11 (#558)
🤖 I have created a release *beep* *boop* --- ## [0.0.11](shared-v0.0.10...shared-v0.0.11) (2023-09-22) ### Features * add provider compatibility check ([#537](#537)) ([2bc5d63](2bc5d63)) * STALE state, minor event changes ([#541](#541)) ([0b5355b](0b5355b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <[email protected]>
1 parent a67152d commit ad8e6c5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages/react": "0.0.1-experimental",
33
"packages/client": "0.4.0",
44
"packages/server": "1.4.2",
5-
"packages/shared": "0.0.10"
5+
"packages/shared": "0.0.11"
66
}

packages/shared/CHANGELOG.md

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

3+
## [0.0.11](https://github.com/open-feature/js-sdk/compare/shared-v0.0.10...shared-v0.0.11) (2023-09-22)
4+
5+
6+
### Features
7+
8+
* add provider compatibility check ([#537](https://github.com/open-feature/js-sdk/issues/537)) ([2bc5d63](https://github.com/open-feature/js-sdk/commit/2bc5d63266424a900da523f001f425b95da29ccc))
9+
* STALE state, minor event changes ([#541](https://github.com/open-feature/js-sdk/issues/541)) ([0b5355b](https://github.com/open-feature/js-sdk/commit/0b5355b3cf7e606f9364a110a18e1c6aeca5c230))
10+
311
## [0.0.10](https://github.com/open-feature/js-sdk/compare/shared-v0.0.9...shared-v0.0.10) (2023-07-31)
412

513

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/shared",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"main": "src/index",
55
"description": "Shared js/web components",
66
"devDependencies": {},

0 commit comments

Comments
 (0)