Skip to content

Commit ccdd1f2

Browse files
authored
fix(vue): batch update version to 3.26 (#3684)
1 parent 9e21813 commit ccdd1f2

File tree

243 files changed

+256
-256
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

+256
-256
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.25.0",
4+
"version": "3.26.0",
55
"license": "MIT",
66
"scripts": {
77
"start": "vite",

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",
3-
"version": "3.25.0",
3+
"version": "3.26.0",
44
"private": true,
55
"packageManager": "[email protected]",
66
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",

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

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.25.0",
3+
"version": "3.26.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.25.0",
3+
"version": "3.26.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.25.1",
3+
"version": "3.26.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.25.0",
3+
"version": "3.26.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
"homepage": "https://opentiny.design/tiny-vue",
66
"main": "index.css",

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.25.0",
4+
"version": "3.26.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.25.0",
4+
"version": "3.26.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.25.0",
4+
"version": "3.26.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)