File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.4.0] - 2025-05-13
11+
1012### Added
1113
1214- Updated GOV.UK Frontend to v5.10.0
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- ccs-frontend_helpers (2.3 .0 )
4+ ccs-frontend_helpers (2.4 .0 )
55 rails (>= 7.2 )
66
77GEM
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ The following table shows the version of CCS Frontend Helpers that you should us
1414
1515| CCS Frontend Helpers Version | Target GOV.UK Frontend Version | Target CCS Frontend Version |
1616| ----------------------------- | ------------------------------ | --------------------------- |
17+ | [ 2.4.0] ( https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v2.4.0 ) | [ 5.10.0] ( https://github.com/alphagov/govuk-frontend/releases/tag/v5.10.0 ) | [ 1.4.1] ( https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v1.4.1 ) |
1718| [ 2.3.0] ( https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v2.3.0 ) | [ 5.9.0] ( https://github.com/alphagov/govuk-frontend/releases/tag/v5.9.0 ) | [ 1.4.0] ( https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v1.4.0 ) |
1819| [ 2.2.0] ( https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v2.2.0 ) | [ 5.9.0] ( https://github.com/alphagov/govuk-frontend/releases/tag/v5.9.0 ) | [ 1.3.3] ( https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v1.3.3 ) |
1920| [ 2.1.0] ( https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v2.1.0 ) | [ 5.7.1] ( https://github.com/alphagov/govuk-frontend/releases/tag/v5.7.1 ) | [ 1.3.2] ( https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v1.3.2 ) |
Original file line number Diff line number Diff line change 22
33module CCS
44 module FrontendHelpers
5- VERSION = '2.3 .0'
5+ VERSION = '2.4 .0'
66 end
77end
You can’t perform that action at this time.
0 commit comments