Skip to content

Commit 2c3aa84

Browse files
committed
release v4.4.6
1 parent e543a23 commit 2c3aa84

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### 4.4.6 (Sep 27, 2023)
4+
5+
- Fix: state inconsistency in React 18 #699
6+
- Internal: devDependencies updates
7+
38
### 4.4.5 (Apr 26, 2022)
49

510
- Fix: `grid` prop unused in `handleDragStop` #621

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "4.4.5",
3+
"version": "4.4.6",
44
"description": "React draggable component",
55
"main": "build/cjs/cjs.js",
66
"unpkg": "build/web/react-draggable.min.js",
@@ -100,4 +100,4 @@
100100
"react": ">= 16.3.0",
101101
"react-dom": ">= 16.3.0"
102102
}
103-
}
103+
}

0 commit comments

Comments
 (0)