There was an error while loading. Please reload this page.
1 parent cc162ec commit f9f78b7Copy full SHA for f9f78b7
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vant",
3
- "version": "2.2.6",
+ "version": "2.2.7",
4
"description": "Mobile UI Components built on Vue",
5
"main": "lib/index.js",
6
"module": "es/index.js",
src/index.ts
@@ -1,4 +1,4 @@
-// This file is auto gererated by build/build-entry.js
+// This file is auto generated by build/build-entry.js
import { VueConstructor } from 'vue/types';
import ActionSheet from './action-sheet';
import AddressEdit from './address-edit';
@@ -89,7 +89,7 @@ declare global {
89
}
90
91
92
-const version = '2.2.6';
+const version = '2.2.7';
93
const components = [
94
ActionSheet,
95
AddressEdit,
0 commit comments