From 1675cb958ff23aad9a4331d22131e5c29684f94e Mon Sep 17 00:00:00 2001 From: Blackbaud Sky Build User Date: Fri, 10 Jan 2025 12:41:45 -0500 Subject: [PATCH] chore: release 12.0.0-alpha.0 (#104) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3955cfe..4a3bf99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [12.0.0-alpha.0](https://github.com/blackbaud/stache/compare/11.0.0...12.0.0-alpha.0) (2025-01-10) + + +### ⚠ BREAKING CHANGES + +* Added support for Angular 19 and removed support for Angular 18 + +### Features + +* add support for Angular 19 ([#103](https://github.com/blackbaud/stache/issues/103)) ([ce8d44f](https://github.com/blackbaud/stache/commit/ce8d44f8f9243e445c9565ec9af6d24cd424f4d5)) + ## [11.0.0](https://github.com/blackbaud/stache/compare/11.0.0-alpha.1...11.0.0) (2024-09-11) diff --git a/package-lock.json b/package-lock.json index ba087ee..d00345d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stache", - "version": "11.0.0", + "version": "12.0.0-alpha.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stache", - "version": "11.0.0", + "version": "12.0.0-alpha.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c2f1931..f2d7b9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stache", - "version": "11.0.0", + "version": "12.0.0-alpha.0", "license": "MIT", "scripts": { "build": "nx run-many --target=build --all --parallel",