Skip to content

Commit fec7303

Browse files
authored
Pub 10.5.3 (#982)
* chore: 10.5.3 * chore: update readme
1 parent 2701f43 commit fec7303

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

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

511511
## Changelog
512512

513+
#### v10.5.3
514+
515+
- Upgrade `react-draggable` to `4.5.0`
516+
- prevent default behavior in drag and resize events #973
517+
518+
#### v10.5.2
519+
520+
- Upgrade `re-resizable` to `6.11.2`
521+
513522
#### v10.5.1
514523

515524
- Upgrade `re-resizable` to `6.11.0`

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-rnd",
3-
"version": "10.5.2",
3+
"version": "10.5.3",
44
"description": "A draggable and resizable React Component",
55
"title": "react-rnd",
66
"main": "./lib/index.es5.js",
@@ -105,5 +105,6 @@
105105
"peerDependencies": {
106106
"react": ">=16.3.0",
107107
"react-dom": ">=16.3.0"
108-
}
108+
},
109+
"packageManager": "pnpm@10.26.2+sha512.0e308ff2005fc7410366f154f625f6631ab2b16b1d2e70238444dd6ae9d630a8482d92a451144debc492416896ed16f7b114a86ec68b8404b2443869e68ffda6"
109110
}

0 commit comments

Comments
 (0)