Skip to content

Commit

Permalink
Merge branch 'main' into 797/878/improve-local-baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Sep 26, 2024
2 parents 7043515 + a070447 commit 119ef8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/routes/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const routes: DefaultTheme.Config['nav'] = [
],
},
{
text: '0.9.2',
text: '0.9.3',
items: [
{
text: '0.8.2',
Expand Down
3 changes: 2 additions & 1 deletion docs/.vitepress/theme/components/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Banner from './Banner.vue'
const { Layout } = DefaultTheme
// Banner Configuration
const isBannerEnabled = false
const bannerConfig = {
// Leave text empty to disable the banner
text: '🚀 NuxtAuth v0.9.0 has been released!',
Expand All @@ -22,7 +23,7 @@ const bannerConfig = {
<GithubStarsButton owner="sidebase" repo="nuxt-auth" />
</template>

<template #home-hero-before>
<template v-if="isBannerEnabled" #home-hero-before>
<Banner v-bind="bannerConfig" />
</template>
</Layout>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sidebase/nuxt-auth",
"version": "0.9.2",
"version": "0.9.3",
"license": "MIT",
"type": "module",
"description": "Authentication built for Nuxt 3! Easily add authentication via OAuth providers, credentials or Email Magic URLs!",
Expand Down

0 comments on commit 119ef8e

Please sign in to comment.