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:
OpenFeature Bot 2024-03-05 18:02:04 -05:00 committed by GitHub
parent 861cf83782
commit 31b92a97c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 18 additions and 11 deletions

View File

@ -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"
}

10
package-lock.json generated
View File

@ -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": {}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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)

View File

@ -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": [