Skip to content

Commit

Permalink
release v4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Sep 27, 2023
1 parent e543a23 commit 2c3aa84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 4.4.6 (Sep 27, 2023)

- Fix: state inconsistency in React 18 #699
- Internal: devDependencies updates

### 4.4.5 (Apr 26, 2022)

- Fix: `grid` prop unused in `handleDragStop` #621
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-draggable",
"version": "4.4.5",
"version": "4.4.6",
"description": "React draggable component",
"main": "build/cjs/cjs.js",
"unpkg": "build/web/react-draggable.min.js",
Expand Down Expand Up @@ -100,4 +100,4 @@
"react": ">= 16.3.0",
"react-dom": ">= 16.3.0"
}
}
}

0 comments on commit 2c3aa84

Please sign in to comment.