Skip to content

Commit 3865a3e

Browse files
committed
Bump version and updated change history
1 parent 16269d7 commit 3865a3e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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": "react-spaces",
3-
"version": "0.1.25",
3+
"version": "0.1.26",
44
"main": "dist/index.js",
55
"module": "dist/es/index.js",
66
"types": "dist/index.d.ts",

src/components/stories/00-docs/04-ChangeHistory.stories.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ import { CommonHeader } from "../Utils";
77

88
## Change history
99

10+
### 0.1.26
11+
12+
- Fix for broken onResizeStart and onResizeEnd events
13+
1014
### 0.1.25
1115

1216
- Added storybook docs. View with `npm run storybook`.

0 commit comments

Comments
 (0)