Skip to content

Commit 5272f76

Browse files
chore(angular): update angular package to a non-experimental version (#1147)
Release Angular SDK as non-experimental version as described in #1110 Release-As: 0.0.10 Fixes #1110 Signed-off-by: Lukas Reining <[email protected]> Co-authored-by: Michael Beemer <[email protected]>
1 parent 30004ea commit 5272f76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.9-experimental",
3+
"version": "0.0.10",
44
"description": "OpenFeature Angular SDK",
55
"repository": {
66
"type": "git",

release-please-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"packages/angular/projects/angular-sdk": {
3131
"release-type": "node",
32-
"prerelease": true,
32+
"prerelease": false,
3333
"bump-minor-pre-major": true,
3434
"bump-patch-for-minor-pre-major": true,
3535
"extra-files": ["README.md"],

0 commit comments

Comments
 (0)