Skip to content

Commit

Permalink
Release v0.0.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhatley committed Jun 6, 2019
1 parent ac33ff2 commit 4906091
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 32 deletions.
28 changes: 3 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
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.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": {
Expand Down
8 changes: 4 additions & 4 deletions package/README.md
Original file line number Diff line number Diff line change
@@ -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:[email protected]).
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:[email protected]).

## 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
Expand Down
4 changes: 2 additions & 2 deletions 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.1-alpha",
"version": "0.0.2-alpha",
"main": "all.js",
"sass": "all.scss",
"engines": {
Expand All @@ -27,6 +27,6 @@
],
"license": "MIT",
"publishConfig": {
"access": "resticted"
"access": "public"
}
}

0 comments on commit 4906091

Please sign in to comment.