chore(main): release core 1.4.0 (#984)
🤖 I have created a release *beep* *boop* --- ## [1.4.0](https://github.com/open-feature/js-sdk/compare/core-v1.3.0...core-v1.4.0) (2024-08-28) ### ✨ New Features * updated the Metadata type to allow for custom properties ([#975](https://github.com/open-feature/js-sdk/issues/975)) ([16b0d74](16b0d74340)) --- 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
df4e72eabc
commit
01344b28c1
|
|
@ -3,5 +3,5 @@
|
||||||
"packages/react": "0.4.3",
|
"packages/react": "0.4.3",
|
||||||
"packages/web": "1.2.2",
|
"packages/web": "1.2.2",
|
||||||
"packages/server": "1.15.0",
|
"packages/server": "1.15.0",
|
||||||
"packages/shared": "1.3.0"
|
"packages/shared": "1.4.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2425,12 +2425,6 @@
|
||||||
"parse5": "^7.0.0"
|
"parse5": "^7.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@types/json-schema": {
|
|
||||||
"version": "7.0.15",
|
|
||||||
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
||||||
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/@types/json5": {
|
"node_modules/@types/json5": {
|
||||||
"version": "0.0.29",
|
"version": "0.0.29",
|
||||||
"resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
|
"resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
|
||||||
|
|
@ -13862,17 +13856,6 @@
|
||||||
"url": "https://github.com/sponsors/sindresorhus"
|
"url": "https://github.com/sponsors/sindresorhus"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/web": {
|
|
||||||
"name": "@openfeature/web-sdk",
|
|
||||||
"version": "1.2.2",
|
|
||||||
"license": "Apache-2.0",
|
|
||||||
"devDependencies": {
|
|
||||||
"@openfeature/core": "1.3.0"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"@openfeature/core": "1.3.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"packages/nest": {
|
"packages/nest": {
|
||||||
"name": "@openfeature/nestjs-sdk",
|
"name": "@openfeature/nestjs-sdk",
|
||||||
"version": "0.2.1-experimental",
|
"version": "0.2.1-experimental",
|
||||||
|
|
@ -13912,20 +13895,31 @@
|
||||||
"version": "1.15.0",
|
"version": "1.15.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@openfeature/core": "1.3.0"
|
"@openfeature/core": "1.4.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@openfeature/core": "1.3.0"
|
"@openfeature/core": "1.4.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/shared": {
|
"packages/shared": {
|
||||||
"name": "@openfeature/core",
|
"name": "@openfeature/core",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {}
|
"devDependencies": {}
|
||||||
|
},
|
||||||
|
"packages/web": {
|
||||||
|
"name": "@openfeature/web-sdk",
|
||||||
|
"version": "1.2.2",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openfeature/core": "1.4.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@openfeature/core": "1.3.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -48,9 +48,9 @@
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@openfeature/core": "1.3.0"
|
"@openfeature/core": "1.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@openfeature/core": "1.3.0"
|
"@openfeature/core": "1.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.4.0](https://github.com/open-feature/js-sdk/compare/core-v1.3.0...core-v1.4.0) (2024-08-28)
|
||||||
|
|
||||||
|
|
||||||
|
### ✨ New Features
|
||||||
|
|
||||||
|
* updated the Metadata type to allow for custom properties ([#975](https://github.com/open-feature/js-sdk/issues/975)) ([16b0d74](https://github.com/open-feature/js-sdk/commit/16b0d743404da1f82d5fbada1ad5bedc0d253417))
|
||||||
|
|
||||||
## [1.3.0](https://github.com/open-feature/js-sdk/compare/core-v1.2.0...core-v1.3.0) (2024-06-11)
|
## [1.3.0](https://github.com/open-feature/js-sdk/compare/core-v1.2.0...core-v1.3.0) (2024-06-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@openfeature/core",
|
"name": "@openfeature/core",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"description": "Shared OpenFeature JS components (server and web)",
|
"description": "Shared OpenFeature JS components (server and web)",
|
||||||
"main": "./dist/cjs/index.js",
|
"main": "./dist/cjs/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,6 @@
|
||||||
"@openfeature/core": "1.3.0"
|
"@openfeature/core": "1.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@openfeature/core": "1.3.0"
|
"@openfeature/core": "1.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue