Skip to content

Commit fe3ad8e

Browse files
openfeaturebotopenfeature-peer-update-bot
and
openfeature-peer-update-bot
authored
chore(main): release core 1.5.0 (#1040)
🤖 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 <[email protected]> Signed-off-by: openfeature-peer-update-bot <[email protected]> Co-authored-by: openfeature-peer-update-bot <[email protected]>
1 parent 80f182e commit fe3ad8e

File tree

6 files changed

+22
-10
lines changed

6 files changed

+22
-10
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"packages/angular": "0.0.1-experimental",
55
"packages/web": "1.2.4",
66
"packages/server": "1.15.1",
7-
"packages/shared": "1.4.0",
7+
"packages/shared": "1.5.0",
88
"packages/angular/projects/angular-sdk": "0.0.6-experimental"
99
}

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"node": ">=18"
5050
},
5151
"peerDependencies": {
52-
"@openfeature/core": "1.4.0"
52+
"@openfeature/core": "1.5.0"
5353
},
5454
"devDependencies": {
55-
"@openfeature/core": "1.4.0"
55+
"@openfeature/core": "1.5.0"
5656
}
5757
}

packages/shared/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/open-feature/js-sdk/compare/core-v1.4.0...core-v1.5.0) (2024-10-29)
4+
5+
6+
### ✨ New Features
7+
8+
* 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))
9+
10+
11+
### 🧹 Chore
12+
13+
* 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))
14+
315
## [1.4.0](https://github.com/open-feature/js-sdk/compare/core-v1.3.0...core-v1.4.0) (2024-08-28)
416

517

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/core",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Shared OpenFeature JS components (server and web)",
55
"main": "./dist/cjs/index.js",
66
"files": [

packages/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"@openfeature/core": "1.4.0"
5151
},
5252
"devDependencies": {
53-
"@openfeature/core": "1.4.0"
53+
"@openfeature/core": "1.5.0"
5454
}
5555
}

0 commit comments

Comments
 (0)