From 638a57b9c864a77d76a91c4216566c821ca1898e Mon Sep 17 00:00:00 2001 From: why520crazy Date: Tue, 12 Dec 2023 11:55:49 +0800 Subject: [PATCH] build: release 14.0.0 --- package.json | 4 ++-- packages/core/package.json | 2 +- packages/core/src/version.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 32975f1..5afc9bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-validator", - "version": "13.0.0", + "version": "14.0.0", "description": "Angular7+ form validator, make error tips easy and automatic. don't need to manually write error tips templates.", "scripts": { "ng": "ng", @@ -87,4 +87,4 @@ "pre-commit": "pretty-quick --staged" } } -} \ No newline at end of file +} diff --git a/packages/core/package.json b/packages/core/package.json index ab45614..273d8cc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@why520crazy/ngx-validator", - "version": "13.0.0", + "version": "14.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", diff --git a/packages/core/src/version.ts b/packages/core/src/version.ts index 61a355d..dd1bfc1 100644 --- a/packages/core/src/version.ts +++ b/packages/core/src/version.ts @@ -1 +1 @@ -export const VERSION = '13.0.0'; +export const VERSION = '14.0.0';