Skip to content

Commit 40d6d73

Browse files
chore(main): release angular-sdk 0.0.20 (#1273)
🤖 I have created a release *beep* *boop* --- ## [0.0.20](angular-sdk-v0.0.19...angular-sdk-v0.0.20) (2025-12-16) ### ✨ New Features * Angular 21 support ([#1316](#1316)) ([7d1bfb2](7d1bfb2)) ### 🧹 Chore * mention debounce hook in react/ng docs ([#1272](#1272)) ([27666b8](27666b8)) --- 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]>
1 parent 7d1bfb2 commit 40d6d73

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/web": "1.7.2",
55
"packages/server": "1.20.1",
66
"packages/shared": "1.9.1",
7-
"packages/angular/projects/angular-sdk": "0.0.19"
7+
"packages/angular/projects/angular-sdk": "0.0.20"
88
}

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

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

33

4+
## [0.0.20](https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.19...angular-sdk-v0.0.20) (2025-12-16)
5+
6+
7+
### ✨ New Features
8+
9+
* Angular 21 support ([#1316](https://github.com/open-feature/js-sdk/issues/1316)) ([7d1bfb2](https://github.com/open-feature/js-sdk/commit/7d1bfb20dd01f5b3abab5ad04e01561a55565e75))
10+
11+
12+
### 🧹 Chore
13+
14+
* mention debounce hook in react/ng docs ([#1272](https://github.com/open-feature/js-sdk/issues/1272)) ([27666b8](https://github.com/open-feature/js-sdk/commit/27666b8c2d3f8131ba0b3f704ca1c87df007a5fe))
15+
416
## [0.0.19](https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.18...angular-sdk-v0.0.19) (2025-10-21)
517

618

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.19">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.19&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/angular-sdk-v0.0.20">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.20&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.19",
3+
"version": "0.0.20",
44
"description": "OpenFeature Angular SDK",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)