Skip to content

Commit

Permalink
Release v0.0.16-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsilver committed Oct 14, 2019
1 parent 11292f9 commit 6e1d164
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.0.16-alpha

- Change pagination arrows to use CSS like the back link. Thanks to @MalcolmVonMoJ.
- Fix add another component when a field has hint text. Thanks to @garyboyle (DWP).
- Fix #79 where colour wasn't wrapped in quotes and caused build errors. Thanks to @johnnolan.

## v0.0.15-alpha

- Fix Header component urls
Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.15-alpha
0.0.16-alpha
2 changes: 1 addition & 1 deletion docs/contributing/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This should be incremented based on [Semantic versioning](https://semver.org/) f
npm unlink ../@ministryofjustice/frontend/package/
```

9. Commit changes with a message of “Release vX.X.X-alpha” message
9. Commit changes with a message of “Release v0.0.16-alpha” message

12. Create a release on [Github](https://github.com/ministryofjustice/moj-frontend/releases/new)
- enter the tag version
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.15-alpha",
"version": "0.0.16-alpha",
"main": "all.js",
"sass": "all.scss",
"engines": {
Expand Down

0 comments on commit 6e1d164

Please sign in to comment.