Skip to content

Commit

Permalink
chore(main): release angular-sdk 0.0.8-experimental (open-feature#1092)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---

##
[0.0.8-experimental](open-feature/js-sdk@angular-sdk-v0.0.7-experimental...angular-sdk-v0.0.8-experimental)
(2024-11-21)

### ✨ New Features

* Angular SDK
([open-feature#997](open-feature#997))
([105fd95](open-feature@105fd95))
* **angular:** add Angular 18 support
([open-feature#1063](open-feature#1063))
([e62d6d4](open-feature@e62d6d4))
* **angular:** add angular 19 to peerDependencies
([4893d6f](open-feature@4893d6f))

### 🐛 Bug Fixes

* **angular:** add package description
([open-feature#1026](open-feature#1026))
([dc63ca8](open-feature@dc63ca8))
* **angular:** fix race condition on initialization
([open-feature#1052](open-feature#1052))
([12eaa97](open-feature@12eaa97))
* copy license to package correctly
([open-feature#1011](open-feature#1011))
([458d278](open-feature@458d278))
* fix release of angular sdk
([4a370cc](open-feature@4a370cc))

### 🧹 Chore

* add npm keywords for angular
([open-feature#1015](open-feature#1015))
([6b11165](open-feature@6b11165))
* **main:** release angular-sdk 0.0.1-experimental
([open-feature#1003](open-feature#1003))
([ed3aaa4](open-feature@ed3aaa4))
* **main:** release angular-sdk 0.0.1-experimental
([open-feature#1010](open-feature#1010))
([eb42c4c](open-feature@eb42c4c))
* **main:** release angular-sdk 0.0.2-experimental
([open-feature#1008](open-feature#1008))
([f74056c](open-feature@f74056c))
* **main:** release angular-sdk 0.0.2-experimental
([open-feature#1012](open-feature#1012))
([8bdc164](open-feature@8bdc164))
* **main:** release angular-sdk 0.0.3-experimental
([open-feature#1014](open-feature#1014))
([baec2fb](open-feature@baec2fb))
* **main:** release angular-sdk 0.0.4-experimental
([open-feature#1027](open-feature#1027))
([c1374bb](open-feature@c1374bb))
* **main:** release angular-sdk 0.0.5-experimental
([open-feature#1053](open-feature#1053))
([5636983](open-feature@5636983))
* **main:** release angular-sdk 0.0.6-experimental
([open-feature#1064](open-feature#1064))
([7f9001e](open-feature@7f9001e))
* **main:** release angular-sdk 0.0.7-experimental
([open-feature#1088](open-feature#1088))
([6016465](open-feature@6016465))
* **main:** release angular-sdk 0.0.7-experimental
([open-feature#1091](open-feature#1091))
([2a21f4f](open-feature@2a21f4f))

### 📚 Documentation

* **angular:** improve angular readme layout
([open-feature#1013](open-feature#1013))
([ee52da9](open-feature@ee52da9))

---
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]>
Signed-off-by: Lukas Reining <[email protected]>
Co-authored-by: Lukas Reining <[email protected]>
Signed-off-by: Will Chou <[email protected]>
  • Loading branch information
2 people authored and wichopy committed Dec 31, 2024
1 parent b2b5380 commit d86e45f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/web": "1.3.2",
"packages/server": "1.16.2",
"packages/shared": "1.5.0",
"packages/angular/projects/angular-sdk": "0.0.7-experimental"
"packages/angular/projects/angular-sdk": "0.0.8-experimental"
}
9 changes: 8 additions & 1 deletion packages/angular/projects/angular-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Changelog


## [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)
## [0.0.8-experimental](https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.7-experimental...angular-sdk-v0.0.8-experimental) (2024-11-21)


### ✨ New Features

* **angular:** add angular 19 to peerDependencies ([4893d6f](https://github.com/open-feature/js-sdk/commit/4893d6f0003fbdcdcd4c7c061e9aed49e20b8976))


## [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)


Note: This version did not release


## [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)


Expand Down
4 changes: 2 additions & 2 deletions packages/angular/projects/angular-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
</a>
<!-- x-release-please-start-version -->
<a href="https://github.com/open-feature/js-sdk/releases/tag/angular-sdk-v0.0.7-experimental">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.7-experimental&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/js-sdk/releases/tag/angular-sdk-v0.0.8-experimental">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.8-experimental&color=blue&style=for-the-badge" />
</a>
<!-- x-release-please-end -->
<br/>
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/projects/angular-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/angular-sdk",
"version": "0.0.7-experimental",
"version": "0.0.8-experimental",
"description": "OpenFeature Angular SDK",
"scripts": {
"current-published-version": "npm show $npm_package_name@$npm_package_version version",
Expand Down

0 comments on commit d86e45f

Please sign in to comment.