Skip to content

Commit

Permalink
PLATUI-2567 bump hmrc-frontend to fix regression with .js-hidden (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellamdav committed Sep 18, 2023
1 parent a4fdb62 commit 0471e92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
For compatibility information see `govukFrontendVersion` and `hmrcFrontendVersion` in
[LibDependencies](project/LibDependencies.scala)

## [7.20.0] - 2023-09-18

### Changed

- Uplifted version of `hmrc-frontend` to `5.48.0`, to fix regression with .js-hidden

### Compatible with

- [hmrc/hmrc-frontend v5.48.0](https://github.com/hmrc/hmrc-frontend/releases/tag/v5.48.0)
- [alphagov/govuk-frontend v4.7.0](https://github.com/alphagov/govuk-frontend/releases/tag/v4.7.0)


## [7.19.0] - 2023-08-11

### Changed
Expand Down
2 changes: 1 addition & 1 deletion project/LibDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt.ModuleID

object LibDependencies {
val govukFrontendVersion: String = "4.7.0"
val hmrcFrontendVersion: String = "5.46.0"
val hmrcFrontendVersion: String = "5.48.0"
val playLanguageVersion: String = "6.2.0"

val compile: Seq[ModuleID] = dependencies(
Expand Down

0 comments on commit 0471e92

Please sign in to comment.