Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 12.0.0-alpha.0 #104

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading