Skip to content

Commit

Permalink
build: release 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Dec 12, 2023
1 parent 4452a46 commit 131430b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-validator",
"version": "14.0.0",
"version": "15.0.0",
"description": "Angular7+ form validator, make error tips easy and automatic. don't need to manually write error tips templates.",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -87,4 +87,4 @@
"pre-commit": "pretty-quick --staged"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@why520crazy/ngx-validator",
"version": "14.0.0",
"version": "15.0.0",
"description": "Angular7+ form validator, make error tips easy and automatic. don't need to manually write error tips templates.",
"private": false,
"repository": "https://github.com/why520crazy/ngx-validator",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '14.0.0';
export const VERSION = '15.0.0';

0 comments on commit 131430b

Please sign in to comment.