@gradio/model3d 0.8.3 → 0.8.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 +16 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @gradio/model3d
2
2
 
3
+ ## 0.8.5
4
+
5
+ ### Dependency updates
6
+
7
+ - @gradio/upload@0.7.7
8
+ - @gradio/client@0.13.0
9
+ - @gradio/wasm@0.8.0
10
+
11
+ ## 0.8.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`8181695`](https://github.com/gradio-app/gradio/commit/8181695e70187e8bc2bf7518697098c8d1b9843d)]:
16
+ - @gradio/upload@0.7.6
17
+
3
18
  ## 0.8.3
4
19
 
5
20
  ### Patch Changes
@@ -322,4 +337,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
322
337
 
323
338
  - Updated dependencies []:
324
339
  - @gradio/atoms@0.0.2
325
- - @gradio/upload@0.0.2
340
+ - @gradio/upload@0.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/model3d",
3
- "version": "0.8.3",
3
+ "version": "0.8.5",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -13,12 +13,12 @@
13
13
  "dequal": "^2.0.2",
14
14
  "gsplat": "^1.0.5",
15
15
  "@gradio/atoms": "^0.5.3",
16
- "@gradio/client": "^0.12.2",
17
16
  "@gradio/icons": "^0.3.3",
18
17
  "@gradio/statustracker": "^0.4.8",
19
- "@gradio/utils": "^0.3.0",
20
- "@gradio/wasm": "^0.7.0",
21
- "@gradio/upload": "^0.7.5"
18
+ "@gradio/upload": "^0.7.7",
19
+ "@gradio/client": "^0.13.0",
20
+ "@gradio/wasm": "^0.8.0",
21
+ "@gradio/utils": "^0.3.0"
22
22
  },
23
23
  "main_changeset": true,
24
24
  "main": "./Index.svelte",