diff --git a/CHANGELOG.md b/CHANGELOG.md index 0202a802b4..0601c92d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [11.30.0](https://github.com/blackbaud/skyux/compare/11.29.0...11.30.0) (2024-12-19) + + +### Features + +* **sdk/skyux-eslint:** add `no-deprecated-classnames` rule ([#2953](https://github.com/blackbaud/skyux/issues/2953)) ([5ca8de6](https://github.com/blackbaud/skyux/commit/5ca8de696aa3bc36890ed0ce8500ee8febbb5934)) +* **sdk/skyux-eslint:** add `no-radio-group-with-nested-list` rule ([#2951](https://github.com/blackbaud/skyux/issues/2951)) ([7f34a3f](https://github.com/blackbaud/skyux/commit/7f34a3f18a72ff46438a1cbeb04dfb34b2e5b6ad)) + + +### Bug Fixes + +* **components/text-editor:** update `dompurify` to address a security vulnerability ([#2954](https://github.com/blackbaud/skyux/issues/2954)) ([3b4e7ad](https://github.com/blackbaud/skyux/commit/3b4e7ad020b75f7eed9efa6c415929503542e0aa)) + ## [11.29.0](https://github.com/blackbaud/skyux/compare/11.28.0...11.29.0) (2024-12-16) diff --git a/package-lock.json b/package-lock.json index 59a6d0441e..41d6da14c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skyux", - "version": "11.29.0", + "version": "11.30.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "skyux", - "version": "11.29.0", + "version": "11.30.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 492f163a90..3f89283f7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skyux", - "version": "11.29.0", + "version": "11.30.0", "license": "MIT", "scripts": { "ng": "nx",