From ead15bc1ce63cc0dc762e42f6e0d789e3c0bb89b Mon Sep 17 00:00:00 2001 From: Peter Yates Date: Thu, 22 Feb 2024 09:13:34 +0000 Subject: [PATCH] Upgrade to 5.2.0 supporting govuk-frontend 5.2.0 --- guide/content/introduction/supported-versions.slim | 2 +- guide/package-lock.json | 8 ++++---- guide/package.json | 2 +- lib/govuk_design_system_formbuilder/version.rb | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/guide/content/introduction/supported-versions.slim b/guide/content/introduction/supported-versions.slim index 66570c05..c705ed19 100644 --- a/guide/content/introduction/supported-versions.slim +++ b/guide/content/introduction/supported-versions.slim @@ -29,7 +29,7 @@ table.govuk-table.app-table--constrained th.govuk-table__header scope="row" | GOV.UK Design System td.govuk-table__cell.govuk-table__cell--numeric - | 5.1.0 + | 5.2.0 td.govuk-table__cell.govuk-table__cell--numeric | 3.14.0 tr.govuk-table__row diff --git a/guide/package-lock.json b/guide/package-lock.json index 2e95d7d6..8e0041fc 100644 --- a/guide/package-lock.json +++ b/guide/package-lock.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@x-govuk/govuk-prototype-components": "^3.0.1", - "govuk-frontend": "5.1.0", + "govuk-frontend": "5.2.0", "sass": "^1.57.1" } }, @@ -1706,9 +1706,9 @@ } }, "node_modules/govuk-frontend": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.1.0.tgz", - "integrity": "sha512-Dc3J+uOI4i2VR3BVyfxbf6qVjTT4n4bBqbD0/Io6feP8pt/4IfKdP1vWimZf+BwMKKMXacw10hmdy5UcD6Cr8w==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.2.0.tgz", + "integrity": "sha512-beD3wztHpkKz6JUpPwnwop1ejb4rTFMPLCutKLCIDmUS4BPpW59ggVUfctsRqHd2Zjw9wxljdRdeIJ8AZFyyTw==", "engines": { "node": ">= 4.2.0" } diff --git a/guide/package.json b/guide/package.json index 97ce3cd5..9ce020e5 100644 --- a/guide/package.json +++ b/guide/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@x-govuk/govuk-prototype-components": "^3.0.1", - "govuk-frontend": "5.1.0", + "govuk-frontend": "5.2.0", "sass": "^1.57.1" } } diff --git a/lib/govuk_design_system_formbuilder/version.rb b/lib/govuk_design_system_formbuilder/version.rb index 81c0c47d..2f94bd34 100644 --- a/lib/govuk_design_system_formbuilder/version.rb +++ b/lib/govuk_design_system_formbuilder/version.rb @@ -1,3 +1,3 @@ module GOVUKDesignSystemFormBuilder - VERSION = '5.1.0'.freeze + VERSION = '5.2.0'.freeze end