Skip to content

Commit

Permalink
PLATUI-1181: Uplift govuk-frontend to v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmascord committed May 19, 2021
1 parent 50814d7 commit eba1ae9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 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.35.0] - 2021-05-19

## Changed

- Uplift to govuk-frontend v3.12.0

## [1.34.0] - 2021-05-05

## Changed
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions check-compatibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ if (!knownPrototypeKitNames.includes(consumerPackageJson.name)) {
}

const compatibility = {
1.33: {
'prototype-kit': ['9.12', '9.11', '9.10', '9.9', '9.8', '9.7', '9.6', '9.5', '9.4', '9.3', '9.2', '9.1', '9.0', '9.9', '9.10', '9.11'],
1.35: {
'prototype-kit': ['9.13', '9.12', '9.11', '9.10', '9.9', '9.8', '9.7', '9.6', '9.5', '9.4', '9.3', '9.2', '9.1', '9.0', '9.9', '9.10', '9.11'],
},
0.6: {
'prototype-kit': ['8.12', '8.11', '8.10', '8.9', '8.8', '8.7'],
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hmrc-frontend",
"version": "1.34.0",
"version": "1.35.0",
"description": "Design patterns for HMRC frontends",
"scripts": {
"start": "gulp dev",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/hmrc/hmrc-frontend#readme",
"dependencies": {
"govuk-frontend": "^3.11.0"
"govuk-frontend": "^3.12.0"
},
"devDependencies": {
"@babel/preset-env": "^7.12.11",
Expand Down

0 comments on commit eba1ae9

Please sign in to comment.