Skip to content

Commit

Permalink
Update document text and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
szhsin committed Oct 15, 2020
1 parent 065dfbe commit ede8a9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/src/data/documentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ const controlledMenu = {
<p>Event object properties:</p>
<ul>
<li><code>reason: string</code> The reason that causes the close event.
Can be 'click', 'cancel', or 'blur'.</li>
Can be 'click', 'cancel', 'blur', or 'resize'.</li>
<li><code>key: string</code> indicates the key if event is triggered by keyboard.
Can be {ENTER_KEY}, {SPACE_KEY} or {ESC_KEY}.</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@szhsin/react-menu",
"version": "0.10.7",
"version": "0.10.8",
"description": "React menu components",
"author": "Zheng Song",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
},
"scripts": {
"build": "microbundle-crl --no-compress --format modern,cjs --css-modules false --sourcemap false",
"start": "microbundle-crl watch --no-compress --format modern,cjs --css-modules false",
"start": "microbundle-crl watch --no-compress --format modern,cjs --css-modules false --sourcemap false",
"prepare": "run-s build",
"test": "run-s test:unit test:lint test:build",
"test:build": "run-s build",
Expand Down

0 comments on commit ede8a9d

Please sign in to comment.