diff --git a/CHANGELOG.md b/CHANGELOG.md index 8119a0674b..d457387bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## [13.11.3](https://github.com/blackbaud/skyux/compare/13.11.2...13.11.3) (2025-12-16) + + +### Bug Fixes + +* **components/ag-grid:** wait for grid to be ready before api call ([#4129](https://github.com/blackbaud/skyux/issues/4129)) ([12e1f17](https://github.com/blackbaud/skyux/commit/12e1f17494a0654fc1ff6efc20dc377764fd4759)), closes [AB#3652352](https://github.com/AB/issues/3652352) + + + ## [13.11.2](https://github.com/blackbaud/skyux/compare/13.11.1...13.11.2) (2025-12-16) diff --git a/package-lock.json b/package-lock.json index d51d1a8fee..d6169b4fe0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skyux", - "version": "13.11.2", + "version": "13.11.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "skyux", - "version": "13.11.2", + "version": "13.11.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 774d2553c6..e2e3f0d7ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skyux", - "version": "13.11.2", + "version": "13.11.3", "license": "MIT", "scripts": { "ng": "nx",