Skip to content

Commit 72c6858

Browse files
committed
fix: update version to 0.9.2 and add 'swipe' option to RawRuleProps
1 parent 6ec30d9 commit 72c6858

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gkd-kit/api",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "a typescript kit for gkd",
55
"type": "module",
66
"main": "./src/index.ts",

api/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ export interface RawRuleProps extends RawCommonProps {
510510
| 'longClick'
511511
| 'longClickNode'
512512
| 'longClickCenter'
513+
| 'swipe'
513514
| 'none';
514515

515516
/**

0 commit comments

Comments
 (0)