@gradio/file 0.5.4 → 0.5.6

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,16 +1,31 @@
1
1
  # @gradio/file
2
2
 
3
+ ## 0.5.6
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.5.5
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.5.4
4
19
 
5
20
  ### Fixes
6
21
 
7
- - [#7559](https://github.com/gradio-app/gradio/pull/7559) [`26356a6`](https://github.com/gradio-app/gradio/commit/26356a623c4196f48ca236d973a597831743cdb8) - Fixes: Invalid file_type breaks drag and drop. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
22
+ - [#7559](https://github.com/gradio-app/gradio/pull/7559) [`26356a6`](https://github.com/gradio-app/gradio/commit/26356a623c4196f48ca236d973a597831743cdb8) - Fixes: Invalid file_type breaks drag and drop. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
8
23
 
9
24
  ## 0.5.3
10
25
 
11
26
  ### Fixes
12
27
 
13
- - [#7507](https://github.com/gradio-app/gradio/pull/7507) [`9c36572`](https://github.com/gradio-app/gradio/commit/9c36572e32aeec6e6352a861dfea6ee0f9a15e79) - Quick fix: File height overflow. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
28
+ - [#7507](https://github.com/gradio-app/gradio/pull/7507) [`9c36572`](https://github.com/gradio-app/gradio/commit/9c36572e32aeec6e6352a861dfea6ee0f9a15e79) - Quick fix: File height overflow. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
14
29
 
15
30
  ## 0.5.2
16
31
 
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@gradio/file",
3
- "version": "0.5.4",
3
+ "version": "0.5.6",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
7
7
  "license": "ISC",
8
8
  "private": false,
9
9
  "dependencies": {
10
- "@gradio/client": "^0.12.2",
11
- "@gradio/icons": "^0.3.3",
10
+ "@gradio/client": "^0.13.0",
12
11
  "@gradio/atoms": "^0.5.3",
12
+ "@gradio/icons": "^0.3.3",
13
13
  "@gradio/statustracker": "^0.4.8",
14
- "@gradio/wasm": "^0.7.0",
15
- "@gradio/upload": "^0.7.5",
16
- "@gradio/utils": "^0.3.0"
14
+ "@gradio/utils": "^0.3.0",
15
+ "@gradio/wasm": "^0.8.0",
16
+ "@gradio/upload": "^0.7.7"
17
17
  },
18
18
  "main": "./Index.svelte",
19
19
  "main_changeset": true,