release: v0.13.6

This commit is contained in:
YunYouJun 2023-01-26 01:00:34 +08:00
parent 1bf4ca63ee
commit 29ff50e9a8
7 changed files with 8 additions and 8 deletions

View File

@ -89,7 +89,7 @@ export default defineValaxyConfig<PressTheme.Config>({
],
footer: {
message: `Released under the MIT License. (${commitRef})`,
message: `Released under the MIT License. (<a href="https://github.com/YunYouJun/valaxy/commit/${commitRef}" target="_blank" alt=${commitRef}>${commitRef})</a>`,
copyright:
'Copyright © 2022-present <a href="https://github.com/YunYouJun" target="_blank">YunYouJun</a> & <a href="https://github.com/YunYouJun/valaxy/graphs/contributors" target="_blank">Valaxy Contributors</a>',
},

View File

@ -1,6 +1,6 @@
{
"name": "@valaxyjs/monorepo",
"version": "0.13.5",
"version": "0.13.6",
"private": true,
"packageManager": "pnpm@7.25.1",
"description": "📄 Vite & Vue powered static blog generator.",

View File

@ -1,6 +1,6 @@
{
"name": "create-valaxy",
"version": "0.13.5",
"version": "0.13.6",
"description": "Create Starter Template for Valaxy",
"author": {
"email": "me@yunyoujun.cn",

View File

@ -11,8 +11,8 @@
"serve": "vite preview"
},
"dependencies": {
"valaxy": "0.13.5",
"valaxy-theme-yun": "0.13.5"
"valaxy": "0.13.6",
"valaxy-theme-yun": "0.13.6"
},
"devDependencies": {
"typescript": "^4.8.4"

View File

@ -1,6 +1,6 @@
{
"name": "valaxy-theme-yun",
"version": "0.13.5",
"version": "0.13.6",
"author": {
"email": "me@yunyoujun.cn",
"name": "YunYouJun",

View File

@ -35,7 +35,7 @@ export default defineValaxyTheme<ThemeConfig>((options) => {
rollupOptions: {
// add on demand external
external: [
// 'valaxy-addon-algolia',
'valaxy-addon-algolia',
'valaxy-addon-twikoo',
'valaxy-addon-waline',
],

View File

@ -1,7 +1,7 @@
{
"name": "valaxy",
"type": "module",
"version": "0.13.5",
"version": "0.13.6",
"description": "📄 Vite & Vue powered static blog generator.",
"author": {
"email": "me@yunyoujun.cn",