Skip to content

Commit ccbb1f9

Browse files
openfeaturebotopenfeature-peer-update-bottoddbaert
authored
chore(main): release core 0.0.27 (#839)
🤖 I have created a release *beep* *boop* --- ## [0.0.27](core-v0.0.26...core-v0.0.27) (2024-03-05) ### ✨ New Features * maintain state in SDK, add RECONCILING ([#795](#795)) ([cfb0a69](cfb0a69)) ### 🐛 Bug Fixes * allow iteration over all event types ([#844](#844)) ([411c7b4](411c7b4)) --- 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: openfeature-peer-update-bot <[email protected]> Co-authored-by: openfeature-peer-update-bot <[email protected]> Co-authored-by: Todd Baert <[email protected]>
1 parent f451e25 commit ccbb1f9

File tree

6 files changed

+26
-14
lines changed

6 files changed

+26
-14
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/react": "0.2.0-experimental",
44
"packages/client": "0.4.13",
55
"packages/server": "1.12.0",
6-
"packages/shared": "0.0.26"
6+
"packages/shared": "0.0.27"
77
}

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
},
4747
"homepage": "https://github.com/open-feature/js-sdk#readme",
4848
"peerDependencies": {
49-
"@openfeature/core": "0.0.26"
49+
"@openfeature/core": "0.0.27"
5050
},
5151
"devDependencies": {
52-
"@openfeature/core": "0.0.26"
52+
"@openfeature/core": "0.0.27"
5353
}
5454
}

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"node": ">=16"
4949
},
5050
"peerDependencies": {
51-
"@openfeature/core": "0.0.26"
51+
"@openfeature/core": "0.0.27"
5252
},
5353
"devDependencies": {
54-
"@openfeature/core": "0.0.26"
54+
"@openfeature/core": "0.0.27"
5555
}
5656
}

packages/shared/CHANGELOG.md

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

3+
## [0.0.27](https://github.com/open-feature/js-sdk/compare/core-v0.0.26...core-v0.0.27) (2024-03-05)
4+
5+
6+
### ✨ New Features
7+
8+
* maintain state in SDK, add RECONCILING ([#795](https://github.com/open-feature/js-sdk/issues/795)) ([cfb0a69](https://github.com/open-feature/js-sdk/commit/cfb0a69c42bd06bf59a7b8761fd90739872a8aeb))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* allow iteration over all event types ([#844](https://github.com/open-feature/js-sdk/issues/844)) ([411c7b4](https://github.com/open-feature/js-sdk/commit/411c7b4265f2029df09219028995d621bb57ad97))
14+
315
## [0.0.26](https://github.com/open-feature/js-sdk/compare/core-v0.0.25...core-v0.0.26) (2024-02-22)
416

517

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/core",
3-
"version": "0.0.26",
3+
"version": "0.0.27",
44
"description": "Shared OpenFeature JS components (server and web)",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)