Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.1...v2.1.0) (2024-01-25)

### Features

* allow Elements to be used components' config ([372d70b](372d70b))
* **navigation:** enhance hover styles of navigation links ([cd0f9df](cd0f9df)), closes [#447](#447)
* **primary-navigation:** auto-hide search toggle when it loses focus ([bedd163](bedd163)), closes [#519](#519)
  • Loading branch information
semantic-release-bot committed Jan 25, 2024
1 parent cd0f9df commit c0c700d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c0c700d

Please sign in to comment.