react-dropzone 14.4.0 → 14.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.releaserc.json CHANGED
@@ -9,7 +9,6 @@
9
9
  {
10
10
  "npmPublish": true,
11
11
  "pkgRoot": ".",
12
- "tarballDir": "dist",
13
12
  "provenance": true
14
13
  }
15
14
  ],
@@ -18,7 +17,7 @@
18
17
  {
19
18
  "assets": [
20
19
  {
21
- "path": "dist/*.tgz",
20
+ "path": "*.tgz",
22
21
  "label": "Distribution"
23
22
  }
24
23
  ]
package/CHANGELOG.md CHANGED
@@ -1,12 +1,6 @@
1
- # [14.4.0](https://github.com/react-dropzone/react-dropzone/compare/v14.3.8...v14.4.0) (2026-01-29)
1
+ ## [14.4.1](https://github.com/react-dropzone/react-dropzone/compare/v14.4.0...v14.4.1) (2026-02-10)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * accept files with empty type during drag events ([eaa8ba5](https://github.com/react-dropzone/react-dropzone/commit/eaa8ba54963480afbba50415b1dd792514fefac1))
7
- * correct dragLeave filter logic and add dragend test ([273aff4](https://github.com/react-dropzone/react-dropzone/commit/273aff4a151aba05ddd473cbc49dc3db59132f2f))
8
-
9
-
10
- ### Features
11
-
12
- * add isDragGlobal state for document-level drag detection ([f0874b0](https://github.com/react-dropzone/react-dropzone/commit/f0874b0ad8e94dbf662b16bc82d0aa2b082ec8ee))
6
+ * prevent tarball from being included in published package ([7919a23](https://github.com/react-dropzone/react-dropzone/commit/7919a235412ee5a224e76b9e9bef25fdb5e8ff0b))
package/package.json CHANGED
@@ -197,7 +197,7 @@
197
197
  "webpack-blocks": "^2.1.0"
198
198
  },
199
199
  "typings": "typings/react-dropzone.d.ts",
200
- "version": "14.4.0",
200
+ "version": "14.4.1",
201
201
  "engines": {
202
202
  "node": ">= 10.13"
203
203
  },
Binary file