We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fde2e4 commit 222e873Copy full SHA for 222e873
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
-### 1.10.0 (Nov 25, 2019)
+### 1.10.1 (Nov 25, 2019)
4
+
5
+> Note: 1.10.0 was a mis-publish.
6
7
- Feat: Add `transformScale` prop [#115](https://github.com/STRML/react-resizable/pull/115)
8
- Bugfix: Resolve `getDerivedStateFromProps` dev warning [#117](https://github.com/STRML/react-resizable/pull/117)
package.json
@@ -1,6 +1,6 @@
{
"name": "react-resizable",
- "version": "1.9.0",
+ "version": "1.10.1",
"description": "A component that is resizable with handles.",
"main": "index.js",
"scripts": {
0 commit comments