Skip to content

Commit

Permalink
angular 18 package release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwalschots committed Aug 2, 2024
1 parent 02dec05 commit 46410a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ npm install angular-reactive-validation --save
## Compatibility
| Angular version | Package version |
|-----------------|-----------------|
| 18 | 12.x |
| 17 | 11.x |
| 16 | 10.x |
| 15 | 9.x |
Expand Down
3 changes: 3 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
2 changes: 1 addition & 1 deletion projects/angular-reactive-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-reactive-validation",
"version": "11.0.0",
"version": "12.0.0",
"description": "Reactive Forms validation shouldn't require the developer to write lots of HTML to show validation messages. This library makes it easy.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 46410a1

Please sign in to comment.