From c0c700d44a99d1da1071850ca87433253cd18241 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 Jan 2024 15:47:25 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/ministryofjustice/moj-frontend/compare/v2.0.1...v2.1.0) (2024-01-25) ### Features * allow Elements to be used components' config ([372d70b](https://github.com/ministryofjustice/moj-frontend/commit/372d70b07d9efcbdd1da09a2a00a014305326d8a)) * **navigation:** enhance hover styles of navigation links ([cd0f9df](https://github.com/ministryofjustice/moj-frontend/commit/cd0f9df157baa4a4e91257d1b505a71833a38204)), closes [#447](https://github.com/ministryofjustice/moj-frontend/issues/447) * **primary-navigation:** auto-hide search toggle when it loses focus ([bedd163](https://github.com/ministryofjustice/moj-frontend/commit/bedd163f6df9cd0da1ec86877094fdeddcfbeb31)), closes [#519](https://github.com/ministryofjustice/moj-frontend/issues/519) --- CHANGELOG.md | 9 +++++++++ package/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ddef83d..ab37d987 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.1.0](https://github.com/ministryofjustice/moj-frontend/compare/v2.0.1...v2.1.0) (2024-01-25) + + +### Features + +* allow Elements to be used components' config ([372d70b](https://github.com/ministryofjustice/moj-frontend/commit/372d70b07d9efcbdd1da09a2a00a014305326d8a)) +* **navigation:** enhance hover styles of navigation links ([cd0f9df](https://github.com/ministryofjustice/moj-frontend/commit/cd0f9df157baa4a4e91257d1b505a71833a38204)), closes [#447](https://github.com/ministryofjustice/moj-frontend/issues/447) +* **primary-navigation:** auto-hide search toggle when it loses focus ([bedd163](https://github.com/ministryofjustice/moj-frontend/commit/bedd163f6df9cd0da1ec86877094fdeddcfbeb31)), closes [#519](https://github.com/ministryofjustice/moj-frontend/issues/519) + ## [2.0.1](https://github.com/ministryofjustice/moj-frontend/compare/v2.0.0...v2.0.1) (2024-01-24) diff --git a/package/package.json b/package/package.json index 63d1cae8..f4b9de05 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.0.1", + "version": "2.1.0", "main": "moj/all.js", "sass": "moj/all.scss", "engines": {