From 6e1d164ab0cda4f94ad2b7f3c3032a4aba53286c Mon Sep 17 00:00:00 2001 From: Adam Silver Date: Mon, 14 Oct 2019 16:06:42 +0100 Subject: [PATCH] Release v0.0.16-alpha --- CHANGELOG.md | 6 ++++++ VERSION.md | 2 +- docs/contributing/publishing.md | 2 +- package/package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c0dc950e..ec36add17 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION.md b/VERSION.md index 69b15a7f0..22956b1bc 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -0.0.15-alpha +0.0.16-alpha diff --git a/docs/contributing/publishing.md b/docs/contributing/publishing.md index 9cc9ceecf..fb33aca81 100755 --- a/docs/contributing/publishing.md +++ b/docs/contributing/publishing.md @@ -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 diff --git a/package/package.json b/package/package.json index 5fda1be67..26d6eda72 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.15-alpha", + "version": "0.0.16-alpha", "main": "all.js", "sass": "all.scss", "engines": {