Skip to content

Commit f5dbdaf

Browse files
committed
Bump govuk-vue to 1.0.1 and govuk-frontend to 5.7.9
1 parent e08651e commit f5dbdaf

File tree

3 files changed

+14
-17
lines changed

3 files changed

+14
-17
lines changed

package-lock.json

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"@nuxt/content": "^2.6.0",
99
"concurrently": "^8.2.0",
1010
"copyfiles": "^2.4.1",
11-
"govuk-frontend": "^5.6.0",
11+
"govuk-frontend": "^5.7.0",
1212
"nuxt": "^3.6.5",
1313
"sass": "^1.62.1",
1414
"vite-plugin-static-copy": "^0.16.0",
1515
"vue-docgen-cli": "^4.67.0"
1616
},
1717
"dependencies": {
18-
"govuk-vue": "1.0.0",
18+
"govuk-vue": "1.0.1",
1919
"vue-matomo": "^4.2.0"
2020
}
2121
}

pages/index.vue

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@
33
<template #content>
44
<gvd-masthead/>
55
<gvd-whats-new>
6-
<p class="govuk-body">2 September 2024: We've released GOV.UK Vue v1.0.0</p>
7-
<p class="govuk-body">This is the first stable release of GOV.UK Vue and introduces full compatibility with GOV.UK Frontend v5, including three new components:</p>
8-
<ul class="govuk-list govuk-list--bullet">
9-
<li><router-link to="/components/task-list" class="govuk-link">Task list</router-link></li>
10-
<li><router-link to="/components/password-input" class="govuk-link">Password input</router-link></li>
11-
<li><router-link to="/components/service-navigation" class="govuk-link">Service navigation</router-link></li>
12-
</ul>
6+
<p class="govuk-body">10 October 2024: We've released GOV.UK Vue v1.0.1, which fixes the display of the Open Government Licence logo in the footer.</p>
7+
<p class="govuk-body">Read the <a href="https://github.com/govuk-vue/govuk-vue/releases/tag/v1.0.1" class="govuk-link">full release notes</a> to see what's changed.</p>
138
</gvd-whats-new>
149
<div class="gvd-width-container">
1510
<div class="govuk-main-wrapper govuk-main-wrapper--l">

0 commit comments

Comments
 (0)