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:
OpenFeature Bot 2024-08-28 08:44:37 -04:00 committed by GitHub
parent df4e72eabc
commit 01344b28c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 26 additions and 25 deletions

View File

@ -3,5 +3,5 @@
"packages/react": "0.4.3",
"packages/web": "1.2.2",
"packages/server": "1.15.0",
"packages/shared": "1.3.0"
"packages/shared": "1.4.0"
}

34
package-lock.json generated
View File

@ -2425,12 +2425,6 @@
"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": {
"version": "0.0.29",
"resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
@ -13862,17 +13856,6 @@
"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": {
"name": "@openfeature/nestjs-sdk",
"version": "0.2.1-experimental",
@ -13912,20 +13895,31 @@
"version": "1.15.0",
"license": "Apache-2.0",
"devDependencies": {
"@openfeature/core": "1.3.0"
"@openfeature/core": "1.4.0"
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"@openfeature/core": "1.3.0"
"@openfeature/core": "1.4.0"
}
},
"packages/shared": {
"name": "@openfeature/core",
"version": "1.3.0",
"version": "1.4.0",
"license": "Apache-2.0",
"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"
}
}
}
}

View File

@ -48,9 +48,9 @@
"node": ">=18"
},
"peerDependencies": {
"@openfeature/core": "1.3.0"
"@openfeature/core": "1.4.0"
},
"devDependencies": {
"@openfeature/core": "1.3.0"
"@openfeature/core": "1.4.0"
}
}

View File

@ -1,5 +1,12 @@
# 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)

View File

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

View File

@ -49,6 +49,6 @@
"@openfeature/core": "1.3.0"
},
"devDependencies": {
"@openfeature/core": "1.3.0"
"@openfeature/core": "1.4.0"
}
}