From 02780e78599fecec1225ed1683dc2216fcb7379c Mon Sep 17 00:00:00 2001 From: Lencodes Date: Mon, 23 Oct 2023 13:03:47 +0200 Subject: [PATCH] UP 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 fcda5df..d276bd5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ - **Version 2.2 (breaking changes from 2.1.x)** + - 2.2.19: Refactored primary top nav to simplify sub-items. - 2.2.18: - Refactored select role attribute. - Fixed Pagination-button border-radius. diff --git a/package.json b/package.json index 4d59877..6537921 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@conduction/components", - "version": "2.2.18", + "version": "2.2.19", "description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)", "main": "lib/index.js", "scripts": {