diff --git a/CHANGELOG.md b/CHANGELOG.md index b6262b132a..ffcbba9f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.0.0-alpha.2](https://github.com/blackbaud/skyux/compare/12.0.0-alpha.1...12.0.0-alpha.2) (2025-01-23) + + +### Bug Fixes + +* **components/packages:** remove v11 `ag-grid` schematic ([#3053](https://github.com/blackbaud/skyux/issues/3053)) ([0a5f852](https://github.com/blackbaud/skyux/commit/0a5f852be0b09e9866c105b9c4369e0c4f05ad0c)) + ## [12.0.0-alpha.1](https://github.com/blackbaud/skyux/compare/12.0.0-alpha.0...12.0.0-alpha.1) (2025-01-22) diff --git a/package-lock.json b/package-lock.json index e5102fc952..29823afb0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skyux", - "version": "12.0.0-alpha.1", + "version": "12.0.0-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "skyux", - "version": "12.0.0-alpha.1", + "version": "12.0.0-alpha.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c9fa8d9bcc..cc23b6756e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skyux", - "version": "12.0.0-alpha.1", + "version": "12.0.0-alpha.2", "license": "MIT", "scripts": { "ng": "nx",