Skip to content

Commit

Permalink
docs: update version in banner
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Aug 7, 2023
1 parent 4cd4215 commit d46bbdb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/docs/components/HeaderBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
>
<div class="header__wrapper">
<div class="header-banner__left">
<a href="https://github.com/epicmaxco/vuestic-ui/releases/tag/v1.7.0">We just released&nbsp;<strong>Vuestic 1.7.0 🤗</strong></a>
<a :href="`https://github.com/epicmaxco/vuestic-ui/releases/tag/${uiVersion}`">We just released&nbsp;<strong>Vuestic {{ uiVersion }} 🤗</strong></a>

<!-- <div class="header-banner__left-links">-->
<!-- <a
Expand Down Expand Up @@ -114,6 +114,10 @@ const props = defineProps({
},
})
import packageUi from 'vuestic-ui/package.json'
const uiVersion = packageUi.version
const textColor = useElementTextColor('primary')
const closeable = ref(props.closeable)
Expand Down

0 comments on commit d46bbdb

Please sign in to comment.