@gradio/model3d 0.4.13 → 0.4.14

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 +9 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,10 +1,17 @@
1
1
  # @gradio/model3d
2
2
 
3
+ ## 0.4.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a), [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0)]:
8
+ - @gradio/upload@0.6.0
9
+
3
10
  ## 0.4.13
4
11
 
5
12
  ### Fixes
6
13
 
7
- - [#6871](https://github.com/gradio-app/gradio/pull/6871) [`d361a0f`](https://github.com/gradio-app/gradio/commit/d361a0f179752d9e849ec420fc67c8b4060fc154) - Ensure camera settings only update when necessary in Model3D. Thanks [@hannahblair](https://github.com/hannahblair)!
14
+ - [#6871](https://github.com/gradio-app/gradio/pull/6871) [`d361a0f`](https://github.com/gradio-app/gradio/commit/d361a0f179752d9e849ec420fc67c8b4060fc154) - Ensure camera settings only update when necessary in Model3D. Thanks [@hannahblair](https://github.com/hannahblair)!
8
15
 
9
16
  ## 0.4.12
10
17
 
@@ -254,4 +261,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
254
261
 
255
262
  - Updated dependencies []:
256
263
  - @gradio/atoms@0.0.2
257
- - @gradio/upload@0.0.2
264
+ - @gradio/upload@0.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/model3d",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -13,9 +13,9 @@
13
13
  "dequal": "^2.0.2",
14
14
  "@gradio/atoms": "^0.4.1",
15
15
  "@gradio/client": "^0.10.0",
16
- "@gradio/icons": "^0.3.2",
17
16
  "@gradio/statustracker": "^0.4.3",
18
- "@gradio/upload": "^0.5.8",
17
+ "@gradio/icons": "^0.3.2",
18
+ "@gradio/upload": "^0.6.0",
19
19
  "@gradio/utils": "^0.2.0"
20
20
  },
21
21
  "main_changeset": true,