Skip to content

Commit

Permalink
PLATUI-2411 update hmrc-frontend version to pull in fixes for PTA Men…
Browse files Browse the repository at this point in the history
…u and Back link when JS is disabled (#246)
  • Loading branch information
ellamdav committed Aug 3, 2023
1 parent d276f59 commit 06eed08
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.17.0] - 2023-08-03

### Changed

- Updated version of `hmrc-frontend` to [v5.44.0](https://github.com/hmrc/hmrc-frontend/releases/tag/v5.44.0)

### Compatible with

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


## [7.16.0] - 2023-07-25

### 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.41.0"
val hmrcFrontendVersion: String = "5.44.0"
val playLanguageVersion: String = "6.2.0"

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

0 comments on commit 06eed08

Please sign in to comment.