Skip to content

Commit 70ea910

Browse files
chore(main): release core 1.11.0 (#1397)
🤖 I have created a release *beep* *boop* --- ## [1.11.0](core-v1.10.0...core-v1.11.0) (2026-06-12) ### ✨ New Features * expose js sdk identity on client metadata ([#1376](#1376)) ([6c437e7](6c437e7)) --- 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: Lukas Reining <lukas.reining@codecentric.de> Co-authored-by: Lukas Reining <lukas.reining@codecentric.de>
1 parent 051f54f commit 70ea910

6 files changed

Lines changed: 37 additions & 8 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages/react": "1.3.0",
44
"packages/web": "1.8.0",
55
"packages/server": "1.21.0",
6-
"packages/shared": "1.10.0",
7-
"packages/angular/projects/angular-sdk": "1.2.0"
6+
"packages/shared": "1.11.0",
7+
"packages/angular/projects/angular-sdk": "1.3.0"
88
}

packages/angular/projects/angular-sdk/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/open-feature/js-sdk/compare/angular-sdk-v1.2.0...angular-sdk-v1.3.0) (2026-06-10)
4+
5+
6+
### ✨ New Features
7+
8+
* **angular:** add provideOpenFeature() standalone provider function ([#1409](https://github.com/open-feature/js-sdk/issues/1409)) ([cddf9a9](https://github.com/open-feature/js-sdk/commit/cddf9a9ce0ecd865e6fd5d25266c3f62c61e8665))
9+
* expose js sdk identity on client metadata ([#1376](https://github.com/open-feature/js-sdk/issues/1376)) ([6c437e7](https://github.com/open-feature/js-sdk/commit/6c437e78662786749cba8bfe5051edbd5e6a85e1))
10+
11+
12+
### 🧹 Chore
13+
14+
* fixup test compilation issues ([da8f5d8](https://github.com/open-feature/js-sdk/commit/da8f5d858ccd9ca62cdcdeec37974c81cb0c90c4))
15+
* resolve open dependabot security alerts ([#1402](https://github.com/open-feature/js-sdk/issues/1402)) ([8c9669a](https://github.com/open-feature/js-sdk/commit/8c9669adb08ff5281fd23993fd30701ad665b20a))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* devDependencies
22+
* @openfeature/core bumped from ^1.8.1 to ^1.11.0
23+
* @openfeature/web-sdk bumped from ^1.6.2 to ^1.9.0
24+
325
## [Unreleased]
426

527
### ✨ New Features

packages/angular/projects/angular-sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
1717
</a>
1818
<!-- x-release-please-start-version -->
19-
<a href="https://github.com/open-feature/js-sdk/releases/tag/angular-sdk-v1.2.0">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.2.0&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/angular-sdk-v1.3.0">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.3.0&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

packages/angular/projects/angular-sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/angular-sdk",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "OpenFeature Angular SDK",
55
"repository": {
66
"type": "git",
@@ -25,8 +25,8 @@
2525
"tslib": "^2.3.0"
2626
},
2727
"devDependencies": {
28-
"@openfeature/core": "^1.8.1",
29-
"@openfeature/web-sdk": "^1.6.2",
28+
"@openfeature/core": "^1.10.0",
29+
"@openfeature/web-sdk": "^1.8.0",
3030
"@angular/common": "^21.0.4",
3131
"@angular/core": "^21.0.4"
3232
},

packages/shared/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.11.0](https://github.com/open-feature/js-sdk/compare/core-v1.10.0...core-v1.11.0) (2026-06-12)
4+
5+
6+
### ✨ New Features
7+
8+
* expose js sdk identity on client metadata ([#1376](https://github.com/open-feature/js-sdk/issues/1376)) ([6c437e7](https://github.com/open-feature/js-sdk/commit/6c437e78662786749cba8bfe5051edbd5e6a85e1))
9+
310
## [1.10.0](https://github.com/open-feature/js-sdk/compare/core-v1.9.2...core-v1.10.0) (2026-04-21)
411

512

packages/shared/package.json

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

0 commit comments

Comments
 (0)