@gradio/model3d 0.4.3 → 0.4.5

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 +22 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,10 +1,30 @@
1
1
  # @gradio/model3d
2
2
 
3
+ ## 0.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`9caddc17b`](https://github.com/gradio-app/gradio/commit/9caddc17b1dea8da1af8ba724c6a5eab04ce0ed8)]:
8
+ - @gradio/atoms@0.3.0
9
+ - @gradio/icons@0.3.0
10
+ - @gradio/statustracker@0.4.0
11
+ - @gradio/upload@0.5.0
12
+
13
+ ## 0.4.4
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`2f805a7dd`](https://github.com/gradio-app/gradio/commit/2f805a7dd3d2b64b098f659dadd5d01258290521), [`f816136a0`](https://github.com/gradio-app/gradio/commit/f816136a039fa6011be9c4fb14f573e4050a681a)]:
18
+ - @gradio/upload@0.4.2
19
+ - @gradio/atoms@0.2.2
20
+ - @gradio/icons@0.2.1
21
+ - @gradio/statustracker@0.3.2
22
+
3
23
  ## 0.4.3
4
24
 
5
25
  ### Fixes
6
26
 
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. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
27
+ - [#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
28
 
9
29
  ## 0.4.2
10
30
 
@@ -167,4 +187,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
167
187
 
168
188
  - Updated dependencies []:
169
189
  - @gradio/atoms@0.0.2
170
- - @gradio/upload@0.0.2
190
+ - @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",
3
+ "version": "0.4.5",
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.1",
14
- "@gradio/icons": "^0.2.0",
15
- "@gradio/statustracker": "^0.3.1",
13
+ "@gradio/atoms": "^0.3.0",
16
14
  "@gradio/client": "^0.8.1",
15
+ "@gradio/icons": "^0.3.0",
16
+ "@gradio/upload": "^0.5.0",
17
17
  "@gradio/utils": "^0.2.0",
18
- "@gradio/upload": "^0.4.1"
18
+ "@gradio/statustracker": "^0.4.0"
19
19
  },
20
20
  "main_changeset": true,
21
21
  "main": "./Index.svelte",