@gradio/file 0.9.4-beta.1 → 0.9.4

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 +8 -20
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,36 +1,24 @@
1
1
  # @gradio/file
2
2
 
3
- ## 0.9.4-beta.1
3
+ ## 0.9.4
4
4
 
5
5
  ### Features
6
6
 
7
7
  - [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn!
8
8
 
9
- ### Dependency updates
10
-
11
- - @gradio/atoms@0.8.1-beta.1
12
- - @gradio/icons@0.8.0-beta.1
13
- - @gradio/statustracker@0.8.0-beta.1
14
- - @gradio/utils@0.7.0-beta.1
15
- - @gradio/client@1.6.0-beta.1
16
- - @gradio/upload@0.12.4-beta.1
17
- - @gradio/wasm@0.13.1-beta.1
18
-
19
- ## 0.9.4-beta.0
20
-
21
9
  ### Fixes
22
10
 
23
11
  - [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn!
24
12
 
25
13
  ### Dependency updates
26
14
 
27
- - @gradio/utils@0.7.0-beta.0
28
- - @gradio/statustracker@0.8.0-beta.0
29
- - @gradio/atoms@0.8.1-beta.0
30
- - @gradio/client@1.6.0-beta.0
31
- - @gradio/icons@0.8.0-beta.0
32
- - @gradio/upload@0.12.4-beta.0
33
- - @gradio/wasm@0.13.1-beta.0
15
+ - @gradio/utils@0.6.1
16
+ - @gradio/statustracker@0.7.6
17
+ - @gradio/atoms@0.8.1
18
+ - @gradio/icons@0.7.2
19
+ - @gradio/wasm@0.13.1
20
+ - @gradio/client@1.5.2
21
+ - @gradio/upload@0.12.4
34
22
 
35
23
  ## 0.9.3
36
24
 
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@gradio/file",
3
- "version": "0.9.4-beta.1",
3
+ "version": "0.9.4",
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/atoms": "^0.8.1-beta.1",
11
- "@gradio/client": "^1.6.0-beta.1",
12
- "@gradio/icons": "^0.8.0-beta.1",
13
- "@gradio/upload": "^0.12.4-beta.1",
14
- "@gradio/wasm": "^0.13.1-beta.1",
15
- "@gradio/statustracker": "^0.8.0-beta.1",
16
- "@gradio/utils": "^0.7.0-beta.1"
10
+ "@gradio/atoms": "^0.8.1",
11
+ "@gradio/icons": "^0.7.2",
12
+ "@gradio/client": "^1.5.2",
13
+ "@gradio/statustracker": "^0.7.6",
14
+ "@gradio/wasm": "^0.13.1",
15
+ "@gradio/utils": "^0.6.1",
16
+ "@gradio/upload": "^0.12.4"
17
17
  },
18
18
  "devDependencies": {
19
- "@gradio/preview": "^0.11.1-beta.0"
19
+ "@gradio/preview": "^0.11.1"
20
20
  },
21
21
  "main": "./Index.svelte",
22
22
  "main_changeset": true,