Skip to content

Commit 494c4d5

Browse files
chore: release main
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent f7eca3a commit 494c4d5

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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.2.4",
66
"packages/server": "1.15.1",
77
"packages/shared": "1.4.0",
8-
"packages/angular/projects/angular-sdk": "0.0.4-experimental"
8+
"packages/angular/projects/angular-sdk": "0.0.5-experimental"
99
}

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### Dependencies
4+
5+
* The following workspace dependencies were updated
6+
* devDependencies
7+
* @openfeature/core bumped from * to 1.4.1
8+
* @openfeature/web-sdk bumped from * to 1.2.5
9+
310
## [0.0.4-experimental](https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.3-experimental...angular-sdk-v0.0.4-experimental) (2024-09-30)
411

512

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.4-experimental",
3+
"version": "0.0.5-experimental",
44
"description": "OpenFeature Angular SDK",
55
"scripts": {
66
"current-published-version": "npm show $npm_package_name@$npm_package_version version",
@@ -16,8 +16,8 @@
1616
"tslib": "^2.3.0"
1717
},
1818
"devDependencies": {
19-
"@openfeature/core": "*",
20-
"@openfeature/web-sdk": "*",
19+
"@openfeature/core": "1.4.1",
20+
"@openfeature/web-sdk": "1.2.5",
2121
"@angular/common": "^17.3.0",
2222
"@angular/core": "^17.3.0"
2323
},

0 commit comments

Comments
 (0)