Skip to content

Commit

Permalink
release v4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Apr 26, 2022
1 parent 5579f96 commit 44a8c6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 4.4.5 (Apr 26, 2022)

- Fix: `grid` prop unused in `handleDragStop` #621
- Fix: `children` prop missing in TypeScript definition #648
- Internal: Various devDep updates

### 4.4.4 (Aug 27, 2021)

- Fix: Ensure `documentElement.style` actually exists. Fixes crashes in some obscure environments. #574 #575
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.4",
"version": "4.4.5",
"description": "React draggable component",
"main": "build/cjs/cjs.js",
"unpkg": "build/web/react-draggable.min.js",
Expand Down Expand Up @@ -96,4 +96,4 @@
"react": ">= 16.3.0",
"react-dom": ">= 16.3.0"
}
}
}

0 comments on commit 44a8c6e

Please sign in to comment.