Skip to content

Commit

Permalink
release: v0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Feb 3, 2024
1 parent 0ca8f97 commit 6206e2f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.17.3",
"version": "0.17.4",
"private": true,
"packageManager": "pnpm@8.15.1",
"description": "📄 Vite & Vue powered static blog generator.",
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.17.3",
"version": "0.17.4",
"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.17.3",
"valaxy-theme-yun": "0.17.3"
"valaxy": "0.17.4",
"valaxy-theme-yun": "0.17.4"
},
"devDependencies": {
"typescript": "^5.3.3"
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.17.3",
"version": "0.17.4",
"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,6 +1,6 @@
{
"name": "valaxy-theme-yun",
"version": "0.17.3",
"version": "0.17.4",
"author": {
"email": "me@yunyoujun.cn",
"name": "YunYouJun",
Expand Down
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.17.3",
"version": "0.17.4",
"description": "📄 Vite & Vue powered static blog generator.",
"author": {
"email": "me@yunyoujun.cn",
Expand Down

1 comment on commit 6206e2f

@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://65be8b2b5c84e5c3320451c7--valaxy.netlify.app

Please sign in to comment.