From d3c600ee72c600e5132bbf345eae67398b5371fb Mon Sep 17 00:00:00 2001
From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Date: Thu, 21 Nov 2024 15:12:26 -0500
Subject: [PATCH 1/3] chore(main): release angular-sdk 0.0.8-experimental
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
---
.release-please-manifest.json | 2 +-
.../angular/projects/angular-sdk/CHANGELOG.md | 37 +++++++++++++++++++
.../angular/projects/angular-sdk/README.md | 4 +-
.../angular/projects/angular-sdk/package.json | 2 +-
4 files changed, 41 insertions(+), 4 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index eb0b3e722..91b75e692 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -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"
}
diff --git a/packages/angular/projects/angular-sdk/CHANGELOG.md b/packages/angular/projects/angular-sdk/CHANGELOG.md
index e0c07b3e8..423e493da 100644
--- a/packages/angular/projects/angular-sdk/CHANGELOG.md
+++ b/packages/angular/projects/angular-sdk/CHANGELOG.md
@@ -1,6 +1,43 @@
# Changelog
+## [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 SDK ([#997](https://github.com/open-feature/js-sdk/issues/997)) ([105fd95](https://github.com/open-feature/js-sdk/commit/105fd95e344822ffcfc54d328a28676b6f27f38e))
+* **angular:** add Angular 18 support ([#1063](https://github.com/open-feature/js-sdk/issues/1063)) ([e62d6d4](https://github.com/open-feature/js-sdk/commit/e62d6d4b7e4a5d0f40592a2c73e7124d22eec98e))
+* **angular:** add angular 19 to peerDependencies ([4893d6f](https://github.com/open-feature/js-sdk/commit/4893d6f0003fbdcdcd4c7c061e9aed49e20b8976))
+
+
+### ๐ Bug Fixes
+
+* **angular:** add package description ([#1026](https://github.com/open-feature/js-sdk/issues/1026)) ([dc63ca8](https://github.com/open-feature/js-sdk/commit/dc63ca8b9d6fe8c16089e95f0e336d5e3f759f3b))
+* **angular:** fix race condition on initialization ([#1052](https://github.com/open-feature/js-sdk/issues/1052)) ([12eaa97](https://github.com/open-feature/js-sdk/commit/12eaa9758d9deb788d74488ef03f18cbd31c0cbe))
+* copy license to package correctly ([#1011](https://github.com/open-feature/js-sdk/issues/1011)) ([458d278](https://github.com/open-feature/js-sdk/commit/458d278345fe8681a966fca3852b2e607bdafccb))
+* fix release of angular sdk ([4a370cc](https://github.com/open-feature/js-sdk/commit/4a370cc73f15f2188ca6aac4c5ae8c842e854b73))
+
+
+### ๐งน Chore
+
+* add npm keywords for angular ([#1015](https://github.com/open-feature/js-sdk/issues/1015)) ([6b11165](https://github.com/open-feature/js-sdk/commit/6b11165aa102e62fb8cd4dd218643e2ef0e733cf))
+* **main:** release angular-sdk 0.0.1-experimental ([#1003](https://github.com/open-feature/js-sdk/issues/1003)) ([ed3aaa4](https://github.com/open-feature/js-sdk/commit/ed3aaa48c0f90b4b90f08c1110d1edf8ef9d62f0))
+* **main:** release angular-sdk 0.0.1-experimental ([#1010](https://github.com/open-feature/js-sdk/issues/1010)) ([eb42c4c](https://github.com/open-feature/js-sdk/commit/eb42c4c9e602451bd4e28826b168b6a632776f17))
+* **main:** release angular-sdk 0.0.2-experimental ([#1008](https://github.com/open-feature/js-sdk/issues/1008)) ([f74056c](https://github.com/open-feature/js-sdk/commit/f74056c02bcfaa021d4ab619116613d0db23e828))
+* **main:** release angular-sdk 0.0.2-experimental ([#1012](https://github.com/open-feature/js-sdk/issues/1012)) ([8bdc164](https://github.com/open-feature/js-sdk/commit/8bdc16430ca08fbf30d2486987657724701eff67))
+* **main:** release angular-sdk 0.0.3-experimental ([#1014](https://github.com/open-feature/js-sdk/issues/1014)) ([baec2fb](https://github.com/open-feature/js-sdk/commit/baec2fb350187fe9fb94aebcd97011d0658ad8cd))
+* **main:** release angular-sdk 0.0.4-experimental ([#1027](https://github.com/open-feature/js-sdk/issues/1027)) ([c1374bb](https://github.com/open-feature/js-sdk/commit/c1374bb7b371b2e882e3498ffaf2f8f562d68eea))
+* **main:** release angular-sdk 0.0.5-experimental ([#1053](https://github.com/open-feature/js-sdk/issues/1053)) ([5636983](https://github.com/open-feature/js-sdk/commit/56369839b6358489a197b348c98000f5fb4a4bb8))
+* **main:** release angular-sdk 0.0.6-experimental ([#1064](https://github.com/open-feature/js-sdk/issues/1064)) ([7f9001e](https://github.com/open-feature/js-sdk/commit/7f9001ec0a7ca8b8216a34e431378f2afc3ee85a))
+* **main:** release angular-sdk 0.0.7-experimental ([#1088](https://github.com/open-feature/js-sdk/issues/1088)) ([6016465](https://github.com/open-feature/js-sdk/commit/6016465f9a999a96d2e76d58b352b3483a68eeea))
+* **main:** release angular-sdk 0.0.7-experimental ([#1091](https://github.com/open-feature/js-sdk/issues/1091)) ([2a21f4f](https://github.com/open-feature/js-sdk/commit/2a21f4fd60b6f6b5ea502b50f04a1ba480a6e0f6))
+
+
+### ๐ Documentation
+
+* **angular:** improve angular readme layout ([#1013](https://github.com/open-feature/js-sdk/issues/1013)) ([ee52da9](https://github.com/open-feature/js-sdk/commit/ee52da9a01fe71fd5b4a4734659a06c48b6dc62c))
+
## [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)
diff --git a/packages/angular/projects/angular-sdk/README.md b/packages/angular/projects/angular-sdk/README.md
index a1b4ad467..0a5616433 100644
--- a/packages/angular/projects/angular-sdk/README.md
+++ b/packages/angular/projects/angular-sdk/README.md
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/packages/angular/projects/angular-sdk/package.json b/packages/angular/projects/angular-sdk/package.json
index e61c65589..aee1a1810 100644
--- a/packages/angular/projects/angular-sdk/package.json
+++ b/packages/angular/projects/angular-sdk/package.json
@@ -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",
From 8cd87de2e2525ec4cbce7942a3d83d52ed87e524 Mon Sep 17 00:00:00 2001
From: Lukas Reining
Date: Thu, 21 Nov 2024 21:14:11 +0100
Subject: [PATCH 2/3] Update CHANGELOG.md
Signed-off-by: Lukas Reining
---
.../angular/projects/angular-sdk/CHANGELOG.md | 29 -------------------
1 file changed, 29 deletions(-)
diff --git a/packages/angular/projects/angular-sdk/CHANGELOG.md b/packages/angular/projects/angular-sdk/CHANGELOG.md
index 423e493da..a5e748dcf 100644
--- a/packages/angular/projects/angular-sdk/CHANGELOG.md
+++ b/packages/angular/projects/angular-sdk/CHANGELOG.md
@@ -6,38 +6,9 @@
### โจ New Features
-* Angular SDK ([#997](https://github.com/open-feature/js-sdk/issues/997)) ([105fd95](https://github.com/open-feature/js-sdk/commit/105fd95e344822ffcfc54d328a28676b6f27f38e))
-* **angular:** add Angular 18 support ([#1063](https://github.com/open-feature/js-sdk/issues/1063)) ([e62d6d4](https://github.com/open-feature/js-sdk/commit/e62d6d4b7e4a5d0f40592a2c73e7124d22eec98e))
* **angular:** add angular 19 to peerDependencies ([4893d6f](https://github.com/open-feature/js-sdk/commit/4893d6f0003fbdcdcd4c7c061e9aed49e20b8976))
-### ๐ Bug Fixes
-
-* **angular:** add package description ([#1026](https://github.com/open-feature/js-sdk/issues/1026)) ([dc63ca8](https://github.com/open-feature/js-sdk/commit/dc63ca8b9d6fe8c16089e95f0e336d5e3f759f3b))
-* **angular:** fix race condition on initialization ([#1052](https://github.com/open-feature/js-sdk/issues/1052)) ([12eaa97](https://github.com/open-feature/js-sdk/commit/12eaa9758d9deb788d74488ef03f18cbd31c0cbe))
-* copy license to package correctly ([#1011](https://github.com/open-feature/js-sdk/issues/1011)) ([458d278](https://github.com/open-feature/js-sdk/commit/458d278345fe8681a966fca3852b2e607bdafccb))
-* fix release of angular sdk ([4a370cc](https://github.com/open-feature/js-sdk/commit/4a370cc73f15f2188ca6aac4c5ae8c842e854b73))
-
-
-### ๐งน Chore
-
-* add npm keywords for angular ([#1015](https://github.com/open-feature/js-sdk/issues/1015)) ([6b11165](https://github.com/open-feature/js-sdk/commit/6b11165aa102e62fb8cd4dd218643e2ef0e733cf))
-* **main:** release angular-sdk 0.0.1-experimental ([#1003](https://github.com/open-feature/js-sdk/issues/1003)) ([ed3aaa4](https://github.com/open-feature/js-sdk/commit/ed3aaa48c0f90b4b90f08c1110d1edf8ef9d62f0))
-* **main:** release angular-sdk 0.0.1-experimental ([#1010](https://github.com/open-feature/js-sdk/issues/1010)) ([eb42c4c](https://github.com/open-feature/js-sdk/commit/eb42c4c9e602451bd4e28826b168b6a632776f17))
-* **main:** release angular-sdk 0.0.2-experimental ([#1008](https://github.com/open-feature/js-sdk/issues/1008)) ([f74056c](https://github.com/open-feature/js-sdk/commit/f74056c02bcfaa021d4ab619116613d0db23e828))
-* **main:** release angular-sdk 0.0.2-experimental ([#1012](https://github.com/open-feature/js-sdk/issues/1012)) ([8bdc164](https://github.com/open-feature/js-sdk/commit/8bdc16430ca08fbf30d2486987657724701eff67))
-* **main:** release angular-sdk 0.0.3-experimental ([#1014](https://github.com/open-feature/js-sdk/issues/1014)) ([baec2fb](https://github.com/open-feature/js-sdk/commit/baec2fb350187fe9fb94aebcd97011d0658ad8cd))
-* **main:** release angular-sdk 0.0.4-experimental ([#1027](https://github.com/open-feature/js-sdk/issues/1027)) ([c1374bb](https://github.com/open-feature/js-sdk/commit/c1374bb7b371b2e882e3498ffaf2f8f562d68eea))
-* **main:** release angular-sdk 0.0.5-experimental ([#1053](https://github.com/open-feature/js-sdk/issues/1053)) ([5636983](https://github.com/open-feature/js-sdk/commit/56369839b6358489a197b348c98000f5fb4a4bb8))
-* **main:** release angular-sdk 0.0.6-experimental ([#1064](https://github.com/open-feature/js-sdk/issues/1064)) ([7f9001e](https://github.com/open-feature/js-sdk/commit/7f9001ec0a7ca8b8216a34e431378f2afc3ee85a))
-* **main:** release angular-sdk 0.0.7-experimental ([#1088](https://github.com/open-feature/js-sdk/issues/1088)) ([6016465](https://github.com/open-feature/js-sdk/commit/6016465f9a999a96d2e76d58b352b3483a68eeea))
-* **main:** release angular-sdk 0.0.7-experimental ([#1091](https://github.com/open-feature/js-sdk/issues/1091)) ([2a21f4f](https://github.com/open-feature/js-sdk/commit/2a21f4fd60b6f6b5ea502b50f04a1ba480a6e0f6))
-
-
-### ๐ Documentation
-
-* **angular:** improve angular readme layout ([#1013](https://github.com/open-feature/js-sdk/issues/1013)) ([ee52da9](https://github.com/open-feature/js-sdk/commit/ee52da9a01fe71fd5b4a4734659a06c48b6dc62c))
-
## [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)
From de31db779400f8c3fb87c208001f8793850bbc1b Mon Sep 17 00:00:00 2001
From: Lukas Reining
Date: Thu, 21 Nov 2024 21:15:10 +0100
Subject: [PATCH 3/3] Update CHANGELOG.md
Signed-off-by: Lukas Reining
---
packages/angular/projects/angular-sdk/CHANGELOG.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/packages/angular/projects/angular-sdk/CHANGELOG.md b/packages/angular/projects/angular-sdk/CHANGELOG.md
index a5e748dcf..a4fc7d1cd 100644
--- a/packages/angular/projects/angular-sdk/CHANGELOG.md
+++ b/packages/angular/projects/angular-sdk/CHANGELOG.md
@@ -12,9 +12,8 @@
## [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)
-### โจ New Features
+Note: This version did not release
-* **angular:** add angular 19 to peerDependencies ([4893d6f](https://github.com/open-feature/js-sdk/commit/4893d6f0003fbdcdcd4c7c061e9aed49e20b8976))
## [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)