mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
chore: update versions (#9737)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
cd3fab3b1f
commit
86fdd9361e
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@gradio/atoms": patch
|
||||
"@gradio/chatbot": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix chatbot component streaming bug and visible bug
|
@ -1,5 +1,11 @@
|
||||
# gradio
|
||||
|
||||
## 5.2.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#9730](https://github.com/gradio-app/gradio/pull/9730) [`39a0e8c`](https://github.com/gradio-app/gradio/commit/39a0e8c2fb038eb0afc213fa6290c9b2acee7941) - Fix chatbot component streaming bug and visible bug. Thanks @freddyaboulton!
|
||||
|
||||
## 5.2.0
|
||||
|
||||
### Features
|
||||
|
@ -1,5 +1,11 @@
|
||||
# gradio
|
||||
|
||||
## 5.2.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#9730](https://github.com/gradio-app/gradio/pull/9730) [`39a0e8c`](https://github.com/gradio-app/gradio/commit/39a0e8c2fb038eb0afc213fa6290c9b2acee7941) - Fix chatbot component streaming bug and visible bug. Thanks @freddyaboulton!
|
||||
|
||||
## 5.2.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio",
|
||||
"version": "5.2.0",
|
||||
"version": "5.2.1",
|
||||
"description": "",
|
||||
"python": "true"
|
||||
}
|
@ -1,5 +1,12 @@
|
||||
# website
|
||||
|
||||
## 0.40.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/code@0.10.4
|
||||
- @gradio/paramviewer@0.5.3
|
||||
|
||||
## 0.40.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "website",
|
||||
"version": "0.40.1",
|
||||
"version": "0.40.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pip install boto3 && python generate_jsons/generate.py && vite dev",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/accordion
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
- @gradio/column@0.2.0
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/accordion",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/annotatedimage
|
||||
|
||||
## 0.8.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/upload@0.13.3
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.8.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/annotatedimage",
|
||||
"version": "0.8.3",
|
||||
"version": "0.8.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/atoms
|
||||
|
||||
## 0.9.2
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#9730](https://github.com/gradio-app/gradio/pull/9730) [`39a0e8c`](https://github.com/gradio-app/gradio/commit/39a0e8c2fb038eb0afc213fa6290c9b2acee7941) - Fix chatbot component streaming bug and visible bug. Thanks @freddyaboulton!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/markdown@0.10.3
|
||||
|
||||
## 0.9.1
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/atoms",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/audio
|
||||
|
||||
## 0.14.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/upload@0.13.3
|
||||
- @gradio/button@0.3.3
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.14.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/audio",
|
||||
"version": "0.14.3",
|
||||
"version": "0.14.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/box
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/box",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/button
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.13.3
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/button",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,22 @@
|
||||
# @gradio/chatbot
|
||||
|
||||
## 0.15.2
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#9730](https://github.com/gradio-app/gradio/pull/9730) [`39a0e8c`](https://github.com/gradio-app/gradio/commit/39a0e8c2fb038eb0afc213fa6290c9b2acee7941) - Fix chatbot component streaming bug and visible bug. Thanks @freddyaboulton!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/markdown@0.10.3
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/upload@0.13.3
|
||||
- @gradio/video@0.11.4
|
||||
- @gradio/atoms@0.9.2
|
||||
- @gradio/gallery@0.13.4
|
||||
- @gradio/plot@0.7.3
|
||||
- @gradio/image@0.16.4
|
||||
|
||||
## 0.15.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/chatbot",
|
||||
"version": "0.15.1",
|
||||
"version": "0.15.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/checkbox
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkbox",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/checkboxgroup
|
||||
|
||||
## 0.6.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkboxgroup",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/code
|
||||
|
||||
## 0.10.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/upload@0.13.3
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.10.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/code",
|
||||
"version": "0.10.3",
|
||||
"version": "0.10.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/colorpicker
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/colorpicker",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -4,6 +4,12 @@
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.0
|
||||
|
||||
## 0.2.0
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @self/component-test
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/video@0.11.4
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@self/component-test",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
|
@ -2,6 +2,26 @@
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/markdown@0.10.3
|
||||
- @gradio/code@0.10.4
|
||||
- @gradio/paramviewer@0.5.3
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/upload@0.13.3
|
||||
- @gradio/button@0.3.3
|
||||
- @gradio/video@0.11.4
|
||||
- @gradio/atoms@0.9.2
|
||||
- @gradio/gallery@0.13.4
|
||||
- @gradio/plot@0.7.3
|
||||
- @gradio/column@0.2.0
|
||||
- @gradio/textbox@0.8.2
|
||||
- @gradio/checkbox@0.4.3
|
||||
- @gradio/file@0.10.4
|
||||
- @gradio/image@0.16.4
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#9681](https://github.com/gradio-app/gradio/pull/9681) [`2ed2361`](https://github.com/gradio-app/gradio/commit/2ed236187a9aab18e17fc4a8079eddef7dd195a5) - Allow setting title in gr.Info/Warning/Error. Thanks @ABucket!
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/dataframe
|
||||
|
||||
## 0.11.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/markdown@0.10.3
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/upload@0.13.3
|
||||
- @gradio/button@0.3.3
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.11.3
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataframe",
|
||||
"version": "0.11.3",
|
||||
"version": "0.11.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/dataset
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.13.3
|
||||
- @gradio/atoms@0.9.2
|
||||
- @gradio/textbox@0.8.2
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataset",
|
||||
"version": "0.3.4",
|
||||
"version": "0.3.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/datetime
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/datetime",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/downloadbutton
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/button@0.3.3
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/downloadbutton",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/dropdown
|
||||
|
||||
## 0.9.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.9.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dropdown",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/fallback
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fallback",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/file
|
||||
|
||||
## 0.10.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/upload@0.13.3
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.10.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/file",
|
||||
"version": "0.10.3",
|
||||
"version": "0.10.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/fileexplorer
|
||||
|
||||
## 0.5.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/upload@0.13.3
|
||||
- @gradio/atoms@0.9.2
|
||||
- @gradio/checkbox@0.4.3
|
||||
- @gradio/file@0.10.4
|
||||
|
||||
## 0.5.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fileexplorer",
|
||||
"version": "0.5.3",
|
||||
"version": "0.5.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/form
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/form",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/gallery
|
||||
|
||||
## 0.13.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/upload@0.13.3
|
||||
- @gradio/video@0.11.4
|
||||
- @gradio/atoms@0.9.2
|
||||
- @gradio/file@0.10.4
|
||||
- @gradio/image@0.16.4
|
||||
|
||||
## 0.13.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/gallery",
|
||||
"version": "0.13.3",
|
||||
"version": "0.13.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/highlightedtext
|
||||
|
||||
## 0.8.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.8.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/highlightedtext",
|
||||
"version": "0.8.2",
|
||||
"version": "0.8.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/html
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/html",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/image
|
||||
|
||||
## 0.16.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/upload@0.13.3
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.16.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/image",
|
||||
"version": "0.16.3",
|
||||
"version": "0.16.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/imageeditor
|
||||
|
||||
## 0.11.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/upload@0.13.3
|
||||
- @gradio/atoms@0.9.2
|
||||
- @gradio/image@0.16.4
|
||||
|
||||
## 0.11.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/imageeditor",
|
||||
"version": "0.11.3",
|
||||
"version": "0.11.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/json
|
||||
|
||||
## 0.5.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.5.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/json",
|
||||
"version": "0.5.2",
|
||||
"version": "0.5.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/label
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/label",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -4,6 +4,12 @@
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 4.43.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.9.1
|
||||
- @gradio/wasm@0.14.2
|
||||
- @self/build@0.1.1
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/markdown
|
||||
|
||||
## 0.10.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.10.2
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/markdown",
|
||||
"version": "0.10.2",
|
||||
"version": "0.10.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/model3d
|
||||
|
||||
## 0.13.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/upload@0.13.3
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.13.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/model3d",
|
||||
"version": "0.13.3",
|
||||
"version": "0.13.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/multimodaltextbox
|
||||
|
||||
## 0.7.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/upload@0.13.3
|
||||
- @gradio/video@0.11.4
|
||||
- @gradio/atoms@0.9.2
|
||||
- @gradio/image@0.16.4
|
||||
|
||||
## 0.7.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/multimodaltextbox",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/nativeplot
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/nativeplot",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/number
|
||||
|
||||
## 0.5.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.5.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/number",
|
||||
"version": "0.5.2",
|
||||
"version": "0.5.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/paramviewer
|
||||
|
||||
## 0.5.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.5.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/paramviewer",
|
||||
"version": "0.5.2",
|
||||
"version": "0.5.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/plot
|
||||
|
||||
## 0.7.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.7.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/plot",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/radio
|
||||
|
||||
## 0.6.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/radio",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -4,6 +4,12 @@
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.0
|
||||
|
||||
## 0.2.0
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/simpledropdown
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/simpledropdown",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/simpleimage
|
||||
|
||||
## 0.8.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/upload@0.13.3
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.8.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/simpleimage",
|
||||
"version": "0.8.3",
|
||||
"version": "0.8.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/simpletextbox
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/simpletextbox",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/slider
|
||||
|
||||
## 0.5.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.5.2
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/slider",
|
||||
"version": "0.5.2",
|
||||
"version": "0.5.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/statustracker
|
||||
|
||||
## 0.9.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.9.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/statustracker",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "./index.ts",
|
||||
|
@ -4,6 +4,12 @@
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/column@0.2.0
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/column@0.2.0
|
||||
- @gradio/tabs@0.3.1
|
||||
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/textbox
|
||||
|
||||
## 0.8.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.8.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/textbox",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @self/tootils
|
||||
|
||||
## 0.7.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.1
|
||||
|
||||
## 0.7.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@self/tootils",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"description": "Internal test utilities",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/upload
|
||||
|
||||
## 0.13.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.9.2
|
||||
|
||||
## 0.13.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/upload",
|
||||
"version": "0.13.2",
|
||||
"version": "0.13.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/uploadbutton
|
||||
|
||||
## 0.7.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.13.3
|
||||
- @gradio/button@0.3.3
|
||||
|
||||
## 0.7.2
|
||||
|
||||
### Dependency updates
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user