chore(main): release core 1.1.0 (#899)

🤖 I have created a release *beep* *boop*
---


##
[1.1.0](https://github.com/open-feature/js-sdk/compare/core-v1.0.0...core-v1.1.0)
(2024-04-02)


###  New Features

* add STALE pre-defined reason
([#898](https://github.com/open-feature/js-sdk/issues/898))
([7f4f080](7f4f0808a6))

---
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-04-02 14:31:27 -04:00 committed by GitHub
parent 7f4f0808a6
commit b3e5f7eb2a
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.3-experimental",
"packages/client": "1.0.1",
"packages/server": "1.13.3",
"packages/shared": "1.0.0"
"packages/shared": "1.1.0"
}

10
package-lock.json generated
View File

@ -13685,10 +13685,10 @@
"version": "1.0.1",
"license": "Apache-2.0",
"devDependencies": {
"@openfeature/core": "1.0.0"
"@openfeature/core": "1.1.0"
},
"peerDependencies": {
"@openfeature/core": "1.0.0"
"@openfeature/core": "1.1.0"
}
},
"packages/nest": {
@ -13730,18 +13730,18 @@
"version": "1.13.3",
"license": "Apache-2.0",
"devDependencies": {
"@openfeature/core": "1.0.0"
"@openfeature/core": "1.1.0"
},
"engines": {
"node": ">=16"
},
"peerDependencies": {
"@openfeature/core": "1.0.0"
"@openfeature/core": "1.1.0"
}
},
"packages/shared": {
"name": "@openfeature/core",
"version": "1.0.0",
"version": "1.1.0",
"license": "Apache-2.0",
"devDependencies": {}
}

View File

@ -46,9 +46,9 @@
},
"homepage": "https://github.com/open-feature/js-sdk#readme",
"peerDependencies": {
"@openfeature/core": "1.0.0"
"@openfeature/core": "1.1.0"
},
"devDependencies": {
"@openfeature/core": "1.0.0"
"@openfeature/core": "1.1.0"
}
}

View File

@ -48,9 +48,9 @@
"node": ">=16"
},
"peerDependencies": {
"@openfeature/core": "1.0.0"
"@openfeature/core": "1.1.0"
},
"devDependencies": {
"@openfeature/core": "1.0.0"
"@openfeature/core": "1.1.0"
}
}

View File

@ -1,5 +1,12 @@
# Changelog
## [1.1.0](https://github.com/open-feature/js-sdk/compare/core-v1.0.0...core-v1.1.0) (2024-04-02)
### ✨ New Features
* add STALE pre-defined reason ([#898](https://github.com/open-feature/js-sdk/issues/898)) ([7f4f080](https://github.com/open-feature/js-sdk/commit/7f4f0808a65318407a482261eee012bbbcfd11a8))
## [1.0.0](https://github.com/open-feature/js-sdk/compare/core-v0.0.28...core-v1.0.0) (2024-03-12)

View File

@ -1,6 +1,6 @@
{
"name": "@openfeature/core",
"version": "1.0.0",
"version": "1.1.0",
"description": "Shared OpenFeature JS components (server and web)",
"main": "./dist/cjs/index.js",
"files": [