Skip to content

Commit da1962b

Browse files
committed
build(runtime): fix runtime build error and remove useless svg-icon component
1 parent 9776a74 commit da1962b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/vue-runtime/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-runtime",
33
"type": "module",
4-
"version": "3.18.0-beta.1",
4+
"version": "3.18.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/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,4 +275,4 @@
275275
"build": "pnpm -w build:ui",
276276
"postversion": "pnpm build"
277277
}
278-
}
278+
}

0 commit comments

Comments
 (0)