Skip to content

Commit

Permalink
10.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed May 26, 2024
1 parent 5f5d2e7 commit 23d312c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,11 @@ If you have a bug to report, please reproduce the bug in [CodeSandbox](https://c

## Changelog

#### v10.4.11

- Upgrade `re-resizable` to `6.9.17`
- Fixes #942, define callback refs inline to work with latest versions of Next.js / React.

#### v10.4.10

- Upgrade `re-resizable` to `6.9.14`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-rnd",
"version": "10.4.10",
"version": "10.4.11",
"description": "A draggable and resizable React Component",
"title": "react-rnd",
"main": "./lib/index.es5.js",
Expand Down Expand Up @@ -98,7 +98,7 @@
"fixture": "./fixture.html"
},
"dependencies": {
"re-resizable": "6.9.14",
"re-resizable": "6.9.17",
"react-draggable": "4.4.6",
"tslib": "2.6.2"
},
Expand Down
9 changes: 5 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23d312c

Please sign in to comment.