Skip to content

Commit ec47e8f

Browse files
authored
10.4.7 (#933)
* 10.4.7 * 10.4.7
1 parent 573e591 commit ec47e8f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,10 @@ If you have a bug to report, please reproduce the bug in [CodeSandbox](https://c
510510

511511
## Changelog
512512

513+
#### v10.4.7
514+
515+
- Fixed a bug, `maxHeight` does not work with `%` #914
516+
513517
#### v10.4.6
514518

515519
- Upgrade `re-resizable` to `6.9.11`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-rnd",
3-
"version": "10.4.6",
3+
"version": "10.4.7",
44
"description": "A draggable and resizable React Component",
55
"title": "react-rnd",
66
"main": "./lib/index.es5.js",
@@ -24,7 +24,7 @@
2424
"test": "cross-env NODE_ENV='test' npm run tsc && avaron lib/index.test.js --renderer",
2525
"copy:flow": "cpy src/index.js.flow lib && cpy src/index.js.flow lib --rename index.es5.js.flow",
2626
"test:ci": "npm run flow && npm run build",
27-
"prepublish": "npm run build",
27+
"prepare": "npm run build",
2828
"storybook": "start-storybook -p 6016",
2929
"build-storybook": "build-storybook -o docs/stories",
3030
"deploy": "npm run build-storybook && gh-pages -d docs"

0 commit comments

Comments
 (0)