diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b39ede12..15616513f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [11.38.0](https://github.com/blackbaud/skyux/compare/11.37.0...11.38.0) (2025-02-03) + + +### Features + +* **components/errors:** add error test harness ([#3082](https://github.com/blackbaud/skyux/issues/3082)) ([d5e961d](https://github.com/blackbaud/skyux/commit/d5e961d3c68b1eeabd91c0e384f44a616633f4f2)) +* **components/tabs:** add harnesses for tab component ([#3064](https://github.com/blackbaud/skyux/issues/3064)) ([2f84106](https://github.com/blackbaud/skyux/commit/2f84106961e2af8eddf632ac7f798fcf8aadc220)) + + +### Bug Fixes + +* **components/ag-grid:** allow overriding grid min-height ([#3077](https://github.com/blackbaud/skyux/issues/3077)) ([b9b6c7d](https://github.com/blackbaud/skyux/commit/b9b6c7d1f42fd73b4ae4d58f8f6f4632d96e58d3)) +* **components/ag-grid:** refocus cell editors on api refresh ([#3087](https://github.com/blackbaud/skyux/issues/3087)) ([f98c2f7](https://github.com/blackbaud/skyux/commit/f98c2f7c6ce1c175a7a9f3a21d5089abb95611d7)) +* **components/ag-grid:** row delete confirmation event handling ([#3078](https://github.com/blackbaud/skyux/issues/3078)) ([9761f52](https://github.com/blackbaud/skyux/commit/9761f52f54934ed442dc16b94a936684752a865a)) +* **components/datetime:** add missing harness exports ([#3079](https://github.com/blackbaud/skyux/issues/3079)) ([3379fc8](https://github.com/blackbaud/skyux/commit/3379fc833b6fcf2b2d1ebe948fd279c8271f4870)) + ## [11.37.0](https://github.com/blackbaud/skyux/compare/11.36.2...11.37.0) (2025-01-28) diff --git a/package-lock.json b/package-lock.json index 018d4f9fca..47c788cdbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skyux", - "version": "11.37.0", + "version": "11.38.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "skyux", - "version": "11.37.0", + "version": "11.38.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 52e527b93b..64914b12e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skyux", - "version": "11.37.0", + "version": "11.38.0", "license": "MIT", "scripts": { "ng": "nx",