Skip to content

Commit

Permalink
release: v0.22.12
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Feb 24, 2025
1 parent e012407 commit cdea70a
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@valaxyjs/monorepo",
"type": "module",
"version": "0.22.11",
"version": "0.22.12",
"private": true,
"packageManager": "pnpm@10.4.1",
"description": "📄 Vite & Vue powered static blog generator.",
Expand Down
2 changes: 1 addition & 1 deletion packages/@valaxyjs/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@valaxyjs/utils",
"type": "module",
"version": "0.22.11",
"version": "0.22.12",
"description": "A utility library for Valaxy",
"author": {
"name": "Valaxy",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-valaxy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-valaxy",
"type": "module",
"version": "0.22.11",
"version": "0.22.12",
"description": "Create Starter Template for Valaxy",
"author": {
"email": "me@yunyoujun.cn",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-valaxy/template-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"serve": "vite preview"
},
"dependencies": {
"valaxy": "0.22.11",
"valaxy-theme-yun": "0.22.11"
"valaxy": "0.22.12",
"valaxy-theme-yun": "0.22.12"
},
"devDependencies": {
"typescript": "^5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@valaxyjs/devtools",
"type": "module",
"version": "0.22.11",
"version": "0.22.12",
"repository": {
"url": "https://github.com/YunYouJun/valaxy"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/valaxy-theme-press/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valaxy-theme-press",
"version": "0.22.11",
"version": "0.22.12",
"description": "Docs Theme for Valaxy",
"author": {
"email": "me@yunyoujun.cn",
Expand Down
2 changes: 1 addition & 1 deletion packages/valaxy-theme-yun/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "valaxy-theme-yun",
"type": "module",
"version": "0.22.11",
"version": "0.22.12",
"author": {
"email": "me@yunyoujun.cn",
"name": "YunYouJun",
Expand Down
8 changes: 4 additions & 4 deletions packages/valaxy/client/composables/features/medium-zoom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ export function useMediumZoom() {
const siteConfig = useSiteConfig()
const mediumZoomConfig = siteConfig.value.mediumZoom

onMounted(() => {
if (mediumZoomConfig.enable) {
if (mediumZoomConfig.enable) {
onMounted(() => {
mediumZoom(
mediumZoomConfig.selector || '.markdown-body img',
{
background: 'var(--medium-zoom-c-bg, rgba(0, 0, 0, 0.8))',
...mediumZoomConfig.options,
},
)
}
})
})
}
}
2 changes: 1 addition & 1 deletion packages/valaxy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "valaxy",
"type": "module",
"version": "0.22.11",
"version": "0.22.12",
"description": "📄 Vite & Vue powered static blog generator.",
"author": {
"email": "me@yunyoujun.cn",
Expand Down

1 comment on commit cdea70a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://yun.valaxy.site as production
🚀 Deployed on https://67bc8390b0fccf3ffdf0bf81--valaxy.netlify.app

Please sign in to comment.