From 93933e35ce58837eadfacbd60a7d1cc8882b6289 Mon Sep 17 00:00:00 2001 From: Blackbaud Sky Build User Date: Tue, 9 Jul 2024 11:02:22 -0400 Subject: [PATCH] chore: release 11.0.0-alpha.0 (#95) --- 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 e16d46ec..2330c919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [11.0.0-alpha.0](https://github.com/blackbaud/stache/compare/10.0.0...11.0.0-alpha.0) (2024-07-09) + + +### ⚠ BREAKING CHANGES + +* Added support for Angular 18 and removed support for Angular 17 + +### Features + +* add support for Angular 18 ([#94](https://github.com/blackbaud/stache/issues/94)) ([499fa04](https://github.com/blackbaud/stache/commit/499fa040f200193549dc2cecfc0dc261fbf1d12d)) + ## [10.0.0](https://github.com/blackbaud/stache/compare/10.0.0-alpha.0...10.0.0) (2024-03-26) diff --git a/package-lock.json b/package-lock.json index e31590d2..4d19a0d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stache", - "version": "10.0.0", + "version": "11.0.0-alpha.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stache", - "version": "10.0.0", + "version": "11.0.0-alpha.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 41d7b3dd..8b443a70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stache", - "version": "10.0.0", + "version": "11.0.0-alpha.0", "license": "MIT", "scripts": { "build": "nx run-many --target=build --all --parallel",