@gradio/file 0.4.0 → 0.4.1

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,10 +1,18 @@
1
1
  # @gradio/file
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`5d51fbc`](https://github.com/gradio-app/gradio/commit/5d51fbce7826da840a2fd4940feb5d9ad6f1bc5a), [`34f9431`](https://github.com/gradio-app/gradio/commit/34f943101bf7dd6b8a8974a6131c1ed7c4a0dac0)]:
8
+ - @gradio/upload@0.5.4
9
+ - @gradio/client@0.9.1
10
+
3
11
  ## 0.4.0
4
12
 
5
13
  ### Features
6
14
 
7
- - [#6398](https://github.com/gradio-app/gradio/pull/6398) [`67ddd40`](https://github.com/gradio-app/gradio/commit/67ddd40b4b70d3a37cb1637c33620f8d197dbee0) - Lite v4. Thanks [@whitphx](https://github.com/whitphx)!
15
+ - [#6398](https://github.com/gradio-app/gradio/pull/6398) [`67ddd40`](https://github.com/gradio-app/gradio/commit/67ddd40b4b70d3a37cb1637c33620f8d197dbee0) - Lite v4. Thanks [@whitphx](https://github.com/whitphx)!
8
16
 
9
17
  ## 0.3.1
10
18
 
@@ -263,4 +271,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
263
271
  - Updated dependencies []:
264
272
  - @gradio/utils@0.0.2
265
273
  - @gradio/atoms@0.0.2
266
- - @gradio/upload@0.0.2
274
+ - @gradio/upload@0.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/file",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -8,10 +8,10 @@
8
8
  "private": false,
9
9
  "dependencies": {
10
10
  "@gradio/atoms": "^0.4.0",
11
- "@gradio/client": "^0.9.0",
11
+ "@gradio/client": "^0.9.1",
12
12
  "@gradio/icons": "^0.3.2",
13
13
  "@gradio/statustracker": "^0.4.2",
14
- "@gradio/upload": "^0.5.3",
14
+ "@gradio/upload": "^0.5.4",
15
15
  "@gradio/utils": "^0.2.0",
16
16
  "@gradio/wasm": "^0.4.0"
17
17
  },