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+ ## [ 3.4.0] - 2026-01-19
11+
1012### Added
1113
1214- Add support for Ruby v4.0
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- ccs-frontend_helpers (3.3 .0 )
4+ ccs-frontend_helpers (3.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+ | [ 3.4.0] ( https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v3.4.0 ) | [ 5.14.0] ( https://github.com/alphagov/govuk-frontend/releases/tag/v5.14.0 ) | [ 2.4.0] ( https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v2.4.0 ) |
1718| [ 3.3.0] ( https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v3.3.0 ) | [ 5.13.0] ( https://github.com/alphagov/govuk-frontend/releases/tag/v5.13.0 ) | [ 2.3.0] ( https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v2.3.0 ) |
1819| [ 3.2.0] ( https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v3.2.0 ) | [ 5.13.0] ( https://github.com/alphagov/govuk-frontend/releases/tag/v5.13.0 ) | [ 2.2.1] ( https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v2.2.1 ) |
1920| [ 3.1.0] ( https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v3.1.0 ) | [ 5.13.0] ( https://github.com/alphagov/govuk-frontend/releases/tag/v5.13.0 ) | [ 2.1.0] ( https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v2.1.0 ) |
Original file line number Diff line number Diff line change 22
33module CCS
44 module FrontendHelpers
5- VERSION = '3.3 .0'
5+ VERSION = '3.4 .0'
66 end
77end
You can’t perform that action at this time.
0 commit comments