Skip to content

Commit 7cd5b8f

Browse files
committed
0.1.7
1 parent fb3db47 commit 7cd5b8f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

demo/src/docs/VersionHistory.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ export const VersionHistory = () => {
55
<>
66
<h2 id="changes">Version history</h2>
77

8+
<div>
9+
<h3>0.1.7</h3>
10+
<ul>
11+
<li>Fixed positioning of resize handles within scrollable divs</li>
12+
</ul>
13+
</div>
814
<div>
915
<h3>0.1.6</h3>
1016
<ul>

react-spaces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-spaces",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"main": "dist/index.js",
55
"author": {
66
"name": "Allan Eagle"

0 commit comments

Comments
 (0)