chore(main): release core 1.3.0 (#958)
🤖 I have created a release *beep* *boop* --- ## [1.3.0](https://github.com/open-feature/js-sdk/compare/core-v1.2.0...core-v1.3.0) (2024-06-11) ### ✨ New Features * lower compilation target to es2015 ([#957](https://github.com/open-feature/js-sdk/issues/957)) ([c2d6c17](c2d6c1761a)) --- 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
c2d6c1761a
commit
25086c5456
|
|
@ -3,5 +3,5 @@
|
|||
"packages/react": "0.4.0",
|
||||
"packages/client": "1.1.0",
|
||||
"packages/server": "1.14.0",
|
||||
"packages/shared": "1.2.0"
|
||||
"packages/shared": "1.3.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13854,7 +13854,7 @@
|
|||
"version": "1.1.0",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@openfeature/core": "1.2.0"
|
||||
"@openfeature/core": "1.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@openfeature/core": "1.2.0"
|
||||
|
|
@ -13862,7 +13862,7 @@
|
|||
},
|
||||
"packages/nest": {
|
||||
"name": "@openfeature/nestjs-sdk",
|
||||
"version": "0.1.5-experimental",
|
||||
"version": "0.2.0-experimental",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@nestjs/common": "^10.3.6",
|
||||
|
|
@ -13899,18 +13899,18 @@
|
|||
"version": "1.14.0",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@openfeature/core": "1.2.0"
|
||||
"@openfeature/core": "1.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@openfeature/core": "1.2.0"
|
||||
"@openfeature/core": "1.3.0"
|
||||
}
|
||||
},
|
||||
"packages/shared": {
|
||||
"name": "@openfeature/core",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,6 +49,6 @@
|
|||
"@openfeature/core": "1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openfeature/core": "1.2.0"
|
||||
"@openfeature/core": "1.3.0"
|
||||
}
|
||||
}
|
||||
|
|
@ -48,9 +48,9 @@
|
|||
"node": ">=18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@openfeature/core": "1.2.0"
|
||||
"@openfeature/core": "1.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openfeature/core": "1.2.0"
|
||||
"@openfeature/core": "1.3.0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## [1.3.0](https://github.com/open-feature/js-sdk/compare/core-v1.2.0...core-v1.3.0) (2024-06-11)
|
||||
|
||||
|
||||
### ✨ New Features
|
||||
|
||||
* lower compilation target to es2015 ([#957](https://github.com/open-feature/js-sdk/issues/957)) ([c2d6c17](https://github.com/open-feature/js-sdk/commit/c2d6c1761ae19f937deaff2f011a0380f8af7350))
|
||||
|
||||
## [1.2.0](https://github.com/open-feature/js-sdk/compare/core-v1.1.0...core-v1.2.0) (2024-05-13)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openfeature/core",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"description": "Shared OpenFeature JS components (server and web)",
|
||||
"main": "./dist/cjs/index.js",
|
||||
"files": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue