File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.2.0] - 2025-03-21
11+
1012### Added
1113
1214- Add support for to ruby v3.4
15+ - Updated GOV.UK Frontend to v5.9.0
16+ - Updated CCS Frontend to v1.3.3
1317
1418## [ 2.1.0] - 2025-01-08
1519
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- ccs-frontend_helpers (2.1 .0 )
4+ ccs-frontend_helpers (2.2 .0 )
55 rails (>= 7.0 )
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.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 ) |
1718| [ 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 ) |
1819| [ 2.0.0] ( https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v2.0.0 ) | [ 5.7.1] ( https://github.com/alphagov/govuk-frontend/releases/tag/v5.7.1 ) | [ 1.2.0] ( https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v1.2.0 ) |
1920| [ 1.2.0] ( https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v1.2.0 ) | [ 5.6.0] ( https://github.com/alphagov/govuk-frontend/releases/tag/v5.6.0 ) | [ 1.1.3] ( https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v1.1.3 ) |
Original file line number Diff line number Diff line change 22
33module CCS
44 module FrontendHelpers
5- VERSION = '2.1 .0'
5+ VERSION = '2.2 .0'
66 end
77end
You can’t perform that action at this time.
0 commit comments