-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(angular): add Angular 18 support #1063
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
beeme1mr
approved these changes
Oct 28, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please change the PR title to something like "add Angular 18 support"?
lukas-reining
force-pushed
the
feat/allow-angular-18
branch
from
October 28, 2024 13:03
e1b853a
to
334a6a7
Compare
lukas-reining
changed the title
feat(angular): allow angular 18 as peer dependency
feat(angular): add Angular 18 support
Oct 28, 2024
lukas-reining
force-pushed
the
feat/allow-angular-18
branch
2 times, most recently
from
October 28, 2024 16:00
09959af
to
3e2c613
Compare
Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
lukas-reining
force-pushed
the
feat/allow-angular-18
branch
from
October 28, 2024 16:02
3e2c613
to
448985c
Compare
lukas-reining
added a commit
that referenced
this pull request
Oct 28, 2024
🤖 I have created a release *beep* *boop* --- ## [0.0.6-experimental](angular-sdk-v0.0.5-experimental...angular-sdk-v0.0.6-experimental) (2024-10-28) ### ✨ New Features * **angular:** add Angular 18 support ([#1063](#1063)) ([e62d6d4](e62d6d4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: Lukas Reining <lukas.reining@codecentric.de> Co-authored-by: Lukas Reining <lukas.reining@codecentric.de>
This was referenced Nov 21, 2024
lukas-reining
added a commit
that referenced
this pull request
Nov 21, 2024
🤖 I have created a release *beep* *boop* --- ## [0.0.8-experimental](angular-sdk-v0.0.7-experimental...angular-sdk-v0.0.8-experimental) (2024-11-21) ### ✨ New Features * Angular SDK ([#997](#997)) ([105fd95](105fd95)) * **angular:** add Angular 18 support ([#1063](#1063)) ([e62d6d4](e62d6d4)) * **angular:** add angular 19 to peerDependencies ([4893d6f](4893d6f)) ### 🐛 Bug Fixes * **angular:** add package description ([#1026](#1026)) ([dc63ca8](dc63ca8)) * **angular:** fix race condition on initialization ([#1052](#1052)) ([12eaa97](12eaa97)) * copy license to package correctly ([#1011](#1011)) ([458d278](458d278)) * fix release of angular sdk ([4a370cc](4a370cc)) ### 🧹 Chore * add npm keywords for angular ([#1015](#1015)) ([6b11165](6b11165)) * **main:** release angular-sdk 0.0.1-experimental ([#1003](#1003)) ([ed3aaa4](ed3aaa4)) * **main:** release angular-sdk 0.0.1-experimental ([#1010](#1010)) ([eb42c4c](eb42c4c)) * **main:** release angular-sdk 0.0.2-experimental ([#1008](#1008)) ([f74056c](f74056c)) * **main:** release angular-sdk 0.0.2-experimental ([#1012](#1012)) ([8bdc164](8bdc164)) * **main:** release angular-sdk 0.0.3-experimental ([#1014](#1014)) ([baec2fb](baec2fb)) * **main:** release angular-sdk 0.0.4-experimental ([#1027](#1027)) ([c1374bb](c1374bb)) * **main:** release angular-sdk 0.0.5-experimental ([#1053](#1053)) ([5636983](5636983)) * **main:** release angular-sdk 0.0.6-experimental ([#1064](#1064)) ([7f9001e](7f9001e)) * **main:** release angular-sdk 0.0.7-experimental ([#1088](#1088)) ([6016465](6016465)) * **main:** release angular-sdk 0.0.7-experimental ([#1091](#1091)) ([2a21f4f](2a21f4f)) ### 📚 Documentation * **angular:** improve angular readme layout ([#1013](#1013)) ([ee52da9](ee52da9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: Lukas Reining <lukas.reining@codecentric.de> Co-authored-by: Lukas Reining <lukas.reining@codecentric.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR