Skip to content

Commit 6be2490

Browse files
edwardscullEdwardScull
andauthored
Bump version 2.2.0 (#176)
Co-authored-by: EdwardScull <edsc1@hscic.gov.uk>
1 parent 201556e commit 6be2490

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,15 @@ Card link with badge accessibility fix. Added option to provide `aria-hidden` to
5656

5757
- The card component now supports a footer section. The guidance for this will be coming very soon after this release
5858
- The card component now supports a "read only" view. The chevron icon is hidden and the title is no longer a link
59+
60+
## `v2.2.0`
61+
62+
### Fixes
63+
64+
- Badge count now displaying correctly when value is 1
65+
- Cards in combination with a section heading spacing now fixed
66+
- Added missing card param to Nunjucks macro `linkAriaLabel`
67+
68+
### Styles
69+
70+
New icons added. [See full commit](https://github.com/nhsuk/nhsapp-frontend/commit/201556e91df539d9ec6dce4eda50a0f478ed3b05) for list of icons.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nhsapp-frontend",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "A CSS library built on top of nhsuk-frontend providing styles for the NHS App.",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)