File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/.vitepress/theme/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import Tag from './Tag.vue'
77const { Layout } = DefaultTheme
88
99// Banner Configuration
10- const isBannerEnabled = true
10+ const isBannerEnabled = false
1111const 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 >
Original file line number Diff line number Diff line change 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!" ,
You can’t perform that action at this time.
0 commit comments