From 674898e555812a0c781b49d138bf9d8d0d843187 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 31 Jul 2024 14:52:32 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/ministryofjustice/moj-frontend/compare/v2.1.3...v2.2.0) (2024-07-31) ### Features * **date picker:** add date picker component ([#601](https://github.com/ministryofjustice/moj-frontend/issues/601)) ([0f52877](https://github.com/ministryofjustice/moj-frontend/commit/0f52877e71849fabd3790464a51fffbb63151a74)) --- CHANGELOG.md | 7 +++++++ package/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a41573..8b70c710 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://github.com/ministryofjustice/moj-frontend/compare/v2.1.3...v2.2.0) (2024-07-31) + + +### Features + +* **date picker:** add date picker component ([#601](https://github.com/ministryofjustice/moj-frontend/issues/601)) ([0f52877](https://github.com/ministryofjustice/moj-frontend/commit/0f52877e71849fabd3790464a51fffbb63151a74)) + ## [2.1.3](https://github.com/ministryofjustice/moj-frontend/compare/v2.1.2...v2.1.3) (2024-05-07) diff --git a/package/package.json b/package/package.json index 2d36404f..0849a924 100755 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "name": "@ministryofjustice/frontend", "description": "The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.", - "version": "2.1.3", + "version": "2.2.0", "main": "moj/all.js", "sass": "moj/all.scss", "engines": {