Skip to content

Commit

Permalink
Merge pull request #247 from hmrc/PLATUI-2360_uplift-hmrc-frontend
Browse files Browse the repository at this point in the history
PLATUI-2360: Updated version of hmrc-frontend
  • Loading branch information
JoPintoPaul committed Aug 10, 2023
2 parents 06eed08 + 0a1dcc2 commit 1fd6e99
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
For compatibility information see `govukFrontendVersion` and `hmrcFrontendVersion` in
[LibDependencies](project/LibDependencies.scala)

## [7.18.0] - 2023-08-10

### Changed

- Updated version of `hmrc-frontend` to [v5.45.0](https://github.com/hmrc/hmrc-frontend/releases/tag/v5.45.0)
- As part of above uplift, Webjar for `accessible-autocmplete` removed from `sbt` dependencies. If required, can be
manually added to dependencies as `org.webjars.npm % accessible-autocomplete % xx.xx.xx`, where `xx.xx.xx` is the
[latest version](https://mvnrepository.com/artifact/org.webjars.npm/accessible-autocomplete)

### Compatible with

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


## [7.17.0] - 2023-08-03

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

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

0 comments on commit 1fd6e99

Please sign in to comment.