chore(main): release core 0.0.28 (#849)
🤖 I have created a release *beep* *boop* --- ## [0.0.28](https://github.com/open-feature/js-sdk/compare/core-v0.0.27...core-v0.0.28) (2024-03-05) ### ✨ New Features * use EvenEmitter3 for web-sdk ([#847](https://github.com/open-feature/js-sdk/issues/847)) ([861cf83](861cf83782)) --- 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> Signed-off-by: openfeature-peer-update-bot <openfeature-peer-update-bot@openfeature.dev> Co-authored-by: openfeature-peer-update-bot <openfeature-peer-update-bot@openfeature.dev>
This commit is contained in:
parent
861cf83782
commit
31b92a97c1
|
|
@ -3,5 +3,5 @@
|
|||
"packages/react": "0.2.1-experimental",
|
||||
"packages/client": "0.4.14",
|
||||
"packages/server": "1.13.0",
|
||||
"packages/shared": "0.0.27"
|
||||
"packages/shared": "0.0.28"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13736,10 +13736,10 @@
|
|||
"version": "0.4.14",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@openfeature/core": "0.0.27"
|
||||
"@openfeature/core": "0.0.28"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@openfeature/core": "0.0.27"
|
||||
"@openfeature/core": "0.0.28"
|
||||
}
|
||||
},
|
||||
"packages/nest": {
|
||||
|
|
@ -13781,18 +13781,18 @@
|
|||
"version": "1.13.0",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@openfeature/core": "0.0.27"
|
||||
"@openfeature/core": "0.0.28"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@openfeature/core": "0.0.27"
|
||||
"@openfeature/core": "0.0.28"
|
||||
}
|
||||
},
|
||||
"packages/shared": {
|
||||
"name": "@openfeature/core",
|
||||
"version": "0.0.27",
|
||||
"version": "0.0.28",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,9 +46,9 @@
|
|||
},
|
||||
"homepage": "https://github.com/open-feature/js-sdk#readme",
|
||||
"peerDependencies": {
|
||||
"@openfeature/core": "0.0.27"
|
||||
"@openfeature/core": "0.0.28"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openfeature/core": "0.0.27"
|
||||
"@openfeature/core": "0.0.28"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,9 +48,9 @@
|
|||
"node": ">=16"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@openfeature/core": "0.0.27"
|
||||
"@openfeature/core": "0.0.28"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openfeature/core": "0.0.27"
|
||||
"@openfeature/core": "0.0.28"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## [0.0.28](https://github.com/open-feature/js-sdk/compare/core-v0.0.27...core-v0.0.28) (2024-03-05)
|
||||
|
||||
|
||||
### ✨ New Features
|
||||
|
||||
* use EvenEmitter3 for web-sdk ([#847](https://github.com/open-feature/js-sdk/issues/847)) ([861cf83](https://github.com/open-feature/js-sdk/commit/861cf8378271daf6205c5fc199ffc1bde8dfcc64))
|
||||
|
||||
## [0.0.27](https://github.com/open-feature/js-sdk/compare/core-v0.0.26...core-v0.0.27) (2024-03-05)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openfeature/core",
|
||||
"version": "0.0.27",
|
||||
"version": "0.0.28",
|
||||
"description": "Shared OpenFeature JS components (server and web)",
|
||||
"main": "./dist/cjs/index.js",
|
||||
"files": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue