Skip to content

Commit

Permalink
Merge pull request #452 from x-govuk/govuk-frontend-5.0.0
Browse files Browse the repository at this point in the history
GOV.UK frontend version 5.0.0
  • Loading branch information
peteryates committed Dec 8, 2023
2 parents 3826810 + 0ee62f4 commit b7df7b1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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-4.7.0-brightgreen)](https://design-system.service.gov.uk)
[![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.0.0-brightgreen)](https://design-system.service.gov.uk)
[![Rails](https://img.shields.io/badge/Rails-6.1.7%20%E2%95%B1%207.0.6-E16D6D)](https://weblog.rubyonrails.org/releases/)
[![Ruby](https://img.shields.io/badge/Ruby-3.0.6%20%20%E2%95%B1%203.1.4%20%20%E2%95%B1%203.2.2-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
| 4.7.0
| 5.0.0
td.govuk-table__cell.govuk-table__cell--numeric
| 3.14.0
tr.govuk-table__row
Expand Down
2 changes: 1 addition & 1 deletion guide/content/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $govuk-font-family: system-ui, sans-serif;
$govuk-brand-colour: #28a;

// Import GOV.UK Frontend
@import "govuk/all";
@import "dist/govuk/all";

// Application components
@import "components/breadcrumb";
Expand Down
14 changes: 7 additions & 7 deletions guide/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 guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"lib": "lib"
},
"scripts": {
"postinstall": "cp -R node_modules/govuk-frontend/govuk/assets/images content/assets && cp node_modules/govuk-frontend/govuk/all.js content/javascripts/govuk-frontend.js",
"postinstall": "cp -R node_modules/govuk-frontend/dist/govuk/assets/images content/assets && cp node_modules/govuk-frontend/dist/govuk/all.bundle.js content/javascripts/govuk-frontend.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"govuk-frontend": "^4.7.0",
"govuk-frontend": "5.0.0",
"sass": "^1.57.1"
}
}
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 = '4.1.1'.freeze
VERSION = '5.0.0b1'.freeze
end

0 comments on commit b7df7b1

Please sign in to comment.