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", "name": "@opentiny/vue-docs",
"version": "2.2.8", "version": "2.2.10",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"start": "vite", "start": "vite",

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "@opentiny/vue-common", "name": "@opentiny/vue-common",
"private": true, "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.", "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", "homepage": "https://opentiny.design/tiny-vue",
"keywords": [ "keywords": [
@ -38,4 +38,4 @@
"build": "pnpm -w build:ui $npm_package_name", "build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build" "//postversion": "pnpm build"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "@opentiny/vue-icon-saas", "name": "@opentiny/vue-icon-saas",
"private": true, "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.", "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", "homepage": "https://opentiny.design/tiny-vue",
"main": "index.ts", "main": "index.ts",
@ -39,4 +39,4 @@
"build": "pnpm -w build:ui $npm_package_name", "build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build" "//postversion": "pnpm build"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "@opentiny/vue-icon", "name": "@opentiny/vue-icon",
"private": true, "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.", "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", "homepage": "https://opentiny.design/tiny-vue",
"main": "index.ts", "main": "index.ts",
@ -39,4 +39,4 @@
"build": "pnpm -w build:ui $npm_package_name", "build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build" "//postversion": "pnpm build"
} }
} }

View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "@opentiny/vue", "name": "@opentiny/vue",
"private": true, "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.", "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", "homepage": "https://opentiny.design/tiny-vue",
"keywords": [ "keywords": [
@ -265,4 +265,4 @@
"build": "pnpm -w build:ui", "build": "pnpm -w build:ui",
"postversion": "pnpm build" "postversion": "pnpm build"
} }
} }