Skip to content

Commit 238bc50

Browse files
chore(main): release angular-sdk 1.0.0 (#1336)
🤖 I have created a release *beep* *boop* --- 🎉 This is the first stable release of the Angular SDK 🎉 With this release, we are stabilizing the API. Any further changes in features not marked as experimental will be regarded as breaking. Many thanks to all those who have adopted thus far, and provided their valuable feedback! See our [stability guide](https://openfeature.dev/specification/#document-statuses) for more information. ## [1.0.0](angular-sdk-v0.0.20...angular-sdk-v1.0.0) (2026-01-23) ### 🧹 Chore * format README ([#1335](#1335)) ([26d0325](26d0325)) --- 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: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 26d0325 commit 238bc50

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
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.20"
7+
"packages/angular/projects/angular-sdk": "1.0.0"
88
}

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

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

33

4+
## [1.0.0](https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.20...angular-sdk-v1.0.0) (2026-01-23)
5+
6+
7+
🎉 This is the first stable release of the Angular SDK 🎉
8+
9+
With this release, we are stabilizing the API.
10+
Any further changes in features not marked as experimental will be regarded as breaking.
11+
Many thanks to all those who have adopted thus far, and provided their valuable feedback!
12+
13+
See our [stability guide](https://openfeature.dev/specification/#document-statuses) for more information.
14+
15+
### 🧹 Chore
16+
17+
* format README ([#1335](https://github.com/open-feature/js-sdk/issues/1335)) ([26d0325](https://github.com/open-feature/js-sdk/commit/26d0325f6f382f4b57e5152bf55dbd2725a9ff39))
18+
419
## [0.0.20](https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.19...angular-sdk-v0.0.20) (2025-12-16)
520

621

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

release-please-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"bump-minor-pre-major": true,
3434
"bump-patch-for-minor-pre-major": true,
3535
"extra-files": ["README.md"],
36-
"versioning": "default",
37-
"release-as": "1.0.0"
36+
"versioning": "default"
3837
},
3938
"packages/nest": {
4039
"release-type": "node",

0 commit comments

Comments
 (0)