diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a67b1aeae..2d12ea5b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [12.0.0-alpha.7](https://github.com/blackbaud/skyux/compare/12.0.0-alpha.6...12.0.0-alpha.7) (2025-03-04) + + +### ⚠ BREAKING CHANGES + +* **components/ag-grid:** support AG Grid 33.0 ([#3121](https://github.com/blackbaud/skyux/issues/3121)) + +### Features + +* **components/ag-grid:** support AG Grid 33.0 ([#3121](https://github.com/blackbaud/skyux/issues/3121)) ([65dcaeb](https://github.com/blackbaud/skyux/commit/65dcaebd294771be0cc65558fdcf32824926f138)) +* **components/lookup:** country field displays hint text within the dropdown before a search is executed ([#3179](https://github.com/blackbaud/skyux/issues/3179)) ([9283bbf](https://github.com/blackbaud/skyux/commit/9283bbfb57fd187d4d5b1484255db28edff98d1b)) + + +### Bug Fixes + +* **components/tabs:** puts focus on active tab in mobile view ([#3182](https://github.com/blackbaud/skyux/issues/3182)) ([#3190](https://github.com/blackbaud/skyux/issues/3190)) ([84babe9](https://github.com/blackbaud/skyux/commit/84babe9466889c7c491fe72294eec5c95642d5f9)) + ## [11.43.1](https://github.com/blackbaud/skyux/compare/11.43.0...11.43.1) (2025-02-28) diff --git a/package-lock.json b/package-lock.json index 375d021b58..3542220356 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skyux", - "version": "12.0.0-alpha.6", + "version": "12.0.0-alpha.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "skyux", - "version": "12.0.0-alpha.6", + "version": "12.0.0-alpha.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4ba2a27e6d..e10cc4d04e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skyux", - "version": "12.0.0-alpha.6", + "version": "12.0.0-alpha.7", "license": "MIT", "scripts": { "ng": "nx",