release: v0.25.4

This commit is contained in:
YunYouJun 2025-07-15 00:39:37 +08:00
parent 4ec6057386
commit bb87151b59
9 changed files with 9 additions and 10 deletions

View File

@ -135,7 +135,6 @@ You can also extend public components by [valaxy-addon-components](https://githu
:::
#### 国际化组件 `<VT />` {lang="zh-CN"}
#### Internationalization Component `<VT />` {lang="en"}

View File

@ -1,7 +1,7 @@
{
"name": "@valaxyjs/monorepo",
"type": "module",
"version": "0.25.3",
"version": "0.25.4",
"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.3",
"version": "0.25.4",
"description": "A utility library for Valaxy",
"author": {
"name": "Valaxy",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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