Skip to content

Commit 412a75e

Browse files
authored
feat: update 3.27.0 version (#3798)
1 parent 519a2d5 commit 412a75e

File tree

243 files changed

+260
-260
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

243 files changed

+260
-260
lines changed

examples/sites/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-docs",
33
"type": "module",
4-
"version": "3.26.8",
4+
"version": "3.27.0",
55
"license": "MIT",
66
"scripts": {
77
"start": "vite",

examples/sites/playground/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import logoUrl from './assets/opentiny-logo.svg?url'
1111
import GitHub from './icons/Github.vue'
1212
import Share from './icons/Share.vue'
1313
14-
const VERSION = 'tiny-vue-version-3.26'
14+
const VERSION = 'tiny-vue-version-3.27'
1515
const NOTIFY_KEY = 'tiny-vue-playground-notify'
1616
const LAYOUT = 'playground-layout'
1717
const LAYOUT_REVERSE = 'playground-layout-reverse'
@@ -23,7 +23,7 @@ const isMobileFirst = tinyMode === 'mobile-first'
2323
const isSaas = tinyTheme === 'saas'
2424
const isPreview = searchObj.get('openMode') === 'preview' // 是否多端弹窗预览
2525
26-
const versions = ['3.26', '3.25', '3.24']
26+
const versions = ['3.27', '3.26', '3.25']
2727
const getVersion = () => {
2828
if (isPreview) {
2929
return versions[0]
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@opentiny/vue-design-aurora",
3-
"version": "3.26.0",
4-
"main": "index.ts",
5-
"sideEffects": false,
63
"type": "module",
4+
"version": "3.27.0",
5+
"license": "MIT",
6+
"sideEffects": false,
7+
"main": "index.ts",
78
"dependencies": {
89
"@opentiny/vue-icon": "workspace:~"
9-
},
10-
"license": "MIT"
10+
}
1111
}

packages/design/saas/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-design-saas",
3-
"version": "3.26.0",
3+
"version": "3.27.0",
44
"main": "index.ts",
55
"sideEffects": false,
66
"type": "module",

packages/design/smb/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-design-smb",
3-
"version": "3.26.0",
3+
"version": "3.27.0",
44
"main": "index.ts",
55
"sideEffects": false,
66
"dependencies": {

packages/renderless/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-renderless",
3-
"version": "3.26.0",
3+
"version": "3.27.0",
44
"private": true,
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",

packages/theme-saas/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-saas",
3-
"version": "3.26.2",
3+
"version": "3.27.0",
44
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
55
"author": "OpenTiny Team",
66
"license": "MIT",

packages/theme/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-theme",
33
"type": "module",
4-
"version": "3.26.0",
4+
"version": "3.27.0",
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/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opentiny/utils",
33
"type": "module",
4-
"version": "3.26.0",
4+
"version": "3.27.0",
55
"description": "nanoid console xss",
66
"author": "",
77
"license": "ISC",

packages/vue-common/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-common",
33
"type": "module",
4-
"version": "3.26.0",
4+
"version": "3.27.0",
55
"private": true,
66
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
77
"author": "OpenTiny Team",

0 commit comments

Comments
 (0)