Skip to content

Commit

Permalink
chore(main): release core 1.5.0 (#1040)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.5.0](core-v1.4.0...core-v1.5.0)
(2024-10-29)


### ✨ New Features

* implement tracking as per spec
([#1020](#1020))
([80f182e](80f182e))


### 🧹 Chore

* import type lint rule and fixes
([#1039](#1039))
([01fcb93](01fcb93))

---
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>
  • Loading branch information
openfeaturebot and openfeature-peer-update-bot authored Oct 29, 2024
1 parent 80f182e commit fe3ad8e
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
12 changes: 12 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"@openfeature/core": "1.4.0"
},
"devDependencies": {
"@openfeature/core": "1.4.0"
"@openfeature/core": "1.5.0"
}
}

0 comments on commit fe3ad8e

Please sign in to comment.