@scaleflex/widget-webcam 4.0.5 → 4.0.6

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 +11 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.0.6](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.6) (2025-09-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update CodeSandbox links in HTML and README files to point to the new sandbox version for better user access ([cf4f794](https://code.scaleflex.cloud/scaleflex/widget/commits/cf4f7941cc3b79e5bb9ce604ff7a2f25665072a4))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [4.0.5](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.5) (2025-09-10)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@scaleflex/widget-webcam",
3
3
  "description": "Scaleflex plugin that takes photos or records videos using the device's camera.",
4
- "version": "4.0.5",
4
+ "version": "4.0.6",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
7
7
  "style": "dist/style.min.css",
8
8
  "types": "types/index.d.ts",
9
9
  "dependencies": {
10
- "@scaleflex/widget-common": "^4.0.5",
11
- "@scaleflex/widget-icons": "^4.0.5",
12
- "@scaleflex/widget-utils": "^4.0.5"
10
+ "@scaleflex/widget-common": "^4.0.6",
11
+ "@scaleflex/widget-icons": "^4.0.6",
12
+ "@scaleflex/widget-utils": "^4.0.6"
13
13
  },
14
14
  "devDependencies": {
15
15
  "react": "^19.0.0",
@@ -29,5 +29,5 @@
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
- "gitHead": "c95faef749de50d9c458d63a8b01da02efa268e2"
32
+ "gitHead": "17ad9b9abc2add9c8b52ab56e3a72108bee20a7a"
33
33
  }