Skip to content

Commit

Permalink
Bump govuk-vue to 1.0.1 and govuk-frontend to 5.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
matteason committed Oct 10, 2024
1 parent e08651e commit f5dbdaf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
18 changes: 10 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"@nuxt/content": "^2.6.0",
"concurrently": "^8.2.0",
"copyfiles": "^2.4.1",
"govuk-frontend": "^5.6.0",
"govuk-frontend": "^5.7.0",
"nuxt": "^3.6.5",
"sass": "^1.62.1",
"vite-plugin-static-copy": "^0.16.0",
"vue-docgen-cli": "^4.67.0"
},
"dependencies": {
"govuk-vue": "1.0.0",
"govuk-vue": "1.0.1",
"vue-matomo": "^4.2.0"
}
}
9 changes: 2 additions & 7 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@
<template #content>
<gvd-masthead/>
<gvd-whats-new>
<p class="govuk-body">2 September 2024: We've released GOV.UK Vue v1.0.0</p>
<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>
<ul class="govuk-list govuk-list--bullet">
<li><router-link to="/components/task-list" class="govuk-link">Task list</router-link></li>
<li><router-link to="/components/password-input" class="govuk-link">Password input</router-link></li>
<li><router-link to="/components/service-navigation" class="govuk-link">Service navigation</router-link></li>
</ul>
<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>
<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>
</gvd-whats-new>
<div class="gvd-width-container">
<div class="govuk-main-wrapper govuk-main-wrapper--l">
Expand Down

0 comments on commit f5dbdaf

Please sign in to comment.