Skip to content

Commit ede8a9d

Browse files
committed
Update document text and version number
1 parent 065dfbe commit ede8a9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/src/data/documentation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ const controlledMenu = {
633633
<p>Event object properties:</p>
634634
<ul>
635635
<li><code>reason: string</code> The reason that causes the close event.
636-
Can be 'click', 'cancel', or 'blur'.</li>
636+
Can be 'click', 'cancel', 'blur', or 'resize'.</li>
637637
<li><code>key: string</code> indicates the key if event is triggered by keyboard.
638638
Can be {ENTER_KEY}, {SPACE_KEY} or {ESC_KEY}.</li>
639639
</ul>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@szhsin/react-menu",
3-
"version": "0.10.7",
3+
"version": "0.10.8",
44
"description": "React menu components",
55
"author": "Zheng Song",
66
"license": "MIT",
@@ -13,7 +13,7 @@
1313
},
1414
"scripts": {
1515
"build": "microbundle-crl --no-compress --format modern,cjs --css-modules false --sourcemap false",
16-
"start": "microbundle-crl watch --no-compress --format modern,cjs --css-modules false",
16+
"start": "microbundle-crl watch --no-compress --format modern,cjs --css-modules false --sourcemap false",
1717
"prepare": "run-s build",
1818
"test": "run-s test:unit test:lint test:build",
1919
"test:build": "run-s build",

0 commit comments

Comments
 (0)