Skip to content

Commit 7f81917

Browse files
chore(main): release angular-sdk 0.0.11 (#1167)
🤖 I have created a release *beep* *boop* --- ## [0.0.11](angular-sdk-v0.0.10...angular-sdk-v0.0.11) (2025-04-11) ### ✨ New Features * **angular:** add option for initial context injection ([aafdb43](aafdb43)) --- 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 aafdb43 commit 7f81917

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"packages/web": "1.4.1",
66
"packages/server": "1.17.1",
77
"packages/shared": "1.8.0",
8-
"packages/angular/projects/angular-sdk": "0.0.10"
8+
"packages/angular/projects/angular-sdk": "0.0.11"
99
}

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

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

33

4+
## [0.0.11](https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.10...angular-sdk-v0.0.11) (2025-04-11)
5+
6+
7+
### ✨ New Features
8+
9+
* **angular:** add option for initial context injection ([aafdb43](https://github.com/open-feature/js-sdk/commit/aafdb4382f113f96a649f5fc0cecadb4178ada67))
10+
11+
412
## [0.0.10](https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.9-experimental...angular-sdk-v0.0.10) (2025-02-13)
513

614

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-v0.0.10">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.10&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/angular-sdk-v0.0.11">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.11&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/angular-sdk",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "OpenFeature Angular SDK",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)