diff --git a/README.md b/README.md index 76afa08..f47ff30 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ - **Version 2.2 (breaking changes from 2.1.x)** + - 2.2.43: Updated DownloadCard to allow size as string. - 2.2.42: - Updated PrimaryTopNav to have seperate dropdown tokens. - Updated Pagination to include border-bottom. diff --git a/package.json b/package.json index b917bad..77ac96b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@conduction/components", - "version": "2.2.42", + "version": "2.2.43", "description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)", "main": "lib/index.js", "scripts": { diff --git a/src/components/card/downloadCard/DownloadCard.tsx b/src/components/card/downloadCard/DownloadCard.tsx index fa3efe7..0d16b00 100644 --- a/src/components/card/downloadCard/DownloadCard.tsx +++ b/src/components/card/downloadCard/DownloadCard.tsx @@ -92,7 +92,7 @@ export const DownloadCard = ({