Skip to content

Commit d3afc12

Browse files
chore: release 14.3.7 (#4427)
## [14.3.7](14.3.6...14.3.7) (2026-05-28) ### Bug Fixes * **components/code-examples:** ensure all `sky-input-box` usages include `labelText` ([#4428](#4428)) ([7559bd5](7559bd5)) * **components/indicators:** fix public API specificity for key info value ([#4425](#4425)) ([0a87996](0a87996)) * **components/tiles:** register grab handle when sky-tile renders asynchronously ([#4429](#4429)) ([903c6cd](903c6cd)), closes [AB#3986793](https://dev.azure.com/blackbaud/Products/_workitems/edit/3986793)
1 parent 903c6cd commit d3afc12

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

33

4+
## [14.3.7](https://github.com/blackbaud/skyux/compare/14.3.6...14.3.7) (2026-05-28)
5+
6+
7+
### Bug Fixes
8+
9+
* **components/code-examples:** ensure all `sky-input-box` usages include `labelText` ([#4428](https://github.com/blackbaud/skyux/issues/4428)) ([7559bd5](https://github.com/blackbaud/skyux/commit/7559bd53aa2270469ff80ab168e8a9c9b4a705be))
10+
* **components/indicators:** fix public API specificity for key info value ([#4425](https://github.com/blackbaud/skyux/issues/4425)) ([0a87996](https://github.com/blackbaud/skyux/commit/0a879962f04178aff5ac655ef6e7781bf7f05600))
11+
* **components/tiles:** register grab handle when sky-tile renders asynchronously ([#4429](https://github.com/blackbaud/skyux/issues/4429)) ([903c6cd](https://github.com/blackbaud/skyux/commit/903c6cd77835e1f1adcfcd81f277ceeb5720f447)), closes [AB#3986793](https://dev.azure.com/blackbaud/Products/_workitems/edit/3986793)
12+
413
## [14.3.6](https://github.com/blackbaud/skyux/compare/14.3.5...14.3.6) (2026-05-22)
514

615

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skyux",
3-
"version": "14.3.6",
3+
"version": "14.3.7",
44
"license": "MIT",
55
"scripts": {
66
"ng": "nx",

0 commit comments

Comments
 (0)