Skip to content

Commit

Permalink
feat: upgrade to Angular 19
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
ngx-valdemort is now based on Angular 19.x. If you want to use it with an older version of Angular, then stick to a previous version of ngx-valdemort.
  • Loading branch information
jnizet committed Dec 6, 2024
1 parent 19aa574 commit 6267d22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/ngx-valdemort/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "12.0.0",
"description": "Simple, consistent validation error messages for your Angular forms",
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0"
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0"
},
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 6267d22

Please sign in to comment.