From 57b2055444e1dcd087d66dbac9b9e9189380bcdc Mon Sep 17 00:00:00 2001 From: jnizet Date: Sun, 26 May 2024 21:59:23 +0200 Subject: [PATCH] chore(release): 12.0.0 --- CHANGELOG.md | 12 ++++++++++++ projects/ngx-valdemort/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de0144a..cdf813cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [12.0.0](https://github.com/Ninja-Squad/ngx-valdemort/compare/v11.0.0...v12.0.0) (2024-05-26) + + +### ⚠ BREAKING CHANGES + +* `ngx-valdemort` is now based on Angular 18.x. If you want to use it with an older version of Angular, then stick to a previous version of `ngx-valdemort`. + +### Features + +* make the component OnPush ([630a53c](https://github.com/Ninja-Squad/ngx-valdemort/commit/630a53c96c396bf84c6408e763f0293ac6d6dbbc)) +* upgrade to Angular and CLI 18 ([4667e53](https://github.com/Ninja-Squad/ngx-valdemort/commit/4667e5373df5cc01af7edfb2dedcb8a03445263b)) + ## [11.0.0](https://github.com/Ninja-Squad/ngx-valdemort/compare/v10.0.1...v11.0.0) (2023-11-15) diff --git a/projects/ngx-valdemort/package.json b/projects/ngx-valdemort/package.json index 55368278..837c7e4b 100644 --- a/projects/ngx-valdemort/package.json +++ b/projects/ngx-valdemort/package.json @@ -1,6 +1,6 @@ { "name": "ngx-valdemort", - "version": "11.0.0", + "version": "12.0.0", "description": "Simple, consistent validation error messages for your Angular forms", "peerDependencies": { "@angular/common": "^18.0.0",