Skip to content

Commit

Permalink
release: v0.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Jul 26, 2024
1 parent 837ecb3 commit 58cf2ed
Show file tree
Hide file tree
Showing 9 changed files with 576 additions and 793 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.19.4",
"version": "0.19.5",
"private": true,
"packageManager": "[email protected]",
"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.19.4",
"version": "0.19.5",
"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.19.4",
"version": "0.19.5",
"description": "Create Starter Template for Valaxy",
"author": {
"email": "[email protected]",
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.19.4",
"valaxy-theme-yun": "0.19.4"
"valaxy": "0.19.5",
"valaxy-theme-yun": "0.19.5"
},
"devDependencies": {
"typescript": "^5.5.4"
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.19.4",
"version": "0.19.5",
"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.19.4",
"version": "0.19.5",
"description": "Docs Theme for Valaxy",
"author": {
"email": "[email protected]",
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.19.4",
"version": "0.19.5",
"author": {
"email": "[email protected]",
"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.19.4",
"version": "0.19.5",
"description": "📄 Vite & Vue powered static blog generator.",
"author": {
"email": "[email protected]",
Expand Down
1,351 changes: 567 additions & 784 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 comment on commit 58cf2ed

@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://66a3eadc0aed3b36ff86f649--valaxy.netlify.app

Please sign in to comment.