From 6e9242dbca1f94c583226371fc74fe0ac872fa08 Mon Sep 17 00:00:00 2001 From: Remko Date: Mon, 16 Oct 2023 14:57:57 +0200 Subject: [PATCH] Updated version and readme --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b9bbe6..8d73436 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - **Version 2.2 (breaking changes from 2.1.x)** - - 2.2.17: Refactor Pagination to include aria labels and make aria label required on texarea, input and select components. + - 2.2.18: Refactor Pagination to include aria labels and make aria label required on texarea, input and select components. - 2.2.17: Fixed Pagination-button border-radius. - 2.2.15/2.2.16: Added more NLDS options to Pagination. - 2.2.13/2.2.14: diff --git a/package.json b/package.json index 1cd5b7f..4d59877 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@conduction/components", - "version": "2.2.17", + "version": "2.2.18", "description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)", "main": "lib/index.js", "scripts": {