Skip to content

Commit

Permalink
Merge pull request #105 from hmrc/release-1.19.0
Browse files Browse the repository at this point in the history
Preparing Release 1.19.0
  • Loading branch information
nataliecarey authored Oct 23, 2020
2 parents 5d15fc2 + ac2e837 commit edf5730
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [1.19.0] - 2020-10-16

### Fixed

- Added clone of GDS footer with Welsh language translations

## [1.18.0] - 2020-10-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion check-compatibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (!knownPrototypeKitNames.includes(consumerPackageJson.name)) {
}

const compatibility = {
'1.18': {
'1.19': {
'prototype-kit': ['9.8', '9.7', '9.6', '9.5', '9.4', '9.3', '9.2', '9.1', '9.0']
},
'0.6': {
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": "hmrc-frontend",
"version": "1.18.0",
"version": "1.19.0",
"description": "Design patterns for HMRC frontends",
"scripts": {
"start": "gulp dev",
Expand Down

0 comments on commit edf5730

Please sign in to comment.