Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update "What's new" and "Recently shipped" sections for 5.7.1 #4211

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/community/roadmap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ Last updated 10 October 2024.

## Recently shipped

We’ve released [GOV.UK Frontend v5.7.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.7.0), which includes an update to the Royal Arms in the [GOV.UK footer](/components/footer/). We’ve also added new features to help services create their own components using GOV.UK Frontend.
We’ve released [GOV.UK Frontend v5.7.1](https://github.com/alphagov/govuk-frontend/releases/tag/v5.7.1) with updated department colours.

Previously, we’ve released [GOV.UK Frontend v5.7.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.7.0), which includes an update to the Royal Arms in the [GOV.UK footer](/components/footer/). We’ve also added new features to help services create their own components using GOV.UK Frontend.

We’ve also recently:

Expand Down
3 changes: 2 additions & 1 deletion views/partials/_whats-new.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds-from-desktop">
<h2 id="whats-new" class="govuk-heading-l">What’s new</h2>
<p class="govuk-body">10 October 2024: We’ve released GOV.UK Frontend v5.7.0, which includes an update to the Royal Arms in the <a href="/components/footer/" class="govuk-link">GOV.UK footer component</a>. We’ve also added new features to help services create their own components using GOV.UK Frontend.</p>
<p class="govuk-body">11 October 2024: We’ve released GOV.UK Frontend v5.7.1 with updated department colours.</p>
<p class="govuk-body">Previously, on 10 October 2024: We’ve released GOV.UK Frontend v5.7.0, which includes an update to the Royal Arms in the <a href="/components/footer/" class="govuk-link">GOV.UK footer component</a>. We’ve also added new features to help services create their own components using GOV.UK Frontend.</p>
<p class="govuk-body">Read the <a href="https://github.com/alphagov/govuk-frontend/releases/tag/v5.7.0" class="govuk-link">full release notes</a> to see what’s changed.</p>
<br>
<p class="govuk-body"><a href="https://mailchi.mp/d484adee17c1/email-updates" class="govuk-link">Sign up to get update emails about the Design System</a>.</p>
Expand Down