From 46410a1f85982170dc1ae4994d2237e2adbe3208 Mon Sep 17 00:00:00 2001 From: David Walschots Date: Fri, 2 Aug 2024 17:57:36 +0200 Subject: [PATCH] angular 18 package release --- README.md | 1 + angular.json | 3 +++ projects/angular-reactive-validation/package.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47f08e1..b3d961d 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/angular.json b/angular.json index a92624f..fdf7c42 100644 --- a/angular.json +++ b/angular.json @@ -127,5 +127,8 @@ } } } + }, + "cli": { + "analytics": false } } diff --git a/projects/angular-reactive-validation/package.json b/projects/angular-reactive-validation/package.json index bf1b33e..36c1f07 100644 --- a/projects/angular-reactive-validation/package.json +++ b/projects/angular-reactive-validation/package.json @@ -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",