chore(main): release core 1.5.0 (#1040)

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


##
[1.5.0](https://github.com/open-feature/js-sdk/compare/core-v1.4.0...core-v1.5.0)
(2024-10-29)


###  New Features

* implement tracking as per spec
([#1020](https://github.com/open-feature/js-sdk/issues/1020))
([80f182e](80f182e1af))


### 🧹 Chore

* import type lint rule and fixes
([#1039](https://github.com/open-feature/js-sdk/issues/1039))
([01fcb93](01fcb933d2))

---
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-10-29 11:24:16 -04:00 committed by GitHub
parent 80f182e1af
commit fe3ad8eeb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 22 additions and 10 deletions

View File

@ -4,6 +4,6 @@
"packages/angular": "0.0.1-experimental",
"packages/web": "1.2.4",
"packages/server": "1.15.1",
"packages/shared": "1.4.0",
"packages/shared": "1.5.0",
"packages/angular/projects/angular-sdk": "0.0.6-experimental"
}

10
package-lock.json generated
View File

@ -21927,7 +21927,7 @@
},
"packages/angular/projects/angular-sdk": {
"name": "@openfeature/angular-sdk",
"version": "0.0.5-experimental",
"version": "0.0.6-experimental",
"dependencies": {
"tslib": "^2.3.0"
},
@ -21982,18 +21982,18 @@
"version": "1.15.1",
"license": "Apache-2.0",
"devDependencies": {
"@openfeature/core": "1.4.0"
"@openfeature/core": "1.5.0"
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"@openfeature/core": "1.4.0"
"@openfeature/core": "1.5.0"
}
},
"packages/shared": {
"name": "@openfeature/core",
"version": "1.4.0",
"version": "1.5.0",
"license": "Apache-2.0",
"devDependencies": {}
},
@ -22002,7 +22002,7 @@
"version": "1.2.4",
"license": "Apache-2.0",
"devDependencies": {
"@openfeature/core": "1.4.0"
"@openfeature/core": "1.5.0"
},
"peerDependencies": {
"@openfeature/core": "1.4.0"

View File

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

View File

@ -1,5 +1,17 @@
# Changelog
## [1.5.0](https://github.com/open-feature/js-sdk/compare/core-v1.4.0...core-v1.5.0) (2024-10-29)
### ✨ New Features
* implement tracking as per spec ([#1020](https://github.com/open-feature/js-sdk/issues/1020)) ([80f182e](https://github.com/open-feature/js-sdk/commit/80f182e1afbd3a705bf3de6a0d9886ccb3424b44))
### 🧹 Chore
* import type lint rule and fixes ([#1039](https://github.com/open-feature/js-sdk/issues/1039)) ([01fcb93](https://github.com/open-feature/js-sdk/commit/01fcb933d2cbd131a0f4a005173cdd1906087e18))
## [1.4.0](https://github.com/open-feature/js-sdk/compare/core-v1.3.0...core-v1.4.0) (2024-08-28)

View File

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

View File

@ -50,6 +50,6 @@
"@openfeature/core": "1.4.0"
},
"devDependencies": {
"@openfeature/core": "1.4.0"
"@openfeature/core": "1.5.0"
}
}