Skip to content

Commit

Permalink
Release v0.0.3-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhatley committed Jun 13, 2019
1 parent 86bba43 commit 4783a61
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.0.3-alpha

- Add add another component
- Add currency input component
- Add header component
- Add notification badge component
- Add organisation switcher component
- Add primary navigation component
- Add progress bar component
- Add sub-navigation component

## v0.0.2-alpha

- Add pagination component
Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1-alpha
0.0.3-alpha
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ministryofjustice/frontend",
"version": "0.0.2-alpha",
"version": "0.0.3-alpha",
"description": "The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.",
"main": "index.js",
"scripts": {
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": "0.0.2-alpha",
"version": "0.0.3-alpha",
"main": "all.js",
"sass": "all.scss",
"engines": {
Expand Down

0 comments on commit 4783a61

Please sign in to comment.