chore(main): release core 1.0.0 (#869)

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


##
[1.0.0](https://github.com/open-feature/js-sdk/compare/core-v0.0.28...core-v1.0.0)
(2024-03-12)


### 🧹 Chore

* release core as 1.0.0
([d06b285](d06b285cc3))

---
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-12 14:55:15 -04:00 committed by GitHub
parent d06b285cc3
commit 4191a02dbc
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.2-experimental",
"packages/client": "0.4.15",
"packages/server": "1.13.1",
"packages/shared": "0.0.28"
"packages/shared": "1.0.0"
}

10
package-lock.json generated
View File

@ -13736,10 +13736,10 @@
"version": "0.4.15",
"license": "Apache-2.0",
"devDependencies": {
"@openfeature/core": "0.0.28"
"@openfeature/core": "1.0.0"
},
"peerDependencies": {
"@openfeature/core": "0.0.28"
"@openfeature/core": "1.0.0"
}
},
"packages/nest": {
@ -13781,18 +13781,18 @@
"version": "1.13.1",
"license": "Apache-2.0",
"devDependencies": {
"@openfeature/core": "0.0.28"
"@openfeature/core": "1.0.0"
},
"engines": {
"node": ">=16"
},
"peerDependencies": {
"@openfeature/core": "0.0.28"
"@openfeature/core": "1.0.0"
}
},
"packages/shared": {
"name": "@openfeature/core",
"version": "0.0.28",
"version": "1.0.0",
"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.28"
"@openfeature/core": "1.0.0"
},
"devDependencies": {
"@openfeature/core": "0.0.28"
"@openfeature/core": "1.0.0"
}
}

View File

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

View File

@ -1,5 +1,12 @@
# Changelog
## [1.0.0](https://github.com/open-feature/js-sdk/compare/core-v0.0.28...core-v1.0.0) (2024-03-12)
### 🧹 Chore
* release core as 1.0.0 ([d06b285](https://github.com/open-feature/js-sdk/commit/d06b285cc3cbb6ac47a02a0d36f23831a413385d))
## [0.0.28](https://github.com/open-feature/js-sdk/compare/core-v0.0.27...core-v0.0.28) (2024-03-05)

View File

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