@gradio/file 0.4.7 → 0.4.8
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.
- package/CHANGELOG.md +13 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,10 +1,21 @@
|
|
1
1
|
# @gradio/file
|
2
2
|
|
3
|
+
## 0.4.8
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`5727b92`](https://github.com/gradio-app/gradio/commit/5727b92abc8a00a675bfc0a921b38de771af947b), [`bc2cdc1`](https://github.com/gradio-app/gradio/commit/bc2cdc1df95b38025486cf76df4a494b66d98585), [`c60ad4d`](https://github.com/gradio-app/gradio/commit/c60ad4d34ab5b56a89bf6796822977e51e7a4a32), [`be56c76`](https://github.com/gradio-app/gradio/commit/be56c76c7b5d2814ea8239c7dbeddc4b1d3701c4), [`8c355a4`](https://github.com/gradio-app/gradio/commit/8c355a47844296e3aab250fe61e2ecc706122e78)]:
|
8
|
+
- @gradio/utils@0.2.1
|
9
|
+
- @gradio/upload@0.7.0
|
10
|
+
- @gradio/atoms@0.5.0
|
11
|
+
- @gradio/wasm@0.5.1
|
12
|
+
- @gradio/statustracker@0.4.4
|
13
|
+
|
3
14
|
## 0.4.7
|
4
15
|
|
5
16
|
### Fixes
|
6
17
|
|
7
|
-
- [#6980](https://github.com/gradio-app/gradio/pull/6980) [`523b6bc`](https://github.com/gradio-app/gradio/commit/523b6bc534e221b028a3ea3f274c7466fe242d5a) - `gr.update(value=[])` for `gr.File()` clears it.
|
18
|
+
- [#6980](https://github.com/gradio-app/gradio/pull/6980) [`523b6bc`](https://github.com/gradio-app/gradio/commit/523b6bc534e221b028a3ea3f274c7466fe242d5a) - `gr.update(value=[])` for `gr.File()` clears it. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
|
8
19
|
|
9
20
|
## 0.4.6
|
10
21
|
|
@@ -320,4 +331,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
320
331
|
- Updated dependencies []:
|
321
332
|
- @gradio/utils@0.0.2
|
322
333
|
- @gradio/atoms@0.0.2
|
323
|
-
- @gradio/upload@0.0.2
|
334
|
+
- @gradio/upload@0.0.2
|
package/package.json
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/file",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.8",
|
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.
|
11
|
-
"@gradio/statustracker": "^0.4.3",
|
10
|
+
"@gradio/atoms": "^0.5.0",
|
12
11
|
"@gradio/client": "^0.10.1",
|
13
12
|
"@gradio/icons": "^0.3.2",
|
14
|
-
"@gradio/
|
15
|
-
"@gradio/wasm": "^0.5.
|
16
|
-
"@gradio/upload": "^0.
|
13
|
+
"@gradio/statustracker": "^0.4.4",
|
14
|
+
"@gradio/wasm": "^0.5.1",
|
15
|
+
"@gradio/upload": "^0.7.0",
|
16
|
+
"@gradio/utils": "^0.2.1"
|
17
17
|
},
|
18
18
|
"main": "./Index.svelte",
|
19
19
|
"main_changeset": true,
|