@scaleflex/widget-attach-dnd 4.5.4 → 4.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.6.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.6.0...v4.6.1) (2025-12-08)
7
+
8
+ **Note:** Version bump only for package @scaleflex/widget-attach-dnd
9
+
10
+
11
+
12
+
13
+
14
+ # [4.6.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.5.4...v4.6.0) (2025-12-03)
15
+
16
+ **Note:** Version bump only for package @scaleflex/widget-attach-dnd
17
+
18
+
19
+
20
+
21
+
6
22
  ## [4.5.4](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.5.3...v4.5.4) (2025-10-15)
7
23
 
8
24
  **Note:** Version bump only for package @scaleflex/widget-attach-dnd
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleflex/widget-attach-dnd",
3
- "version": "4.5.4",
3
+ "version": "4.6.1",
4
4
  "description": "Attaches drag & drop zone to the specified HTML target, so any file dropped in that target would be uploaded.",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -12,7 +12,7 @@
12
12
  "access": "public"
13
13
  },
14
14
  "dependencies": {
15
- "@scaleflex/widget-utils": "^4.5.4"
15
+ "@scaleflex/widget-utils": "^4.6.1"
16
16
  },
17
17
  "devDependencies": {
18
18
  "react": "^19.0.0",
@@ -25,5 +25,5 @@
25
25
  "react-dom": ">=19.0.0"
26
26
  },
27
27
  "license": "MIT",
28
- "gitHead": "96527744c61eeafcb9889aeccf3987f7765ddbe2"
28
+ "gitHead": "48403bdcbff9936529404606711831a93ce4b348"
29
29
  }