Skip to content

Commit

Permalink
Support govuk-frontend 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryates committed Nov 9, 2024
1 parent 885c797 commit 0cee168
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Gem](https://img.shields.io/gem/dt/govuk_design_system_formbuilder?logo=rubygems)](https://rubygems.org/gems/govuk_design_system_formbuilder)
[![Test Coverage](https://api.codeclimate.com/v1/badges/110136fb22341d3ba646/test_coverage)](https://codeclimate.com/github/x-govuk/govuk-form-builder/test_coverage)
[![GitHub license](https://img.shields.io/github/license/x-govuk/govuk-form-builder)](https://github.com/x-govuk/govuk-form-builder/blob/main/LICENSE)
[![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.7.0-brightgreen)](https://design-system.service.gov.uk)
[![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.7.1-brightgreen)](https://design-system.service.gov.uk)
[![Rails](https://img.shields.io/badge/Rails-7.1.5%20%E2%95%B1%207.2.2%20%E2%95%B1%208.0.0-E16D6D)](https://weblog.rubyonrails.org/releases/)
[![Ruby](https://img.shields.io/badge/Ruby-3.2.6%20%20%E2%95%B1%203.3.6-E16D6D)](https://www.ruby-lang.org/en/downloads/)

Expand Down
2 changes: 1 addition & 1 deletion guide/content/introduction/supported-versions.slim
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0
| 5.7.1
td.govuk-table__cell.govuk-table__cell--numeric
| 3.14.0
tr.govuk-table__row
Expand Down
8 changes: 4 additions & 4 deletions guide/package-lock.json

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

2 changes: 1 addition & 1 deletion guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "ISC",
"dependencies": {
"@x-govuk/govuk-prototype-components": "^3.0.6",
"govuk-frontend": "5.7.0",
"govuk-frontend": "5.7.1",
"sass": "^1.77.8"
}
}
2 changes: 1 addition & 1 deletion lib/govuk_design_system_formbuilder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GOVUKDesignSystemFormBuilder
VERSION = '5.7.0'.freeze
VERSION = '5.7.1'.freeze
end

0 comments on commit 0cee168

Please sign in to comment.