From 42f5cb92afec71eb0accd60c042271810eaaeff6 Mon Sep 17 00:00:00 2001 From: Blackbaud Sky Build User Date: Tue, 17 Sep 2024 14:45:00 -0400 Subject: [PATCH] chore: release 10.44.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dda52fec6e..80776ca797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.44.1](https://github.com/blackbaud/skyux/compare/10.44.0...10.44.1) (2024-09-17) + + +### Bug Fixes + +* update JSDocs to communicate that inline help features require a value for `labelText` ([#2745](https://github.com/blackbaud/skyux/issues/2745)) ([c862bcd](https://github.com/blackbaud/skyux/commit/c862bcde12ef41fb92c63ba071e5d191c6c31502)) + ## [10.44.0](https://github.com/blackbaud/skyux/compare/10.43.0...10.44.0) (2024-09-13) diff --git a/package-lock.json b/package-lock.json index fd2c35d8f7..cfbc127d87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skyux", - "version": "10.44.0", + "version": "10.44.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "skyux", - "version": "10.44.0", + "version": "10.44.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 269cc84e4d..e288b0d4eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skyux", - "version": "10.44.0", + "version": "10.44.1", "license": "MIT", "scripts": { "ng": "nx",