From 0692e5d3b8b4e14fe7d893a19c046400004b41fa Mon Sep 17 00:00:00 2001 From: jnizet Date: Wed, 15 Nov 2023 13:06:01 +0100 Subject: [PATCH] chore(release): 11.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 0d17246b..3de0144a 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. +## [11.0.0](https://github.com/Ninja-Squad/ngx-valdemort/compare/v10.0.1...v11.0.0) (2023-11-15) + + +### ⚠ BREAKING CHANGES + +* `ngx-valdemort` is now based on Angular 17.x. If you want to use it with an older version of Angular, then stick to a previous version of `ngx-valdemort`. + +### Features + +* **demo:** use SSR and SSG for demo ([8581814](https://github.com/Ninja-Squad/ngx-valdemort/commit/8581814dd2ca51cb2e1c9d42f81bba1b9eb55efc)) +* upgrade to Angular and CLI 17 ([da9a01d](https://github.com/Ninja-Squad/ngx-valdemort/commit/da9a01d0a362228ee3b107be795ddc5c455abccb)) + ### [10.0.1](https://github.com/Ninja-Squad/ngx-valdemort/compare/v10.0.0...v10.0.1) (2023-05-05) diff --git a/projects/ngx-valdemort/package.json b/projects/ngx-valdemort/package.json index 4a489a56..72caf945 100644 --- a/projects/ngx-valdemort/package.json +++ b/projects/ngx-valdemort/package.json @@ -1,6 +1,6 @@ { "name": "ngx-valdemort", - "version": "10.0.1", + "version": "11.0.0", "description": "Simple, consistent validation error messages for your Angular forms", "peerDependencies": { "@angular/common": "^17.0.0",