@gradio/model3d 0.4.9 → 0.4.11
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 +20 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,10 +1,28 @@
|
|
1
1
|
# @gradio/model3d
|
2
2
|
|
3
|
+
## 0.4.11
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]:
|
8
|
+
- @gradio/client@0.9.3
|
9
|
+
- @gradio/statustracker@0.4.3
|
10
|
+
- @gradio/atoms@0.4.1
|
11
|
+
- @gradio/upload@0.5.6
|
12
|
+
|
13
|
+
## 0.4.10
|
14
|
+
|
15
|
+
### Patch Changes
|
16
|
+
|
17
|
+
- Updated dependencies [[`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4)]:
|
18
|
+
- @gradio/client@0.9.2
|
19
|
+
- @gradio/upload@0.5.5
|
20
|
+
|
3
21
|
## 0.4.9
|
4
22
|
|
5
23
|
### Fixes
|
6
24
|
|
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.
|
25
|
+
- [#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
26
|
|
9
27
|
## 0.4.8
|
10
28
|
|
@@ -222,4 +240,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
222
240
|
|
223
241
|
- Updated dependencies []:
|
224
242
|
- @gradio/atoms@0.0.2
|
225
|
-
- @gradio/upload@0.0.2
|
243
|
+
- @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.11",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
@@ -10,12 +10,12 @@
|
|
10
10
|
"@types/babylon": "^6.16.6",
|
11
11
|
"babylonjs": "^4.2.1",
|
12
12
|
"babylonjs-loaders": "^4.2.1",
|
13
|
-
"@gradio/atoms": "^0.4.
|
14
|
-
"@gradio/client": "^0.9.1",
|
15
|
-
"@gradio/statustracker": "^0.4.2",
|
13
|
+
"@gradio/atoms": "^0.4.1",
|
16
14
|
"@gradio/icons": "^0.3.2",
|
17
|
-
"@gradio/
|
18
|
-
"@gradio/
|
15
|
+
"@gradio/client": "^0.9.3",
|
16
|
+
"@gradio/statustracker": "^0.4.3",
|
17
|
+
"@gradio/utils": "^0.2.0",
|
18
|
+
"@gradio/upload": "^0.5.6"
|
19
19
|
},
|
20
20
|
"main_changeset": true,
|
21
21
|
"main": "./Index.svelte",
|