From ac935aae706af80d8bb8a2ebc244ae16459c77c3 Mon Sep 17 00:00:00 2001 From: Blackbaud Sky Build User Date: Thu, 25 Jul 2024 10:17:42 -0400 Subject: [PATCH] chore: release 10.38.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea9692d81..49675d699d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [10.38.1](https://github.com/blackbaud/skyux/compare/10.38.0...10.38.1) (2024-07-25) + + +### Bug Fixes + +* **components/lists:** remove `::ng-deep` from sort styles ([#2538](https://github.com/blackbaud/skyux/issues/2538)) ([deab22a](https://github.com/blackbaud/skyux/commit/deab22a1352bdb10e813087c3e2129926acd4695)) +* **components/lookup:** lookup aria labels are now set appropriately when using the input box `labelText` input ([#2548](https://github.com/blackbaud/skyux/issues/2548)) ([73f9e68](https://github.com/blackbaud/skyux/commit/73f9e68d5a0804651df76349618c0c0b17e36bfb)) + ## [10.38.0](https://github.com/blackbaud/skyux/compare/10.37.4...10.38.0) (2024-07-23) diff --git a/package-lock.json b/package-lock.json index 648e4b35ea..ff93627f17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skyux", - "version": "10.38.0", + "version": "10.38.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "skyux", - "version": "10.38.0", + "version": "10.38.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8ba8333605..bfaa154fe8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skyux", - "version": "10.38.0", + "version": "10.38.1", "license": "MIT", "scripts": { "ng": "nx",