@gradio/model3d 0.4.9 → 0.4.10

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 +10 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,10 +1,18 @@
1
1
  # @gradio/model3d
2
2
 
3
+ ## 0.4.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4)]:
8
+ - @gradio/client@0.9.2
9
+ - @gradio/upload@0.5.5
10
+
3
11
  ## 0.4.9
4
12
 
5
13
  ### Fixes
6
14
 
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)!
15
+ - [#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
16
 
9
17
  ## 0.4.8
10
18
 
@@ -222,4 +230,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
222
230
 
223
231
  - Updated dependencies []:
224
232
  - @gradio/atoms@0.0.2
225
- - @gradio/upload@0.0.2
233
+ - @gradio/upload@0.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/model3d",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -11,10 +11,10 @@
11
11
  "babylonjs": "^4.2.1",
12
12
  "babylonjs-loaders": "^4.2.1",
13
13
  "@gradio/atoms": "^0.4.0",
14
- "@gradio/client": "^0.9.1",
15
- "@gradio/statustracker": "^0.4.2",
14
+ "@gradio/client": "^0.9.2",
16
15
  "@gradio/icons": "^0.3.2",
17
- "@gradio/upload": "^0.5.4",
16
+ "@gradio/statustracker": "^0.4.2",
17
+ "@gradio/upload": "^0.5.5",
18
18
  "@gradio/utils": "^0.2.0"
19
19
  },
20
20
  "main_changeset": true,