diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8043b8b..3545ca513 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.0.11-alpha + +- Add side navigation component +- Change menu component to button menu +- Other miscellaneous fixes + ## v0.0.10-alpha - Multi file upload added @@ -7,7 +13,7 @@ ## v0.0.9-alpha -- Change namespacing. See [issue 6](https://github.com/ministryofjustice/mojdt-frontend/issues/6) +- Change namespacing. See [issue 6](https://github.com/ministryofjustice/moj-frontend/issues/6) - Fix inline and toggle search - Fix focus states for search and menu components diff --git a/VERSION.md b/VERSION.md index 9f52f29fe..7a999b373 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -0.0.10-alpha +0.0.11-alpha diff --git a/package/package.json b/package/package.json index 6cac013c6..1c907e2ed 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": "0.0.10-alpha", + "version": "0.0.11-alpha", "main": "all.js", "sass": "all.scss", "engines": {