diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e6a4809..e8fd27489 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,10 @@ # Changelog -## v0.0.8-alpha - -Configure MOJ Frontend on CircleCI - -## v0.0.7-alpha - -Configure MOJ Frontend on CircleCI - -## v0.0.6-alpha - -Initial configuration on CircleCI - -## v0.0.5-alpha - -Set-up MOJ Frontend for use in GOV.UK Prototype Kit v8.7.0+ - -## v0.0.4-alpha - -Configure MOJ Frontend on NPM - -## v0.0.3-alpha - -Initial release to NPM - ## v0.0.2-alpha -Fixes +- Add pagination component +- Add search component +- Add sortable table component ## v0.0.1-alpha diff --git a/package.json b/package.json index d904a7651..c98a1dbb2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ministryofjustice/frontend", - "version": "0.0.1-alpha", + "version": "0.0.2-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/README.md b/package/README.md index 03a7523a0..e3ab1c50e 100755 --- a/package/README.md +++ b/package/README.md @@ -1,18 +1,18 @@ # Ministry of Justice Frontend -The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services. +MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services. -See live examples of MOJ Frontend components, and guidance on when to use them in your service, in the [MOJ Design System](https://mojdt-design-system.herokuapp.com/). +See live examples of MOJ Frontend components, and guidance on when to use them in your service, in the [MoJ Design System](https://mojdt-design-system.herokuapp.com/). ## Contact the team -MOJ Frontend is maintained by a team at the Ministry of Justice. If you want to know more about MOJ Frontend, please email the [Design System team](mailto:design-system@digital.justice.gov.uk). +MOJ Frontend is maintained by a team at MoJ. If you want to know more about MOJ Frontend, please email the [Design System team](mailto:design-system@digital.justice.gov.uk). ## Quick start We recommend [installing MOJ Frontend using node package manager (npm)](docs/installation/installing-with-npm.md). -Once installed, you will be able to use the code from the examples in the [MOJ Design System](https://mojdt-design-system.herokuapp.com/) +Once installed, you will be able to use the code from the examples in the [MoJ Design System](https://mojdt-design-system.herokuapp.com/) in your service. ## Browser support diff --git a/package/package.json b/package/package.json index 2e30a87bc..8bbfede5a 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.1-alpha", + "version": "0.0.2-alpha", "main": "all.js", "sass": "all.scss", "engines": { @@ -27,6 +27,6 @@ ], "license": "MIT", "publishConfig": { - "access": "resticted" + "access": "public" } }