Skip to content

Commit c7d87c3

Browse files
committed
release v4.4.1
1 parent fa030e2 commit c7d87c3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
### 4.4.1 (May 12, 2020)
4+
5+
- Fix: Remove "module" definition in package.json
6+
- Giving up on this: there isn't a great reason to publish modules
7+
here as they won't be significantly tree-shook, and it bloats
8+
the published package.
9+
- Fixes incompatiblity in 4.4.0 with webpack, where webpack is now
10+
selecting "module" because "browser" is no longer present.
11+
312
### 4.4.0 (May 12, 2020)
413

514
- Add `nodeRef`:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "React draggable component",
55
"main": "build/cjs/cjs.js",
66
"module": "build/module/Draggable.js",

0 commit comments

Comments
 (0)