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": {