Skip to content

Commit 0369cf7

Browse files
chore: release 2.0.0-alpha.0 (#9)
1 parent b2c9032 commit 0369cf7

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.0.0-alpha.0](https://github.com/blackbaud/angular-tree-component/compare/1.0.0...2.0.0-alpha.0) (2025-10-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* support Angular 20 ([#8](https://github.com/blackbaud/angular-tree-component/issues/8))
9+
10+
### Features
11+
12+
* support Angular 20 ([#8](https://github.com/blackbaud/angular-tree-component/issues/8)) ([b2c9032](https://github.com/blackbaud/angular-tree-component/commit/b2c9032abf3d49042cdb9d716e872d3ade5eec8e))
13+
314
## [1.0.0](https://github.com/blackbaud/angular-tree-component/compare/1.0.0-alpha.0...1.0.0) (2023-09-14)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-tree-component",
3-
"version": "1.0.0",
3+
"version": "2.0.0-alpha.0",
44
"private": true,
55
"description": "A simple yet powerful tree component for Angular",
66
"author": "blackbaud",

0 commit comments

Comments
 (0)