Skip to content

Commit

Permalink
Release v0.0.11-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhatley committed Aug 19, 2019
1 parent 42c2576 commit 0e9758a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# 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
- Fix prototype kit extension paths

## 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

Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.10-alpha
0.0.11-alpha
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": "0.0.10-alpha",
"version": "0.0.11-alpha",
"main": "all.js",
"sass": "all.scss",
"engines": {
Expand Down

0 comments on commit 0e9758a

Please sign in to comment.