Skip to content

Commit

Permalink
Merge pull request #123 from hmrc/PLATUI_bump_govuk_frontend
Browse files Browse the repository at this point in the history
PLATUI: Update govuk-frontend to v3.11.0
  • Loading branch information
matthewmascord authored Feb 17, 2021
2 parents 15cb948 + 0f9c729 commit 9679733
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 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.25.0] - 2021-02-17

## Updated

- Update govuk-frontend to v3.11.0

## [1.24.0] - 2021-02-08

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

const compatibility = {
1.24: {
1.25: {
'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'],
},
0.6: {
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.24.0",
"version": "1.25.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.10.2"
"govuk-frontend": "^3.11.0"
},
"devDependencies": {
"autoprefixer": "^9.6.1",
Expand Down

0 comments on commit 9679733

Please sign in to comment.