diff --git a/CHANGELOG.md b/CHANGELOG.md index e8fd27489..d20ead99f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION.md b/VERSION.md index 68e4b0375..8e79f92cb 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -0.0.1-alpha +0.0.3-alpha diff --git a/package-lock.json b/package-lock.json index bf03404d3..3f8d11f35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ministryofjustice/frontend", - "version": "0.0.2-alpha", + "version": "0.0.3-alpha", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f3d96d1e..09c49beb7 100755 --- a/package.json +++ b/package.json @@ -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": { diff --git a/package/package.json b/package/package.json index 8bbfede5a..799a7f4ff 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.2-alpha", + "version": "0.0.3-alpha", "main": "all.js", "sass": "all.scss", "engines": {