@gradio/model3d 0.4.8 → 0.4.9
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/CHANGELOG.md +7 -1
- package/package.json +4 -4
- package/shared/Model3DUpload.svelte +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# @gradio/model3d
|
2
2
|
|
3
|
+
## 0.4.9
|
4
|
+
|
5
|
+
### Fixes
|
6
|
+
|
7
|
+
- [#6525](https://github.com/gradio-app/gradio/pull/6525) [`5d51fbc`](https://github.com/gradio-app/gradio/commit/5d51fbce7826da840a2fd4940feb5d9ad6f1bc5a) - Fixes Drag and Drop for Upload. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
|
8
|
+
|
3
9
|
## 0.4.8
|
4
10
|
|
5
11
|
### Patch Changes
|
@@ -216,4 +222,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
216
222
|
|
217
223
|
- Updated dependencies []:
|
218
224
|
- @gradio/atoms@0.0.2
|
219
|
-
- @gradio/upload@0.0.2
|
225
|
+
- @gradio/upload@0.0.2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/model3d",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.9",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
@@ -10,11 +10,11 @@
|
|
10
10
|
"@types/babylon": "^6.16.6",
|
11
11
|
"babylonjs": "^4.2.1",
|
12
12
|
"babylonjs-loaders": "^4.2.1",
|
13
|
-
"@gradio/client": "^0.9.0",
|
14
|
-
"@gradio/statustracker": "^0.4.2",
|
15
|
-
"@gradio/upload": "^0.5.3",
|
16
13
|
"@gradio/atoms": "^0.4.0",
|
14
|
+
"@gradio/client": "^0.9.1",
|
15
|
+
"@gradio/statustracker": "^0.4.2",
|
17
16
|
"@gradio/icons": "^0.3.2",
|
17
|
+
"@gradio/upload": "^0.5.4",
|
18
18
|
"@gradio/utils": "^0.2.0"
|
19
19
|
},
|
20
20
|
"main_changeset": true,
|