chore: update versions (#10316)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Gradio PR Bot 2025-01-10 12:39:10 -08:00 committed by GitHub
parent e742dcccb3
commit 7fa9b6fc97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
126 changed files with 613 additions and 118 deletions

View File

@ -1,6 +0,0 @@
---
"@gradio/image": patch
"gradio": patch
---
fix:Fix webcam

View File

@ -1,6 +0,0 @@
---
"@gradio/chatbot": minor
"gradio": minor
---
feat:Add `.previous_value` to `gr.EditData`

View File

@ -1,6 +0,0 @@
---
"@gradio/imageeditor": patch
"gradio": patch
---
fix:ImageEditor: Trigger input event even if change event not defined

View File

@ -1,6 +0,0 @@
---
"@gradio/multimodaltextbox": patch
"gradio": patch
---
fix:Quick Fix: Multimodal microphone audio not clearing

View File

@ -1,7 +0,0 @@
---
"@gradio/client": minor
"@self/app": minor
"gradio": minor
---
feat:[ZeroGPU] Handshake-based postMessage

View File

@ -1,7 +0,0 @@
---
"@gradio/chatbot": minor
"gradio": minor
"website": minor
---
feat:Add support for thinking LLMs directly in `gr.ChatInterface`

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Update guide for `gr.load_chat` and allow `**kwargs`

View File

@ -1,8 +0,0 @@
---
"@gradio/client": patch
"@gradio/core": patch
"gradio": patch
"gradio_client": patch
---
fix:Allow users to add a custom API route

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Support `gr.load()`-ing Gradio apps with `Blocks.load()` events

View File

@ -1,7 +0,0 @@
---
"@gradio/chatbot": minor
"@gradio/icons": minor
"gradio": minor
---
feat:Improve tool UI and support nested thoughts

View File

@ -1,5 +1,23 @@
# gradio
## 5.12.0
### Features
- [#10323](https://github.com/gradio-app/gradio/pull/10323) [`391a4d0`](https://github.com/gradio-app/gradio/commit/391a4d09a90406b768eee30e1c12a0bc84fc27a2) - Add `.previous_value` to `gr.EditData`. Thanks @abidlabs!
- [#10270](https://github.com/gradio-app/gradio/pull/10270) [`bb11a2a`](https://github.com/gradio-app/gradio/commit/bb11a2a702ca04fde245e7d54d155cbcbde7791e) - [ZeroGPU] Handshake-based postMessage. Thanks @cbensimon!
- [#10305](https://github.com/gradio-app/gradio/pull/10305) [`be40307`](https://github.com/gradio-app/gradio/commit/be40307d1d11421e01bf91fa5e05ec4ab97b09d8) - Add support for thinking LLMs directly in `gr.ChatInterface`. Thanks @abidlabs!
- [#10226](https://github.com/gradio-app/gradio/pull/10226) [`58b8391`](https://github.com/gradio-app/gradio/commit/58b839196e17776cbd0d48997905496f7746d31f) - Improve tool UI and support nested thoughts. Thanks @hannahblair!
### Fixes
- [#10327](https://github.com/gradio-app/gradio/pull/10327) [`e0cb47f`](https://github.com/gradio-app/gradio/commit/e0cb47f0c5040049fb942a381c0335de4bf77d67) - Fix webcam. Thanks @Col0ring!
- [#10308](https://github.com/gradio-app/gradio/pull/10308) [`3543418`](https://github.com/gradio-app/gradio/commit/354341826a629d06640ce3ec5e5881bcccd6e339) - ImageEditor: Trigger input event even if change event not defined. Thanks @freddyaboulton!
- [#10322](https://github.com/gradio-app/gradio/pull/10322) [`d2691e7`](https://github.com/gradio-app/gradio/commit/d2691e7436f722781ee61db43ce3f2d5ccc3e253) - Quick Fix: Multimodal microphone audio not clearing. Thanks @dawoodkhan82!
- [#10331](https://github.com/gradio-app/gradio/pull/10331) [`decb594`](https://github.com/gradio-app/gradio/commit/decb5944552e951525c283e069e116c1ff6b6807) - Update guide for `gr.load_chat` and allow `**kwargs`. Thanks @abidlabs!
- [#10332](https://github.com/gradio-app/gradio/pull/10332) [`e742dcc`](https://github.com/gradio-app/gradio/commit/e742dcccb376692c9ddd5a6c251080e7c5936574) - Allow users to add a custom API route. Thanks @aliabid94!
- [#10324](https://github.com/gradio-app/gradio/pull/10324) [`343503d`](https://github.com/gradio-app/gradio/commit/343503d62eabab7af1a8a524d16a8e076a75dd67) - Support `gr.load()`-ing Gradio apps with `Blocks.load()` events. Thanks @abidlabs!
## 5.11.0
### Features

View File

@ -1,5 +1,15 @@
# @gradio/client
## 1.10.0
### Features
- [#10270](https://github.com/gradio-app/gradio/pull/10270) [`bb11a2a`](https://github.com/gradio-app/gradio/commit/bb11a2a702ca04fde245e7d54d155cbcbde7791e) - [ZeroGPU] Handshake-based postMessage. Thanks @cbensimon!
### Fixes
- [#10332](https://github.com/gradio-app/gradio/pull/10332) [`e742dcc`](https://github.com/gradio-app/gradio/commit/e742dcccb376692c9ddd5a6c251080e7c5936574) - Allow users to add a custom API route. Thanks @aliabid94!
## 1.9.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/client",
"version": "1.9.0",
"version": "1.10.0",
"description": "Gradio API client",
"type": "module",
"main": "dist/index.js",

View File

@ -1,5 +1,11 @@
# gradio_client
## 1.5.4
### Fixes
- [#10332](https://github.com/gradio-app/gradio/pull/10332) [`e742dcc`](https://github.com/gradio-app/gradio/commit/e742dcccb376692c9ddd5a6c251080e7c5936574) - Allow users to add a custom API route. Thanks @aliabid94!
## 1.5.3
### Features

View File

@ -1,5 +1,11 @@
# gradio_client
## 1.5.4
### Fixes
- [#10332](https://github.com/gradio-app/gradio/pull/10332) [`e742dcc`](https://github.com/gradio-app/gradio/commit/e742dcccb376692c9ddd5a6c251080e7c5936574) - Allow users to add a custom API route. Thanks @aliabid94!
## 1.5.3
### Features

View File

@ -1,6 +1,6 @@
{
"name": "gradio_client",
"version": "1.5.3",
"version": "1.5.4",
"description": "",
"python": "true",
"main_changeset": true,

View File

@ -1,5 +1,23 @@
# gradio
## 5.12.0
### Features
- [#10323](https://github.com/gradio-app/gradio/pull/10323) [`391a4d0`](https://github.com/gradio-app/gradio/commit/391a4d09a90406b768eee30e1c12a0bc84fc27a2) - Add `.previous_value` to `gr.EditData`. Thanks @abidlabs!
- [#10270](https://github.com/gradio-app/gradio/pull/10270) [`bb11a2a`](https://github.com/gradio-app/gradio/commit/bb11a2a702ca04fde245e7d54d155cbcbde7791e) - [ZeroGPU] Handshake-based postMessage. Thanks @cbensimon!
- [#10305](https://github.com/gradio-app/gradio/pull/10305) [`be40307`](https://github.com/gradio-app/gradio/commit/be40307d1d11421e01bf91fa5e05ec4ab97b09d8) - Add support for thinking LLMs directly in `gr.ChatInterface`. Thanks @abidlabs!
- [#10226](https://github.com/gradio-app/gradio/pull/10226) [`58b8391`](https://github.com/gradio-app/gradio/commit/58b839196e17776cbd0d48997905496f7746d31f) - Improve tool UI and support nested thoughts. Thanks @hannahblair!
### Fixes
- [#10327](https://github.com/gradio-app/gradio/pull/10327) [`e0cb47f`](https://github.com/gradio-app/gradio/commit/e0cb47f0c5040049fb942a381c0335de4bf77d67) - Fix webcam. Thanks @Col0ring!
- [#10308](https://github.com/gradio-app/gradio/pull/10308) [`3543418`](https://github.com/gradio-app/gradio/commit/354341826a629d06640ce3ec5e5881bcccd6e339) - ImageEditor: Trigger input event even if change event not defined. Thanks @freddyaboulton!
- [#10322](https://github.com/gradio-app/gradio/pull/10322) [`d2691e7`](https://github.com/gradio-app/gradio/commit/d2691e7436f722781ee61db43ce3f2d5ccc3e253) - Quick Fix: Multimodal microphone audio not clearing. Thanks @dawoodkhan82!
- [#10331](https://github.com/gradio-app/gradio/pull/10331) [`decb594`](https://github.com/gradio-app/gradio/commit/decb5944552e951525c283e069e116c1ff6b6807) - Update guide for `gr.load_chat` and allow `**kwargs`. Thanks @abidlabs!
- [#10332](https://github.com/gradio-app/gradio/pull/10332) [`e742dcc`](https://github.com/gradio-app/gradio/commit/e742dcccb376692c9ddd5a6c251080e7c5936574) - Allow users to add a custom API route. Thanks @aliabid94!
- [#10324](https://github.com/gradio-app/gradio/pull/10324) [`343503d`](https://github.com/gradio-app/gradio/commit/343503d62eabab7af1a8a524d16a8e076a75dd67) - Support `gr.load()`-ing Gradio apps with `Blocks.load()` events. Thanks @abidlabs!
## 5.11.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "gradio",
"version": "5.11.0",
"version": "5.12.0",
"description": "",
"python": "true"
}

View File

@ -4,6 +4,12 @@
### Dependency updates
- @gradio/client@1.10.0
## 0.0.1
### Dependency updates
- @gradio/client@1.9.0
## 0.0.1

View File

@ -1,5 +1,16 @@
# website
## 0.46.0
### Features
- [#10305](https://github.com/gradio-app/gradio/pull/10305) [`be40307`](https://github.com/gradio-app/gradio/commit/be40307d1d11421e01bf91fa5e05ec4ab97b09d8) - Add support for thinking LLMs directly in `gr.ChatInterface`. Thanks @abidlabs!
### Dependency updates
- @gradio/code@0.10.12
- @gradio/paramviewer@0.6.3
## 0.45.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.45.0",
"version": "0.46.0",
"private": true,
"scripts": {
"dev": "pip install boto3 && python generate_jsons/generate.py && vite dev",

View File

@ -1,5 +1,13 @@
# @gradio/accordion
## 0.5.5
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/column@0.2.0
## 0.5.4
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/accordion",
"version": "0.5.4",
"version": "0.5.5",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,15 @@
# @gradio/annotatedimage
## 0.9.2
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/client@1.10.0
- @gradio/icons@0.10.0
- @gradio/upload@0.14.5
## 0.9.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/annotatedimage",
"version": "0.9.1",
"version": "0.9.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,16 @@
# @self/app
## 1.46.0
### Features
- [#10270](https://github.com/gradio-app/gradio/pull/10270) [`bb11a2a`](https://github.com/gradio-app/gradio/commit/bb11a2a702ca04fde245e7d54d155cbcbde7791e) - [ZeroGPU] Handshake-based postMessage. Thanks @cbensimon!
### Dependency updates
- @gradio/client@1.10.0
- @gradio/core@0.6.1
## 1.45.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@self/app",
"version": "1.45.0",
"version": "1.46.0",
"private": true,
"scripts": {
"dev": "vite dev",

View File

@ -1,5 +1,11 @@
# @gradio/atoms
## 0.13.1
### Dependency updates
- @gradio/icons@0.10.0
## 0.13.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/atoms",
"version": "0.13.0",
"version": "0.13.1",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",

View File

@ -1,5 +1,16 @@
# @gradio/audio
## 0.15.1
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/client@1.10.0
- @gradio/icons@0.10.0
- @gradio/upload@0.14.5
- @gradio/button@0.4.1
## 0.15.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/audio",
"version": "0.15.0",
"version": "0.15.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,11 @@
# @gradio/box
## 0.2.10
### Dependency updates
- @gradio/atoms@0.13.1
## 0.2.9
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/box",
"version": "0.2.9",
"version": "0.2.10",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/button
## 0.4.1
### Dependency updates
- @gradio/client@1.10.0
- @gradio/upload@0.14.5
## 0.4.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/button",
"version": "0.4.0",
"version": "0.4.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,25 @@
# @gradio/chatbot
## 0.21.0
### Features
- [#10323](https://github.com/gradio-app/gradio/pull/10323) [`391a4d0`](https://github.com/gradio-app/gradio/commit/391a4d09a90406b768eee30e1c12a0bc84fc27a2) - Add `.previous_value` to `gr.EditData`. Thanks @abidlabs!
- [#10305](https://github.com/gradio-app/gradio/pull/10305) [`be40307`](https://github.com/gradio-app/gradio/commit/be40307d1d11421e01bf91fa5e05ec4ab97b09d8) - Add support for thinking LLMs directly in `gr.ChatInterface`. Thanks @abidlabs!
- [#10226](https://github.com/gradio-app/gradio/pull/10226) [`58b8391`](https://github.com/gradio-app/gradio/commit/58b839196e17776cbd0d48997905496f7746d31f) - Improve tool UI and support nested thoughts. Thanks @hannahblair!
### Dependency updates
- @gradio/video@0.13.1
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/client@1.10.0
- @gradio/icons@0.10.0
- @gradio/upload@0.14.5
- @gradio/gallery@0.15.1
- @gradio/plot@0.9.6
- @gradio/image@0.20.1
## 0.20.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/chatbot",
"version": "0.20.1",
"version": "0.21.0",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/checkbox
## 0.4.11
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
## 0.4.10
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/checkbox",
"version": "0.4.10",
"version": "0.4.11",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/checkboxgroup
## 0.6.11
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
## 0.6.10
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/checkboxgroup",
"version": "0.6.10",
"version": "0.6.11",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,14 @@
# @gradio/code
## 0.10.12
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/icons@0.10.0
- @gradio/upload@0.14.5
## 0.10.11
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/code",
"version": "0.10.11",
"version": "0.10.12",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/colorpicker
## 0.4.11
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/icons@0.10.0
## 0.4.10
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/colorpicker",
"version": "0.4.10",
"version": "0.4.11",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -4,6 +4,12 @@
### Dependency updates
- @gradio/statustracker@0.10.1
## 0.2.0
### Dependency updates
- @gradio/utils@0.10.0
- @gradio/statustracker@0.10.0

View File

@ -1,5 +1,11 @@
# @self/component-test
## 0.5.2
### Dependency updates
- @gradio/video@0.13.1
## 0.5.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@self/component-test",
"version": "0.5.1",
"version": "0.5.2",
"scripts": {
"dev": "vite dev",
"build": "vite build",

View File

@ -1,5 +1,30 @@
# @gradio/core
## 0.6.1
### Fixes
- [#10332](https://github.com/gradio-app/gradio/pull/10332) [`e742dcc`](https://github.com/gradio-app/gradio/commit/e742dcccb376692c9ddd5a6c251080e7c5936574) - Allow users to add a custom API route. Thanks @aliabid94!
### Dependency updates
- @gradio/code@0.10.12
- @gradio/paramviewer@0.6.3
- @gradio/video@0.13.1
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/column@0.2.0
- @gradio/client@1.10.0
- @gradio/icons@0.10.0
- @gradio/upload@0.14.5
- @gradio/gallery@0.15.1
- @gradio/plot@0.9.6
- @gradio/image@0.20.1
- @gradio/file@0.12.1
- @gradio/button@0.4.1
- @gradio/textbox@0.10.1
- @gradio/checkbox@0.4.11
## 0.6.0
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/core",
"version": "0.6.0",
"version": "0.6.1",
"type": "module",
"devDependencies": {
"@gradio/accordion": "workspace:^",

View File

@ -1,5 +1,15 @@
# @gradio/dataframe
## 0.12.7
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/client@1.10.0
- @gradio/upload@0.14.5
- @gradio/button@0.4.1
## 0.12.6
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/dataframe",
"version": "0.12.6",
"version": "0.12.7",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,14 @@
# @gradio/dataset
## 0.4.1
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/client@1.10.0
- @gradio/upload@0.14.5
- @gradio/textbox@0.10.1
## 0.4.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/dataset",
"version": "0.4.0",
"version": "0.4.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/datetime
## 0.3.3
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/icons@0.10.0
## 0.3.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/datetime",
"version": "0.3.2",
"version": "0.3.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/downloadbutton
## 0.3.1
### Dependency updates
- @gradio/client@1.10.0
- @gradio/button@0.4.1
## 0.3.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/downloadbutton",
"version": "0.3.0",
"version": "0.3.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/dropdown
## 0.9.9
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/icons@0.10.0
## 0.9.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/dropdown",
"version": "0.9.8",
"version": "0.9.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/fallback
## 0.4.11
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
## 0.4.10
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/fallback",
"version": "0.4.10",
"version": "0.4.11",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,15 @@
# @gradio/file
## 0.12.1
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/client@1.10.0
- @gradio/icons@0.10.0
- @gradio/upload@0.14.5
## 0.12.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/file",
"version": "0.12.0",
"version": "0.12.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,17 @@
# @gradio/fileexplorer
## 0.5.12
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/client@1.10.0
- @gradio/icons@0.10.0
- @gradio/upload@0.14.5
- @gradio/file@0.12.1
- @gradio/checkbox@0.4.11
## 0.5.11
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/fileexplorer",
"version": "0.5.11",
"version": "0.5.12",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/form
## 0.2.10
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/icons@0.10.0
## 0.2.9
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/form",
"version": "0.2.9",
"version": "0.2.10",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,18 @@
# @gradio/gallery
## 0.15.1
### Dependency updates
- @gradio/video@0.13.1
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/client@1.10.0
- @gradio/icons@0.10.0
- @gradio/upload@0.14.5
- @gradio/image@0.20.1
- @gradio/file@0.12.1
## 0.15.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/gallery",
"version": "0.15.0",
"version": "0.15.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/highlightedtext
## 0.8.11
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/icons@0.10.0
## 0.8.10
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/highlightedtext",
"version": "0.8.10",
"version": "0.8.11",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/html
## 0.6.2
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/icons@0.10.0
## 0.6.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/html",
"version": "0.6.1",
"version": "0.6.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,11 @@
# @gradio/icons
## 0.10.0
### Features
- [#10226](https://github.com/gradio-app/gradio/pull/10226) [`58b8391`](https://github.com/gradio-app/gradio/commit/58b839196e17776cbd0d48997905496f7746d31f) - Improve tool UI and support nested thoughts. Thanks @hannahblair!
## 0.9.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/icons",
"version": "0.9.0",
"version": "0.10.0",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",

View File

@ -1,5 +1,19 @@
# @gradio/image
## 0.20.1
### Fixes
- [#10327](https://github.com/gradio-app/gradio/pull/10327) [`e0cb47f`](https://github.com/gradio-app/gradio/commit/e0cb47f0c5040049fb942a381c0335de4bf77d67) - Fix webcam. Thanks @Col0ring!
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/client@1.10.0
- @gradio/icons@0.10.0
- @gradio/upload@0.14.5
## 0.20.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/image",
"version": "0.20.0",
"version": "0.20.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,20 @@
# @gradio/imageeditor
## 0.12.2
### Fixes
- [#10308](https://github.com/gradio-app/gradio/pull/10308) [`3543418`](https://github.com/gradio-app/gradio/commit/354341826a629d06640ce3ec5e5881bcccd6e339) - ImageEditor: Trigger input event even if change event not defined. Thanks @freddyaboulton!
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/client@1.10.0
- @gradio/icons@0.10.0
- @gradio/upload@0.14.5
- @gradio/image@0.20.1
## 0.12.1
### Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/imageeditor",
"version": "0.12.1",
"version": "0.12.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/json
## 0.5.11
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/icons@0.10.0
## 0.5.10
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/json",
"version": "0.5.10",
"version": "0.5.11",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/label
## 0.5.3
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/icons@0.10.0
## 0.5.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/label",
"version": "0.5.2",
"version": "0.5.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/lite
## 5.12.0
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/core@0.6.1
## 5.10.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/lite",
"version": "5.10.0",
"version": "5.12.0",
"description": "Serverless Gradio",
"type": "module",
"main": "dist/lite.js",

View File

@ -1,5 +1,13 @@
# @gradio/markdown
## 0.13.1
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/icons@0.10.0
## 0.13.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/markdown",
"version": "0.13.0",
"version": "0.13.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,15 @@
# @gradio/model3d
## 0.13.12
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/client@1.10.0
- @gradio/icons@0.10.0
- @gradio/upload@0.14.5
## 0.13.11
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/model3d",
"version": "0.13.11",
"version": "0.13.12",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,21 @@
# @gradio/multimodaltextbox
## 0.9.1
### Fixes
- [#10322](https://github.com/gradio-app/gradio/pull/10322) [`d2691e7`](https://github.com/gradio-app/gradio/commit/d2691e7436f722781ee61db43ce3f2d5ccc3e253) - Quick Fix: Multimodal microphone audio not clearing. Thanks @dawoodkhan82!
### Dependency updates
- @gradio/video@0.13.1
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/client@1.10.0
- @gradio/icons@0.10.0
- @gradio/upload@0.14.5
- @gradio/image@0.20.1
## 0.9.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/multimodaltextbox",
"version": "0.9.0",
"version": "0.9.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/nativeplot
## 0.5.5
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/icons@0.10.0
## 0.5.4
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/nativeplot",
"version": "0.5.4",
"version": "0.5.5",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/number
## 0.5.11
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
## 0.5.10
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/number",
"version": "0.5.10",
"version": "0.5.11",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/paramviewer
## 0.6.3
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
## 0.6.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/paramviewer",
"version": "0.6.2",
"version": "0.6.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/plot
## 0.9.6
### Dependency updates
- @gradio/atoms@0.13.1
- @gradio/statustracker@0.10.1
- @gradio/icons@0.10.0
## 0.9.5
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/plot",
"version": "0.9.5",
"version": "0.9.6",
"description": "Gradio UI packages",
"type": "module",
"author": "",

Some files were not shown because too many files have changed in this diff Show More