Skip to content

Commit 0d6dfd0

Browse files
chore(main): release angular-sdk 0.0.10-experimental
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent dcbc300 commit 0d6dfd0

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"packages/web": "1.4.1",
66
"packages/server": "1.17.1",
77
"packages/shared": "1.7.0",
8-
"packages/angular/projects/angular-sdk": "0.0.9-experimental"
8+
"packages/angular/projects/angular-sdk": "0.0.10-experimental"
99
}

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+
## [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-13)
5+
6+
7+
### 🧹 Chore
8+
9+
* update sdk peer ([#1142](https://github.com/open-feature/js-sdk/issues/1142)) ([8bb6206](https://github.com/open-feature/js-sdk/commit/8bb620601e2b8dc7b62d717169b585bd1c886996))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* devDependencies
16+
* @openfeature/core bumped from * to 1.7.1
17+
* @openfeature/web-sdk bumped from * to 1.4.2
18+
419
## [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)
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.9-experimental">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.9-experimental&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/angular-sdk-v0.0.10-experimental">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.10-experimental&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/angular-sdk",
3-
"version": "0.0.9-experimental",
3+
"version": "0.0.10-experimental",
44
"description": "OpenFeature Angular SDK",
55
"repository": {
66
"type": "git",
@@ -20,8 +20,8 @@
2020
"tslib": "^2.3.0"
2121
},
2222
"devDependencies": {
23-
"@openfeature/core": "*",
24-
"@openfeature/web-sdk": "*",
23+
"@openfeature/core": "1.7.1",
24+
"@openfeature/web-sdk": "1.4.2",
2525
"@angular/common": "^19.0.0",
2626
"@angular/core": "^19.0.0"
2727
},

0 commit comments

Comments
 (0)