From 523aa2ebbbf216ce46a6f519a0daf03f03ec6d72 Mon Sep 17 00:00:00 2001 From: Remko Date: Tue, 19 Dec 2023 13:09:31 +0100 Subject: [PATCH] updated version and readme --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a16db4d..d042da5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ - **Version 2.2 (breaking changes from 2.1.x)** + - 2.2.42: + - Updated PrimaryTopnav to have seperate dropdown tokens. + - Updated Pagination to include border-bottom. + - Updated Downloadcard to include icon color. + - Updated CardWrapper to include hover color. - 2.2.41: Updated displayswitch component to have pointer. - 2.2.40: - Updated DownloadCard to only accept fontawesome icons. diff --git a/package.json b/package.json index ceba3e9..b917bad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@conduction/components", - "version": "2.2.41", + "version": "2.2.42", "description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)", "main": "lib/index.js", "scripts": {