Skip to content

Commit

Permalink
Merge pull request #48 from mpalourdio/ng17
Browse files Browse the repository at this point in the history
chore(deps): Add angular ^17 support
  • Loading branch information
mpalourdio committed Nov 13, 2023
2 parents 6043a3c + 84ec89c commit 7840906
Show file tree
Hide file tree
Showing 5 changed files with 4,186 additions and 4,264 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
node-version: [ 18.x ]
node-version: [ 18.x, 20.x ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog

## v0.10.0

- `angular 17` migration.

## v0.9.0

- `intl-tel-input 18` support, thanks to [nabilelmahiri](https://github.com/nabilelmahiri).
-

## v0.8.0

- `angular 16` migration.
Expand Down

0 comments on commit 7840906

Please sign in to comment.