Skip to content

Commit 22d3dac

Browse files
committed
build: release 2.2.10
1 parent 9ac81d6 commit 22d3dac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vant",
3-
"version": "2.2.9",
3+
"version": "2.2.10",
44
"description": "Mobile UI Components built on Vue",
55
"main": "lib/index.js",
66
"module": "es/index.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ declare global {
8989
}
9090
}
9191

92-
const version = '2.2.9';
92+
const version = '2.2.10';
9393
const components = [
9494
ActionSheet,
9595
AddressEdit,

0 commit comments

Comments
 (0)