From b975fe831ed3522c2ad4b14e11336ea7257e458e Mon Sep 17 00:00:00 2001 From: Blackbaud Sky Build User Date: Fri, 17 Jan 2025 09:20:48 -0500 Subject: [PATCH] chore: release 11.36.0 (#3038) :robot: I have created a release *beep* *boop* --- ## [11.36.0](https://github.com/blackbaud/skyux/compare/11.35.0...11.36.0) (2025-01-16) ### Features * **components/forms:** file drop harness ([#3029](https://github.com/blackbaud/skyux/issues/3029)) ([e0c5c22](https://github.com/blackbaud/skyux/commit/e0c5c22a6199d1980ebba33ae6a9899072b6602e)) ### Bug Fixes * **components/ag-grid:** header should have readable text ([#3037](https://github.com/blackbaud/skyux/issues/3037)) ([1918e12](https://github.com/blackbaud/skyux/commit/1918e121aa3a497cbd546f7efaa8f30484e0d7aa)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c13162a607..81635ab401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [11.36.0](https://github.com/blackbaud/skyux/compare/11.35.0...11.36.0) (2025-01-16) + + +### Features + +* **components/forms:** file drop harness ([#3029](https://github.com/blackbaud/skyux/issues/3029)) ([e0c5c22](https://github.com/blackbaud/skyux/commit/e0c5c22a6199d1980ebba33ae6a9899072b6602e)) + + +### Bug Fixes + +* **components/ag-grid:** header should have readable text ([#3037](https://github.com/blackbaud/skyux/issues/3037)) ([1918e12](https://github.com/blackbaud/skyux/commit/1918e121aa3a497cbd546f7efaa8f30484e0d7aa)) + ## [11.35.0](https://github.com/blackbaud/skyux/compare/11.34.0...11.35.0) (2025-01-15) diff --git a/package-lock.json b/package-lock.json index 6d10d43dde..681128fd2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skyux", - "version": "11.35.0", + "version": "11.36.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "skyux", - "version": "11.35.0", + "version": "11.36.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e1e3fa6e30..65906cf727 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skyux", - "version": "11.35.0", + "version": "11.36.0", "license": "MIT", "scripts": { "ng": "nx",