mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
chore: update versions (#8291)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
ee1e2942e0
commit
11b88915d3
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Ensure JSON component outputs handled properly in postprocess
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/client": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:chore(deps): update dependency esbuild to ^0.21.0
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/client": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:always create a jwt when connecting to a space if a hf_token is present
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@gradio/app": patch
|
||||
"@gradio/statustracker": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Link to troubleshooting guide in the custom component loading status
|
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
||||
# gradio
|
||||
|
||||
## 4.31.3
|
||||
|
||||
### Features
|
||||
|
||||
- [#8229](https://github.com/gradio-app/gradio/pull/8229) [`7c81897`](https://github.com/gradio-app/gradio/commit/7c81897076ddcd0bb05e0e4ffec35bb9a986d330) - chore(deps): update dependency esbuild to ^0.21.0. Thanks @renovate!
|
||||
- [#8279](https://github.com/gradio-app/gradio/pull/8279) [`4350215`](https://github.com/gradio-app/gradio/commit/4350215348981aba6dea473884b047f096dcdf0f) - Link to troubleshooting guide in the custom component loading status. Thanks @freddyaboulton!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8292](https://github.com/gradio-app/gradio/pull/8292) [`ee1e294`](https://github.com/gradio-app/gradio/commit/ee1e2942e0a1ae84a08a05464e41c8108a03fa9c) - Ensure JSON component outputs handled properly in postprocess. Thanks @freddyaboulton!
|
||||
- [#8296](https://github.com/gradio-app/gradio/pull/8296) [`929d216`](https://github.com/gradio-app/gradio/commit/929d216d49aa05614bc83f0761cf7b1cd803d8fe) - always create a jwt when connecting to a space if a hf_token is present. Thanks @pngwn!
|
||||
|
||||
## 4.31.2
|
||||
|
||||
### Fixes
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/client
|
||||
|
||||
## 0.19.3
|
||||
|
||||
### Features
|
||||
|
||||
- [#8229](https://github.com/gradio-app/gradio/pull/8229) [`7c81897`](https://github.com/gradio-app/gradio/commit/7c81897076ddcd0bb05e0e4ffec35bb9a986d330) - chore(deps): update dependency esbuild to ^0.21.0. Thanks @renovate!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8296](https://github.com/gradio-app/gradio/pull/8296) [`929d216`](https://github.com/gradio-app/gradio/commit/929d216d49aa05614bc83f0761cf7b1cd803d8fe) - always create a jwt when connecting to a space if a hf_token is present. Thanks @pngwn!
|
||||
|
||||
## 0.19.2
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/client",
|
||||
"version": "0.19.2",
|
||||
"version": "0.19.3",
|
||||
"description": "Gradio API client",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# gradio
|
||||
|
||||
## 4.31.3
|
||||
|
||||
### Features
|
||||
|
||||
- [#8229](https://github.com/gradio-app/gradio/pull/8229) [`7c81897`](https://github.com/gradio-app/gradio/commit/7c81897076ddcd0bb05e0e4ffec35bb9a986d330) - chore(deps): update dependency esbuild to ^0.21.0. Thanks @renovate!
|
||||
- [#8279](https://github.com/gradio-app/gradio/pull/8279) [`4350215`](https://github.com/gradio-app/gradio/commit/4350215348981aba6dea473884b047f096dcdf0f) - Link to troubleshooting guide in the custom component loading status. Thanks @freddyaboulton!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8292](https://github.com/gradio-app/gradio/pull/8292) [`ee1e294`](https://github.com/gradio-app/gradio/commit/ee1e2942e0a1ae84a08a05464e41c8108a03fa9c) - Ensure JSON component outputs handled properly in postprocess. Thanks @freddyaboulton!
|
||||
- [#8296](https://github.com/gradio-app/gradio/pull/8296) [`929d216`](https://github.com/gradio-app/gradio/commit/929d216d49aa05614bc83f0761cf7b1cd803d8fe) - always create a jwt when connecting to a space if a hf_token is present. Thanks @pngwn!
|
||||
|
||||
## 4.31.2
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio",
|
||||
"version": "4.31.2",
|
||||
"version": "4.31.3",
|
||||
"description": "",
|
||||
"python": "true"
|
||||
}
|
||||
|
@ -4,6 +4,12 @@
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.2
|
||||
|
||||
## 0.0.1
|
||||
|
@ -1,5 +1,11 @@
|
||||
# website
|
||||
|
||||
## 0.30.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/code@0.6.5
|
||||
|
||||
## 0.30.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "website",
|
||||
"version": "0.30.1",
|
||||
"version": "0.30.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "python generate_jsons/generate.py && vite dev",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/accordion
|
||||
|
||||
## 0.3.14
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.3.13
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/accordion",
|
||||
"version": "0.3.13",
|
||||
"version": "0.3.14",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/annotatedimage
|
||||
|
||||
## 0.6.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/statustracker@0.5.4
|
||||
- @gradio/upload@0.10.4
|
||||
|
||||
## 0.6.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/annotatedimage",
|
||||
"version": "0.6.3",
|
||||
"version": "0.6.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,54 @@
|
||||
# @gradio/app
|
||||
|
||||
## 1.35.3
|
||||
|
||||
### Features
|
||||
|
||||
- [#8279](https://github.com/gradio-app/gradio/pull/8279) [`4350215`](https://github.com/gradio-app/gradio/commit/4350215348981aba6dea473884b047f096dcdf0f) - Link to troubleshooting guide in the custom component loading status. Thanks @freddyaboulton!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/code@0.6.5
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/statustracker@0.5.4
|
||||
- @gradio/annotatedimage@0.6.4
|
||||
- @gradio/audio@0.11.4
|
||||
- @gradio/button@0.2.37
|
||||
- @gradio/chatbot@0.10.4
|
||||
- @gradio/dataframe@0.8.4
|
||||
- @gradio/dataset@0.1.37
|
||||
- @gradio/downloadbutton@0.1.14
|
||||
- @gradio/file@0.7.4
|
||||
- @gradio/fileexplorer@0.4.5
|
||||
- @gradio/gallery@0.10.4
|
||||
- @gradio/image@0.11.4
|
||||
- @gradio/imageeditor@0.7.4
|
||||
- @gradio/model3d@0.10.4
|
||||
- @gradio/multimodaltextbox@0.4.4
|
||||
- @gradio/simpleimage@0.5.4
|
||||
- @gradio/upload@0.10.4
|
||||
- @gradio/uploadbutton@0.6.5
|
||||
- @gradio/video@0.8.4
|
||||
- @gradio/accordion@0.3.14
|
||||
- @gradio/checkbox@0.3.4
|
||||
- @gradio/checkboxgroup@0.5.4
|
||||
- @gradio/colorpicker@0.3.4
|
||||
- @gradio/dropdown@0.7.4
|
||||
- @gradio/fallback@0.3.4
|
||||
- @gradio/highlightedtext@0.6.3
|
||||
- @gradio/html@0.2.4
|
||||
- @gradio/json@0.2.4
|
||||
- @gradio/label@0.3.4
|
||||
- @gradio/markdown@0.7.4
|
||||
- @gradio/number@0.4.4
|
||||
- @gradio/paramviewer@0.4.13
|
||||
- @gradio/plot@0.4.4
|
||||
- @gradio/radio@0.5.4
|
||||
- @gradio/simpledropdown@0.2.4
|
||||
- @gradio/simpletextbox@0.2.4
|
||||
- @gradio/slider@0.4.4
|
||||
- @gradio/textbox@0.6.3
|
||||
|
||||
## 1.35.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/app",
|
||||
"version": "1.35.2",
|
||||
"version": "1.35.3",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/audio
|
||||
|
||||
## 0.11.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/statustracker@0.5.4
|
||||
- @gradio/button@0.2.37
|
||||
- @gradio/upload@0.10.4
|
||||
|
||||
## 0.11.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/audio",
|
||||
"version": "0.11.3",
|
||||
"version": "0.11.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/button
|
||||
|
||||
## 0.2.37
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/upload@0.10.4
|
||||
|
||||
## 0.2.36
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/button",
|
||||
"version": "0.2.36",
|
||||
"version": "0.2.37",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# @gradio/chatbot
|
||||
|
||||
## 0.10.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/statustracker@0.5.4
|
||||
- @gradio/audio@0.11.4
|
||||
- @gradio/image@0.11.4
|
||||
- @gradio/upload@0.10.4
|
||||
- @gradio/video@0.8.4
|
||||
- @gradio/markdown@0.7.4
|
||||
|
||||
## 0.10.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/chatbot",
|
||||
"version": "0.10.3",
|
||||
"version": "0.10.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/checkbox
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkbox",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/checkboxgroup
|
||||
|
||||
## 0.5.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.5.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkboxgroup",
|
||||
"version": "0.5.3",
|
||||
"version": "0.5.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/code
|
||||
|
||||
## 0.6.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
- @gradio/upload@0.10.4
|
||||
|
||||
## 0.6.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/code",
|
||||
"version": "0.6.4",
|
||||
"version": "0.6.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/colorpicker
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/colorpicker",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/dataframe
|
||||
|
||||
## 0.8.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/statustracker@0.5.4
|
||||
- @gradio/button@0.2.37
|
||||
- @gradio/upload@0.10.4
|
||||
- @gradio/markdown@0.7.4
|
||||
|
||||
## 0.8.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataframe",
|
||||
"version": "0.8.3",
|
||||
"version": "0.8.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/dataset
|
||||
|
||||
## 0.1.37
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/upload@0.10.4
|
||||
|
||||
## 0.1.36
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataset",
|
||||
"version": "0.1.36",
|
||||
"version": "0.1.37",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/downloadbutton
|
||||
|
||||
## 0.1.14
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/button@0.2.37
|
||||
|
||||
## 0.1.13
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/downloadbutton",
|
||||
"version": "0.1.13",
|
||||
"version": "0.1.14",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/dropdown
|
||||
|
||||
## 0.7.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.7.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dropdown",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/fallback
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fallback",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/file
|
||||
|
||||
## 0.7.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/statustracker@0.5.4
|
||||
- @gradio/upload@0.10.4
|
||||
|
||||
## 0.7.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/file",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/fileexplorer
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/statustracker@0.5.4
|
||||
- @gradio/file@0.7.4
|
||||
- @gradio/upload@0.10.4
|
||||
- @gradio/checkbox@0.3.4
|
||||
|
||||
## 0.4.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fileexplorer",
|
||||
"version": "0.4.4",
|
||||
"version": "0.4.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/gallery
|
||||
|
||||
## 0.10.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/statustracker@0.5.4
|
||||
- @gradio/file@0.7.4
|
||||
- @gradio/image@0.11.4
|
||||
- @gradio/upload@0.10.4
|
||||
|
||||
## 0.10.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/gallery",
|
||||
"version": "0.10.3",
|
||||
"version": "0.10.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/highlightedtext
|
||||
|
||||
## 0.6.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/highlightedtext",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/html
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/html",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/image
|
||||
|
||||
## 0.11.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/statustracker@0.5.4
|
||||
- @gradio/upload@0.10.4
|
||||
|
||||
## 0.11.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/image",
|
||||
"version": "0.11.3",
|
||||
"version": "0.11.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/imageeditor
|
||||
|
||||
## 0.7.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/statustracker@0.5.4
|
||||
- @gradio/image@0.11.4
|
||||
- @gradio/upload@0.10.4
|
||||
|
||||
## 0.7.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/imageeditor",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/json
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/json",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/label
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/label",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/lite
|
||||
|
||||
## 4.31.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- gradio@4.31.3
|
||||
|
||||
## 4.31.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/lite",
|
||||
"version": "4.31.2",
|
||||
"version": "4.31.3",
|
||||
"description": "Serverless Gradio",
|
||||
"type": "module",
|
||||
"main": "dist/lite.js",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/markdown
|
||||
|
||||
## 0.7.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.7.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/markdown",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/model3d
|
||||
|
||||
## 0.10.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/statustracker@0.5.4
|
||||
- @gradio/upload@0.10.4
|
||||
|
||||
## 0.10.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/model3d",
|
||||
"version": "0.10.3",
|
||||
"version": "0.10.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/multimodaltextbox
|
||||
|
||||
## 0.4.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/statustracker@0.5.4
|
||||
- @gradio/image@0.11.4
|
||||
- @gradio/upload@0.10.4
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/multimodaltextbox",
|
||||
"version": "0.4.3",
|
||||
"version": "0.4.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/number
|
||||
|
||||
## 0.4.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/number",
|
||||
"version": "0.4.3",
|
||||
"version": "0.4.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/paramviewer
|
||||
|
||||
## 0.4.13
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.4.12
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/paramviewer",
|
||||
"version": "0.4.12",
|
||||
"version": "0.4.13",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/plot
|
||||
|
||||
## 0.4.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/plot",
|
||||
"version": "0.4.3",
|
||||
"version": "0.4.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/radio
|
||||
|
||||
## 0.5.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.5.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/radio",
|
||||
"version": "0.5.3",
|
||||
"version": "0.5.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/simpledropdown
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/simpledropdown",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/simpleimage
|
||||
|
||||
## 0.5.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/statustracker@0.5.4
|
||||
- @gradio/upload@0.10.4
|
||||
|
||||
## 0.5.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/simpleimage",
|
||||
"version": "0.5.3",
|
||||
"version": "0.5.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/simpletextbox
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/simpletextbox",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/slider
|
||||
|
||||
## 0.4.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/slider",
|
||||
"version": "0.4.3",
|
||||
"version": "0.4.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/statustracker
|
||||
|
||||
## 0.5.4
|
||||
|
||||
### Features
|
||||
|
||||
- [#8279](https://github.com/gradio-app/gradio/pull/8279) [`4350215`](https://github.com/gradio-app/gradio/commit/4350215348981aba6dea473884b047f096dcdf0f) - Link to troubleshooting guide in the custom component loading status. Thanks @freddyaboulton!
|
||||
|
||||
## 0.5.3
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/statustracker",
|
||||
"version": "0.5.3",
|
||||
"version": "0.5.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "./index.ts",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/textbox
|
||||
|
||||
## 0.6.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/textbox",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/tootils
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.5.4
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/tootils",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "Internal test utilities",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/upload
|
||||
|
||||
## 0.10.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/upload@0.10.4
|
||||
|
||||
## 0.10.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/upload",
|
||||
"version": "0.10.3",
|
||||
"version": "0.10.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/uploadbutton
|
||||
|
||||
## 0.6.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/button@0.2.37
|
||||
- @gradio/upload@0.10.4
|
||||
|
||||
## 0.6.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/uploadbutton",
|
||||
"version": "0.6.4",
|
||||
"version": "0.6.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/video
|
||||
|
||||
## 0.8.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
- @gradio/statustracker@0.5.4
|
||||
- @gradio/image@0.11.4
|
||||
- @gradio/upload@0.10.4
|
||||
|
||||
## 0.8.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/video",
|
||||
"version": "0.8.3",
|
||||
"version": "0.8.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user