feat(versions): update versions

This commit is contained in:
zzcr 2024-01-07 00:47:37 -08:00
parent 635f940232
commit df8d54abbe
No known key found for this signature in database
GPG Key ID: F6C4DFD2EF53A673
9 changed files with 17 additions and 17 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-docs",
"version": "2.2.8",
"version": "2.2.10",
"license": "MIT",
"scripts": {
"start": "vite",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-design-aurora",
"version": "3.12.0",
"version": "3.13.0",
"main": "index.ts",
"sideEffects": false,
"type": "module",
@ -8,4 +8,4 @@
"@opentiny/vue-icon": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-design-saas",
"version": "3.12.0",
"version": "3.13.0",
"main": "index.ts",
"sideEffects": false,
"type": "module",
@ -8,4 +8,4 @@
"@opentiny/vue-icon": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-design-smb",
"version": "3.12.0",
"version": "3.13.0",
"sideEffects": false,
"type": "module",
"main": "index.ts",
@ -8,4 +8,4 @@
"@opentiny/vue-icon": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-common",
"private": true,
"version": "3.12.0",
"version": "3.13.0",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"homepage": "https://opentiny.design/tiny-vue",
"keywords": [
@ -38,4 +38,4 @@
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-icon-saas",
"private": true,
"version": "3.12.0",
"version": "3.13.0",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"homepage": "https://opentiny.design/tiny-vue",
"main": "index.ts",
@ -39,4 +39,4 @@
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-icon",
"private": true,
"version": "3.12.0",
"version": "3.13.0",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"homepage": "https://opentiny.design/tiny-vue",
"main": "index.ts",
@ -39,4 +39,4 @@
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-locale",
"private": true,
"version": "3.12.0",
"version": "3.13.0",
"description": "",
"main": "src/index.ts",
"license": "MIT",
@ -16,4 +16,4 @@
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@opentiny/vue",
"private": true,
"version": "3.12.0",
"version": "3.13.0",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"homepage": "https://opentiny.design/tiny-vue",
"keywords": [
@ -265,4 +265,4 @@
"build": "pnpm -w build:ui",
"postversion": "pnpm build"
}
}
}