Skip to content

Commit 2070c66

Browse files
chore: release 14.0.0-alpha.11 (#4322)
## [14.0.0-alpha.11](14.0.0-alpha.10...14.0.0-alpha.11) (2026-03-19) ### ⚠ BREAKING CHANGES * **components/lookup:** replace `@angular/animations` with CSS transitions for search component (#4319) ### Bug Fixes * **components/lookup:** replace `@angular/animations` with CSS transitions for search component ([#4319](#4319)) ([2dec706](2dec706)) * **components/phone-field:** remove `@angular/animations` from the phone field component ([#4321](#4321)) ([00051ae](00051ae))
1 parent 2dec706 commit 2070c66

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

33

4+
## [14.0.0-alpha.11](https://github.com/blackbaud/skyux/compare/14.0.0-alpha.10...14.0.0-alpha.11) (2026-03-19)
5+
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **components/lookup:** replace `@angular/animations` with CSS transitions for search component (#4319)
10+
11+
### Bug Fixes
12+
13+
* **components/lookup:** replace `@angular/animations` with CSS transitions for search component ([#4319](https://github.com/blackbaud/skyux/issues/4319)) ([2dec706](https://github.com/blackbaud/skyux/commit/2dec706b5fd6e40c9d6fe6a5a6ccc0775971aaa5))
14+
* **components/phone-field:** remove `@angular/animations` from the phone field component ([#4321](https://github.com/blackbaud/skyux/issues/4321)) ([00051ae](https://github.com/blackbaud/skyux/commit/00051aec70b7d19082b8492c19ea3244c72e8f38))
15+
416
## [14.0.0-alpha.10](https://github.com/blackbaud/skyux/compare/14.0.0-alpha.9...14.0.0-alpha.10) (2026-03-18)
517

618

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": "skyux",
3-
"version": "14.0.0-alpha.10",
3+
"version": "14.0.0-alpha.11",
44
"license": "MIT",
55
"scripts": {
66
"ng": "nx",

0 commit comments

Comments
 (0)