Skip to content

Commit

Permalink
release: v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Oct 10, 2024
1 parent 5a4aa9a commit 083bd1a
Show file tree
Hide file tree
Showing 9 changed files with 161 additions and 283 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@valaxyjs/monorepo",
"type": "module",
"version": "0.20.0-beta.5",
"version": "0.20.0",
"private": true,
"packageManager": "[email protected]",
"description": "📄 Vite & Vue powered static blog generator.",
Expand Down Expand Up @@ -90,7 +90,7 @@
"@types/node": "^22.7.5",
"@types/prompts": "^2.4.9",
"@types/resolve": "^1.20.6",
"bumpp": "^9.6.1",
"bumpp": "^9.7.1",
"cross-env": "^7.0.3",
"decap-cms-app": "^3.3.3",
"eslint": "^9.12.0",
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.20.0-beta.5",
"version": "0.20.0",
"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.20.0-beta.5",
"version": "0.20.0",
"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.20.0-beta.5",
"valaxy-theme-yun": "0.20.0-beta.5"
"valaxy": "0.20.0",
"valaxy-theme-yun": "0.20.0"
},
"devDependencies": {
"typescript": "^5.6.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.20.0-beta.5",
"version": "0.20.0",
"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.20.0-beta.5",
"version": "0.20.0",
"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,7 +1,7 @@
{
"name": "valaxy-theme-yun",
"type": "module",
"version": "0.20.0-beta.14",
"version": "0.20.0",
"author": {
"email": "[email protected]",
"name": "YunYouJun",
Expand Down
6 changes: 3 additions & 3 deletions packages/valaxy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "valaxy",
"type": "module",
"version": "0.20.0-beta.5",
"version": "0.20.0",
"description": "📄 Vite & Vue powered static blog generator.",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"consola": "^3.2.3",
"critters": "^0.0.24",
"critters": "^0.0.25",
"cross-spawn": "^7.0.3",
"css-i18n": "^0.0.5",
"date-fns": "^4.1.0",
Expand Down Expand Up @@ -158,7 +158,7 @@
"@types/qrcode": "^1.5.5",
"@types/yargs": "^17.0.33",
"diacritics": "^1.3.0",
"gh-pages": "^6.1.1",
"gh-pages": "^6.2.0",
"https-localhost": "^4.7.1",
"rollup-plugin-visualizer": "^5.12.0"
}
Expand Down
Loading

1 comment on commit 083bd1a

@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://670866916e59b6a7aa1e4b06--valaxy.netlify.app

Please sign in to comment.