@gradio/model3d 0.4.3 → 0.4.4
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 +12 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,10 +1,20 @@
|
|
1
1
|
# @gradio/model3d
|
2
2
|
|
3
|
+
## 0.4.4
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`2f805a7dd`](https://github.com/gradio-app/gradio/commit/2f805a7dd3d2b64b098f659dadd5d01258290521), [`f816136a0`](https://github.com/gradio-app/gradio/commit/f816136a039fa6011be9c4fb14f573e4050a681a)]:
|
8
|
+
- @gradio/upload@0.4.2
|
9
|
+
- @gradio/atoms@0.2.2
|
10
|
+
- @gradio/icons@0.2.1
|
11
|
+
- @gradio/statustracker@0.3.2
|
12
|
+
|
3
13
|
## 0.4.3
|
4
14
|
|
5
15
|
### Fixes
|
6
16
|
|
7
|
-
- [#6414](https://github.com/gradio-app/gradio/pull/6414) [`da1e31832`](https://github.com/gradio-app/gradio/commit/da1e31832f85ec76540e474ae35badfde8a18b6f) - Fix Model3D download button and other issues.
|
17
|
+
- [#6414](https://github.com/gradio-app/gradio/pull/6414) [`da1e31832`](https://github.com/gradio-app/gradio/commit/da1e31832f85ec76540e474ae35badfde8a18b6f) - Fix Model3D download button and other issues. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
|
8
18
|
|
9
19
|
## 0.4.2
|
10
20
|
|
@@ -167,4 +177,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
167
177
|
|
168
178
|
- Updated dependencies []:
|
169
179
|
- @gradio/atoms@0.0.2
|
170
|
-
- @gradio/upload@0.0.2
|
180
|
+
- @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.4",
|
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.2.
|
14
|
-
"@gradio/icons": "^0.2.0",
|
15
|
-
"@gradio/statustracker": "^0.3.1",
|
13
|
+
"@gradio/atoms": "^0.2.2",
|
16
14
|
"@gradio/client": "^0.8.1",
|
17
|
-
"@gradio/
|
18
|
-
"@gradio/
|
15
|
+
"@gradio/icons": "^0.2.1",
|
16
|
+
"@gradio/statustracker": "^0.3.2",
|
17
|
+
"@gradio/upload": "^0.4.2",
|
18
|
+
"@gradio/utils": "^0.2.0"
|
19
19
|
},
|
20
20
|
"main_changeset": true,
|
21
21
|
"main": "./Index.svelte",
|