create-valaxy 0.14.21 → 0.14.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-valaxy",
3
- "version": "0.14.21",
3
+ "version": "0.14.22",
4
4
  "description": "Create Starter Template for Valaxy",
5
5
  "author": {
6
6
  "email": "me@yunyoujun.cn",
@@ -6,6 +6,8 @@ on:
6
6
  # The branch where the project source code resides
7
7
  # 项目源代码所在的分支
8
8
  - main
9
+ - master
10
+ - valaxy
9
11
 
10
12
  jobs:
11
13
  build:
@@ -4,7 +4,7 @@
4
4
  "antfu.unocss",
5
5
  "csstools.postcss",
6
6
  "dbaeumer.vscode-eslint",
7
- "johnsoncodehk.volar",
7
+ "vue.volar",
8
8
  "lokalise.i18n-ally"
9
9
  ]
10
10
  }
@@ -11,8 +11,8 @@
11
11
  "serve": "vite preview"
12
12
  },
13
13
  "dependencies": {
14
- "valaxy": "0.14.21",
15
- "valaxy-theme-yun": "0.14.21"
14
+ "valaxy": "0.14.22",
15
+ "valaxy-theme-yun": "0.14.22"
16
16
  },
17
17
  "devDependencies": {
18
18
  "typescript": "^4.8.4"