Skip to content

Commit

Permalink
release: v0.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Oct 11, 2023
1 parent 134641f commit f311f99
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 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.15.6",
"version": "0.15.7",
"private": true,
"packageManager": "[email protected]",
"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.15.6",
"version": "0.15.7",
"description": "Create Starter Template for Valaxy",
"author": {
"email": "[email protected]",
Expand Down
1 change: 0 additions & 1 deletion packages/create-valaxy/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable no-console */
import { init } from './valaxy'

init().catch((e) => {
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.15.6",
"valaxy-theme-yun": "0.15.6"
"valaxy": "0.15.7",
"valaxy-theme-yun": "0.15.7"
},
"devDependencies": {
"typescript": "^5.2.2"
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.15.6",
"version": "0.15.7",
"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.15.6",
"version": "0.15.7",
"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.15.6",
"version": "0.15.7",
"description": "📄 Vite & Vue powered static blog generator.",
"author": {
"email": "[email protected]",
Expand Down

2 comments on commit f311f99

@vercel
Copy link

@vercel vercel bot commented on f311f99 Oct 11, 2023

Choose a reason for hiding this comment

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

@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://652609b954a5626df2dd6dfe--valaxy.netlify.app

Please sign in to comment.