Skip to content

Commit

Permalink
Add Angular v19 to the list of supported versions in dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
e-oz committed Dec 1, 2024
1 parent deccee8 commit 1d67f19
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 4.3.2
Add Angular v19 to the list of supported versions in dependencies.

### 4.3.1
Callbacks `onSuccess()` and `onError()` were called before `$items` was updated. `$items()` inside the callbacks had a non-updated value.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-collection",
"version": "4.3.1",
"version": "4.3.2",
"license": "MIT",
"author": {
"name": "Evgeniy OZ",
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-collection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-collection",
"version": "4.3.1",
"version": "4.3.2",
"license": "MIT",
"author": {
"name": "Evgeniy OZ",
Expand All @@ -17,7 +17,7 @@
],
"private": false,
"peerDependencies": {
"@angular/core": "^17 || ^18 || ~19.0.0-next.11",
"@angular/core": "^17 || ^18 || ^19",
"rxjs": "^7 || ^8"
},
"devDependencies": {
Expand Down

0 comments on commit 1d67f19

Please sign in to comment.