Skip to content

Commit 882c0cb

Browse files
authored
release: 1.0.1 (#1045)
1 parent 9ebc66c commit 882c0cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/.vitepress/theme/components/Layout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Tag from './Tag.vue'
77
const { Layout } = DefaultTheme
88
99
// Banner Configuration
10-
const isBannerEnabled = true
10+
const isBannerEnabled = false
1111
const bannerConfig = {
1212
// Leave text empty to disable the banner
1313
text: '🚀 NuxtAuth v1.0.0 has been released!',
@@ -30,7 +30,7 @@ const bannerConfig = {
3030

3131
<template #home-hero-info-before>
3232
<a href="/upgrade/version-1.0">
33-
<Tag text="Version 1.0.0" />
33+
<Tag text="Version 1.0.1" />
3434
</a>
3535
</template>
3636
</Layout>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sidebase/nuxt-auth",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"type": "module",
66
"description": "Authentication built for Nuxt 3! Easily add authentication via OAuth providers, credentials or Email Magic URLs!",

0 commit comments

Comments
 (0)