Skip to content

Commit 2fb3046

Browse files
committed
Bumped version and updated change history
1 parent 48aa3c4 commit 2fb3046

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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.24",
3+
"version": "0.1.25",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ import { CommonHeader } from "../Utils";
77

88
## Change history
99

10+
### 0.1.25
11+
12+
- Added storybook docs. View with `npm run storybook`.
13+
- Remove old demo/next js projects
14+
- Refactored file locations
15+
- Refactored resize/drag logic
16+
- Added prettier to project
17+
1018
### 0.1.24
1119

1220
- Fixed NPM readme

0 commit comments

Comments
 (0)