@scaleflex/widget-core 4.6.0 → 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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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-core
9
+
10
+
11
+
12
+
13
+
6
14
  # [4.6.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.5.4...v4.6.0) (2025-12-03)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scaleflex/widget-core",
3
3
  "description": "Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, Box, One Drive, S3 and more.",
4
- "version": "4.6.0",
4
+ "version": "4.6.1",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
7
7
  "style": "dist/style.min.css",
@@ -18,7 +18,7 @@
18
18
  "@reduxjs/toolkit": "^1.9.5",
19
19
  "@scaleflex/icons": "^3.0.0-beta.11",
20
20
  "@scaleflex/ui": "^3.0.0-beta.11",
21
- "@scaleflex/widget-utils": "^4.6.0",
21
+ "@scaleflex/widget-utils": "^4.6.1",
22
22
  "@transloadit/prettier-bytes": "0.1.0",
23
23
  "cuid": "^3.0.0",
24
24
  "lodash.throttle": "^4.1.1",
@@ -34,5 +34,5 @@
34
34
  "react": ">=19.0.0",
35
35
  "react-dom": ">=19.0.0"
36
36
  },
37
- "gitHead": "8a86d7a049cd385ef0f0765550691bb5738426d6"
37
+ "gitHead": "48403bdcbff9936529404606711831a93ce4b348"
38
38
  }