mirror of https://github.com/YunYouJun/valaxy
release: v0.13.6
This commit is contained in:
parent
1bf4ca63ee
commit
29ff50e9a8
|
@ -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>',
|
||||
},
|
||||
|
|
|
@ -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.",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "valaxy-theme-yun",
|
||||
"version": "0.13.5",
|
||||
"version": "0.13.6",
|
||||
"author": {
|
||||
"email": "me@yunyoujun.cn",
|
||||
"name": "YunYouJun",
|
||||
|
|
|
@ -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',
|
||||
],
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue