diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b04f1b638..4b0397a805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [9.22.0](https://github.com/blackbaud/skyux/compare/9.21.3...9.22.0) (2024-01-29) + + +### Features + +* **components/forms:** add checkbox labelText input ([#1965](https://github.com/blackbaud/skyux/issues/1965)) ([f34bfb5](https://github.com/blackbaud/skyux/commit/f34bfb5d935aad924bd828e351c407663904d5f6)) + + +### Bug Fixes + +* **components/packages:** standardize how schematics visit project files ([#1967](https://github.com/blackbaud/skyux/issues/1967)) ([2a226f0](https://github.com/blackbaud/skyux/commit/2a226f0db85448884db5a984d7824174857ecbe4)) +* **components/toast:** toast close buttons have distinct aria labels ([#1951](https://github.com/blackbaud/skyux/issues/1951)) ([687a1f5](https://github.com/blackbaud/skyux/commit/687a1f58b72d6ad09ef017c6997f3a31a835e9ce)) + ## [9.21.3](https://github.com/blackbaud/skyux/compare/9.21.2...9.21.3) (2024-01-23) diff --git a/package-lock.json b/package-lock.json index ddb8763ed5..c831523009 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skyux", - "version": "9.21.3", + "version": "9.22.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "skyux", - "version": "9.21.3", + "version": "9.22.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5721daf7ca..1880da878e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skyux", - "version": "9.21.3", + "version": "9.22.0", "license": "MIT", "scripts": { "ng": "nx",