diff --git a/README.md b/README.md index 6d20248..3a02eb4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ - **Version 2.2 (breaking changes from 2.1.x)** + - 2.2.51: + - Added text-decoration tokens to CardHeader. + - Added label color tokens to checkbox. + - Added font-weight, gap, padding and hover box-shadow tokens to PrimaryTopNav. - 2.2.50: - Added transition and box-shadow to CardWrapper. - Added font-style to CardHeader. diff --git a/package.json b/package.json index 772dacf..66c85a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@conduction/components", - "version": "2.2.50", + "version": "2.2.51", "description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)", "main": "lib/index.js", "scripts": {