diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aeebbc..a24fb5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,3 +56,15 @@ Card link with badge accessibility fix. Added option to provide `aria-hidden` to - The card component now supports a footer section. The guidance for this will be coming very soon after this release - The card component now supports a "read only" view. The chevron icon is hidden and the title is no longer a link + +## `v2.2.0` + +### Fixes + +- Badge count now displaying correctly when value is 1 +- Cards in combination with a section heading spacing now fixed +- Added missing card param to Nunjucks macro `linkAriaLabel` + +### Styles + +New icons added. [See full commit](https://github.com/nhsuk/nhsapp-frontend/commit/201556e91df539d9ec6dce4eda50a0f478ed3b05) for list of icons. diff --git a/package-lock.json b/package-lock.json index 8628dcf..9df5844 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nhsapp-frontend", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nhsapp-frontend", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "devDependencies": { "@11ty/eleventy": "3.0.0-alpha.6", diff --git a/package.json b/package.json index 81bbcd3..5fe252b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nhsapp-frontend", - "version": "2.1.0", + "version": "2.2.0", "description": "A CSS library built on top of nhsuk-frontend providing styles for the NHS App.", "main": "index.js", "type": "module",