release: v0.25.1

This commit is contained in:
YunYouJun 2025-07-13 21:30:32 +08:00
parent cd4157067a
commit 12f82fbfd7
9 changed files with 12 additions and 11 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@valaxyjs/monorepo",
"type": "module",
"version": "0.25.0",
"version": "0.25.1",
"private": true,
"packageManager": "pnpm@10.13.1",
"description": "📄 Vite & Vue powered static blog generator.",

View File

@ -1,7 +1,7 @@
{
"name": "@valaxyjs/utils",
"type": "module",
"version": "0.25.0",
"version": "0.25.1",
"description": "A utility library for Valaxy",
"author": {
"name": "Valaxy",

View File

@ -1,7 +1,7 @@
{
"name": "create-valaxy",
"type": "module",
"version": "0.25.0",
"version": "0.25.1",
"description": "Create Starter Template for Valaxy",
"author": {
"email": "me@yunyoujun.cn",

View File

@ -12,8 +12,8 @@
"serve": "vite preview"
},
"dependencies": {
"valaxy": "0.25.0",
"valaxy-theme-yun": "0.25.0"
"valaxy": "0.25.1",
"valaxy-theme-yun": "0.25.1"
},
"devDependencies": {
"typescript": "^5.8.3"

View File

@ -1,7 +1,7 @@
{
"name": "@valaxyjs/devtools",
"type": "module",
"version": "0.25.0",
"version": "0.25.1",
"repository": {
"url": "https://github.com/YunYouJun/valaxy"
},

View File

@ -1,6 +1,6 @@
{
"name": "valaxy-theme-press",
"version": "0.25.0",
"version": "0.25.1",
"description": "Docs Theme for Valaxy",
"author": {
"email": "me@yunyoujun.cn",

View File

@ -1,6 +1,7 @@
<script setup lang="ts">
import { useSiteConfig } from 'valaxy'
import { useSiteConfig, useValaxyI18n } from 'valaxy'
const { $t } = useValaxyI18n()
const siteConfig = useSiteConfig()
</script>
@ -9,6 +10,6 @@ const siteConfig = useSiteConfig()
v-if="siteConfig.subtitle"
class="site-subtitle block text-$va-c-text op-80 font-medium" text="sm"
>
{{ siteConfig.subtitle }}
{{ $t(siteConfig.subtitle) }}
</h4>
</template>

View File

@ -1,7 +1,7 @@
{
"name": "valaxy-theme-yun",
"type": "module",
"version": "0.25.0",
"version": "0.25.1",
"author": {
"email": "me@yunyoujun.cn",
"name": "YunYouJun",

View File

@ -1,7 +1,7 @@
{
"name": "valaxy",
"type": "module",
"version": "0.25.0",
"version": "0.25.1",
"description": "📄 Vite & Vue powered static blog generator.",
"author": {
"email": "me@yunyoujun.cn",