Skip to content

Commit 0569c9c

Browse files
authored
fix: update version (#38)
* fix: update version * fix: update preSite
1 parent a527d70 commit 0569c9c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opentiny/vue-mobile",
33
"type": "module",
4-
"version": "1.0.0-alpha.11.5",
4+
"version": "1.0.1",
55
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
66
"author": "OpenTiny Team",
77
"license": "MIT",

packages/theme-mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/vue-theme-mobile",
3-
"version": "1.0.0-alpha.11.5",
3+
"version": "1.0.1",
44
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
55
"homepage": "https://opentiny.design/tiny-vue",
66
"main": "index.css",

script/preSite.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ const newConfigJs = configJs
3434

3535
shell.ShellString(newConfigJs).to(file)
3636

37-
// const mobileVersion = 'latest'
38-
// const themeVersion = 'latest'
39-
const mobileVersion = '1.0.0-alpha.10'
40-
const themeVersion = '1.0.0-alpha.10'
37+
const mobileVersion = 'latest'
38+
const themeVersion = 'latest'
39+
// const mobileVersion = '1.0.0-alpha.10'
40+
// const themeVersion = '1.0.0-alpha.10'
4141

4242
if (mode === 'alpha') {
4343
const rootPkg = JSON.parse(shell.cat('package.json'))

0 commit comments

Comments
 (0)