From b0ff270af867aba90bdba0d85c91969baeda1c33 Mon Sep 17 00:00:00 2001 From: Remko Date: Wed, 20 Dec 2023 16:29:05 +0100 Subject: [PATCH] updated version and readme --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f47ff30..348e375 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ - **Version 2.2 (breaking changes from 2.1.x)** + - 2.2.44: Updated PrimaryTopNav to allow font-weight. - 2.2.43: Updated DownloadCard to allow size as string. - 2.2.42: - Updated PrimaryTopNav to have seperate dropdown tokens. diff --git a/package.json b/package.json index 77ac96b..524fa83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@conduction/components", - "version": "2.2.43", + "version": "2.2.44", "description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)", "main": "lib/index.js", "scripts": {