From 75b5010b2ff5a99f94bd619719556cafa710e31b Mon Sep 17 00:00:00 2001 From: Blackbaud Sky Build User Date: Wed, 15 Apr 2026 20:52:05 +0000 Subject: [PATCH 1/2] chore: release 13.17.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff9a953a1a..adef703729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## [13.17.1](https://github.com/blackbaud/skyux/compare/13.17.0...13.17.1) (2026-04-15) + + +### Bug Fixes + +* **components/toast:** make overflow in the y-axis visible ([#4332](https://github.com/blackbaud/skyux/issues/4332)) ([dd4034f](https://github.com/blackbaud/skyux/commit/dd4034fe1a5748dd00dcbd1a7afbe974635c22c2)), closes [AB#3652195](https://github.com/AB/issues/3652195) + + + # [13.17.0](https://github.com/blackbaud/skyux/compare/13.16.4...13.17.0) (2026-04-07) diff --git a/package-lock.json b/package-lock.json index 6f5abb4863..8ebaefe98e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skyux", - "version": "13.17.0", + "version": "13.17.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "skyux", - "version": "13.17.0", + "version": "13.17.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ac13631ead..2a57f55b95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skyux", - "version": "13.17.0", + "version": "13.17.1", "license": "MIT", "scripts": { "ng": "nx", From 2ab8614dddbd74ad997493161badb1d200cb6e03 Mon Sep 17 00:00:00 2001 From: Blackbaud Sky Build User Date: Wed, 15 Apr 2026 21:08:45 +0000 Subject: [PATCH 2/2] chore: release 13.17.1 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index adef703729..d25625c78a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ### Bug Fixes * **components/toast:** make overflow in the y-axis visible ([#4332](https://github.com/blackbaud/skyux/issues/4332)) ([dd4034f](https://github.com/blackbaud/skyux/commit/dd4034fe1a5748dd00dcbd1a7afbe974635c22c2)), closes [AB#3652195](https://github.com/AB/issues/3652195) +* **components/toast:** revert make overflow in the y-axis visible ([#4380](https://github.com/blackbaud/skyux/issues/4380)) ([c2faf1b](https://github.com/blackbaud/skyux/commit/c2faf1bb82a5ece17cb7b7c66b7499c78b7df352)), closes [blackbaud/skyux#4332](https://github.com/blackbaud/skyux/issues/4332)