Skip to content

Commit 6016465

Browse files
chore(main): release angular-sdk 0.0.7-experimental (open-feature#1088)
🤖 I have created a release *beep* *boop* --- ## [0.0.7-experimental](open-feature/js-sdk@angular-sdk-v0.0.6-experimental...angular-sdk-v0.0.7-experimental) (2024-11-21) ### ✨ New Features * **angular:** add angular 19 to peerDependencies ([4893d6f](open-feature@4893d6f)) --- 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 4893d6f commit 6016465

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"packages/web": "1.3.2",
66
"packages/server": "1.16.2",
77
"packages/shared": "1.5.0",
8-
"packages/angular/projects/angular-sdk": "0.0.6-experimental"
8+
"packages/angular/projects/angular-sdk": "0.0.7-experimental"
99
}

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

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

3+
## [0.0.7-experimental](https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.6-experimental...angular-sdk-v0.0.7-experimental) (2024-11-21)
4+
5+
6+
### ✨ New Features
7+
8+
* **angular:** add angular 19 to peerDependencies ([4893d6f](https://github.com/open-feature/js-sdk/commit/4893d6f0003fbdcdcd4c7c061e9aed49e20b8976))
9+
310
## [0.0.6-experimental](https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.5-experimental...angular-sdk-v0.0.6-experimental) (2024-10-28)
411

512

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/angular-sdk",
3-
"version": "0.0.6-experimental",
3+
"version": "0.0.7-experimental",
44
"description": "OpenFeature Angular SDK",
55
"scripts": {
66
"current-published-version": "npm show $npm_package_name@$npm_package_version version",

0 commit comments

Comments
 (0)