@gradio/model3d 0.4.13 → 0.4.15

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 +17 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,10 +1,25 @@
1
1
  # @gradio/model3d
2
2
 
3
+ ## 0.4.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`3c3cf86`](https://github.com/gradio-app/gradio/commit/3c3cf8618a8cad1ef66a7f96664923d2c9f5e0e2), [`3f139c7`](https://github.com/gradio-app/gradio/commit/3f139c7c995f749562bb007d2a567bb167669de9)]:
8
+ - @gradio/client@0.10.1
9
+ - @gradio/upload@0.6.1
10
+
11
+ ## 0.4.14
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a), [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0)]:
16
+ - @gradio/upload@0.6.0
17
+
3
18
  ## 0.4.13
4
19
 
5
20
  ### Fixes
6
21
 
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)!
22
+ - [#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
23
 
9
24
  ## 0.4.12
10
25
 
@@ -254,4 +269,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
254
269
 
255
270
  - Updated dependencies []:
256
271
  - @gradio/atoms@0.0.2
257
- - @gradio/upload@0.0.2
272
+ - @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.15",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -12,10 +12,10 @@
12
12
  "babylonjs-loaders": "^4.2.1",
13
13
  "dequal": "^2.0.2",
14
14
  "@gradio/atoms": "^0.4.1",
15
- "@gradio/client": "^0.10.0",
16
15
  "@gradio/icons": "^0.3.2",
17
16
  "@gradio/statustracker": "^0.4.3",
18
- "@gradio/upload": "^0.5.8",
17
+ "@gradio/client": "^0.10.1",
18
+ "@gradio/upload": "^0.6.1",
19
19
  "@gradio/utils": "^0.2.0"
20
20
  },
21
21
  "main_changeset": true,