Skip to content

Commit

Permalink
Merge pull request #317 from DFE-Digital/govuk-design-system-4.1.0
Browse files Browse the repository at this point in the history
Update to GOV.UK Design System 4.1.0
  • Loading branch information
peteryates authored May 18, 2022
2 parents f977d6b + 2cec8d6 commit f508fa9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ nanoc-check-external:
nanoc-check-all: build-guide
( ${guide_dir} ${prefix} nanoc check ${nanoc_internal_checks} ${nanoc_external_checks} )
build:
${prefix} gem build govuk_design_system_formbuilder.gemspec
${prefix} gem build govuk-components.gemspec
build-guide: npm-install
( ${guide_dir} ${prefix} nanoc )
view-guide: build-guide
Expand Down
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-components?logo=rubygems)](https://rubygems.org/gems/govuk-components)
[![Test Coverage](https://api.codeclimate.com/v1/badges/cbcbc140f300b920d833/test_coverage)](https://codeclimate.com/github/DFE-Digital/govuk-components/test_coverage)
[![GitHub license](https://img.shields.io/github/license/DFE-Digital/govuk-components)](https://github.com/DFE-Digital/govuk-components/blob/main/LICENSE)
[![GOV.UK Design System Version](https://img.shields.io/badge/GOV.UK%20Design%20System-4.0.1-brightgreen)](https://design-system.service.gov.uk)
[![GOV.UK Design System Version](https://img.shields.io/badge/GOV.UK%20Design%20System-4.1.0-brightgreen)](https://design-system.service.gov.uk)
[![Rails](https://img.shields.io/badge/Rails-6.1.4.4%20%E2%95%B1%207.0.2-E16D6D)](https://weblog.rubyonrails.org/releases/)
[![Ruby](https://img.shields.io/badge/Ruby-2.7.5%20%20%E2%95%B1%203.0.3%20%20%E2%95%B1%203.1.0-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 @@ -23,7 +23,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
| 4.0.1
| 4.1.0
td.govuk-table__cell.govuk-table__cell--numeric
| 3.14.0
tr.govuk-table__row
Expand Down
6 changes: 3 additions & 3 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 @@ -13,6 +13,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"govuk-frontend": "^4.0.1"
"govuk-frontend": "^4.1.0"
}
}

0 comments on commit f508fa9

Please sign in to comment.