From 6b3bd07d214e98a4cd5fff37ecf02e37d5c9c51d Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 29 Oct 2020 16:09:40 -0400 Subject: [PATCH] 4.13.4 release (#224) * 4.13.4 release * Update CHANGELOG.md Co-authored-by: John Lyons Co-authored-by: Alex Kingman Co-authored-by: John Lyons --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c96ad2..7ca50077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 4.13.4 (2020-10-29) + +- Fixed the single file attachment component to use ARIA labels consistently. [#223](https://github.com/blackbaud/skyux-forms/pull/223) + # 4.13.3 (2020-10-23) - Fixed the vertical position of the input box label in the modern theme. [#218](https://github.com/blackbaud/skyux-forms/pull/218) diff --git a/package-lock.json b/package-lock.json index bd993366..d472e030 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@skyux/forms", - "version": "4.13.3", + "version": "4.13.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 12b72f26..4b1de1ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skyux/forms", - "version": "4.13.3", + "version": "4.13.4", "description": "SKY UX Forms", "scripts": { "build": "skyux build-public-library",