Skip to content

Commit

Permalink
chore(main): release angular-sdk 0.0.10-experimental
Browse files Browse the repository at this point in the history
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
  • Loading branch information
openfeaturebot committed Feb 7, 2025
1 parent 8bb6206 commit fabf7df
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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.4.1",
"packages/server": "1.17.1",
"packages/shared": "1.7.0",
"packages/angular/projects/angular-sdk": "0.0.9-experimental"
"packages/angular/projects/angular-sdk": "0.0.10-experimental"
}
7 changes: 7 additions & 0 deletions packages/angular/projects/angular-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## [0.0.10-experimental](https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.9-experimental...angular-sdk-v0.0.10-experimental) (2025-02-07)


### 🧹 Chore

* update sdk peer ([#1142](https://github.com/open-feature/js-sdk/issues/1142)) ([8bb6206](https://github.com/open-feature/js-sdk/commit/8bb620601e2b8dc7b62d717169b585bd1c886996))

## [0.0.9-experimental](https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.8-experimental...angular-sdk-v0.0.9-experimental) (2024-11-21)


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.9-experimental">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.9-experimental&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/js-sdk/releases/tag/angular-sdk-v0.0.10-experimental">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.10-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.9-experimental",
"version": "0.0.10-experimental",
"description": "OpenFeature Angular SDK",
"repository": {
"type": "git",
Expand Down

0 comments on commit fabf7df

Please sign in to comment.