Skip to content

Commit 1d0a273

Browse files
committed
release 4.0.0-rc.1
1 parent c9f0841 commit 1d0a273

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "4.0.0-beta.4",
3+
"version": "4.0.0-rc.1",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"importsNotUsedAsValues": "preserve",
2424
"stripInternal": true
2525
},
26-
"exclude": ["node_modules", "lib", "es", "dist", "scripts", "**/__tests__/**/*"]
26+
"exclude": ["node_modules", "lib", "es", "dist", "scripts", "**/__tests__/**/*", "site/dist"]
2727
}

typings/global.d.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ declare module 'vue' {
1919

2020
AAvatarGroup: typeof import('ant-design-vue')['AvatarGroup'];
2121

22-
ABackTop: typeof import('ant-design-vue')['BackTop'];
23-
2422
ABadge: typeof import('ant-design-vue')['Badge'];
2523

2624
ABadgeRibbon: typeof import('ant-design-vue')['BadgeRibbon'];
@@ -258,6 +256,14 @@ declare module 'vue' {
258256
AQRCode: typeof import('ant-design-vue')['QRCode'];
259257

260258
ATour: typeof import('ant-design-vue')['Tour'];
259+
260+
AFloatButton: typeof import('ant-design-vue')['FloatButton'];
261+
262+
AFloatButtonGroup: typeof import('ant-design-vue')['FloatButtonGroup'];
263+
264+
ABackTop: typeof import('ant-design-vue')['BackTop'];
265+
266+
AWatermark: typeof import('ant-design-vue')['Watermark'];
261267
}
262268
}
263269
export {};

0 commit comments

Comments
 (0)