chore: update versions (#9790)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Gradio PR Bot 2024-10-25 12:33:07 -07:00 committed by GitHub
parent 78e3b517af
commit 8e5b5a201e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
139 changed files with 629 additions and 170 deletions

View File

@ -1,8 +0,0 @@
---
"@gradio/multimodaltextbox": patch
"@gradio/simpletextbox": patch
"@gradio/textbox": patch
"gradio": patch
---
fix:Fix a bug in example textbox rendering when it is initially invisible

View File

@ -1,6 +0,0 @@
---
"@gradio/tabs": patch
"gradio": patch
---
fix:Fix Tabs in Rows

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
feat:Pin multipart version to fix issues with yanking

View File

@ -1,6 +0,0 @@
---
"@gradio/chatbot": patch
"gradio": patch
---
fix:Fix avatar image placement in Chatbot

View File

@ -1,6 +0,0 @@
---
"@gradio/sanitize": patch
"gradio": patch
---
feat:more fix

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:added audioop-lts module to support pydub for python3.13+

View File

@ -1,6 +0,0 @@
---
"@gradio/atoms": patch
"gradio": patch
---
fix:Fixes component info font size

View File

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:Use `safehttpx.get()` instead of `async_get_with_secure_transport()`

View File

@ -1,5 +0,0 @@
---
"website": minor
---
feat:Fix the tab names in the playground

View File

@ -1,6 +0,0 @@
---
"@gradio/client": patch
"gradio": patch
---
fix:support gradio apps on spaces served on subpaths

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:update docstring for the the "variant" parameter in `gr.Button`

View File

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:Allow accepting user-provided-tokens in `gr.load`

View File

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:Update requirements.txt to allow pillow 11.x

View File

@ -1,6 +0,0 @@
---
"@gradio/dataframe": patch
"gradio": patch
---
feat:Hide option to add row/col when count is fixed in dataframe

View File

@ -1,6 +0,0 @@
---
"@gradio/plot": minor
"gradio": minor
---
feat:Allow setting plotly margins

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:use different env var for node port range

View File

@ -1,6 +0,0 @@
---
"@gradio/datetime": patch
"gradio": patch
---
fix:fix: use system timezone in gr.DateTime with include_time=False

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Exclude python-multipart 0.0.13

View File

@ -1,8 +0,0 @@
---
"@gradio/preview": minor
"@self/app": minor
"@self/component-test": minor
"@self/storybook": minor
---
feat:fix storybook build

View File

@ -1,5 +0,0 @@
---
"website": minor
---
feat:Ask LLM to generate the requirements.txt in the playground

View File

@ -1,5 +1,30 @@
# gradio
## 5.4.0
### Features
- [#9834](https://github.com/gradio-app/gradio/pull/9834) [`febbed6`](https://github.com/gradio-app/gradio/commit/febbed6db1c1f33cab52bf0d0bbe31fc4ba65305) - Pin multipart version to fix issues with yanking. Thanks @aliabd!
- [#9792](https://github.com/gradio-app/gradio/pull/9792) [`d2b56a4`](https://github.com/gradio-app/gradio/commit/d2b56a4c0457c1d5f30a9bbef2572049e47de312) - more fix. Thanks @pngwn!
- [#9795](https://github.com/gradio-app/gradio/pull/9795) [`ff5be45`](https://github.com/gradio-app/gradio/commit/ff5be457dc2ed901f3de1493bdbcb80ec341207a) - Use `safehttpx.get()` instead of `async_get_with_secure_transport()`. Thanks @abidlabs!
- [#9807](https://github.com/gradio-app/gradio/pull/9807) [`5e89b6d`](https://github.com/gradio-app/gradio/commit/5e89b6d23a872e62e795f5bac969837b0d05de50) - Allow accepting user-provided-tokens in `gr.load`. Thanks @abidlabs!
- [#9819](https://github.com/gradio-app/gradio/pull/9819) [`160b27c`](https://github.com/gradio-app/gradio/commit/160b27c0d1f92f487cb91b311edfa3aa9e8af561) - Update requirements.txt to allow pillow 11.x. Thanks @bob-jones-cs!
- [#9649](https://github.com/gradio-app/gradio/pull/9649) [`b1b81c9`](https://github.com/gradio-app/gradio/commit/b1b81c9e1c10c2c14a5cb0661d2503259ece1a1b) - Hide option to add row/col when count is fixed in dataframe. Thanks @hannahblair!
- [#9805](https://github.com/gradio-app/gradio/pull/9805) [`78e3b51`](https://github.com/gradio-app/gradio/commit/78e3b517af97dd11a3a0465bd34360b9bd8945c1) - Allow setting plotly margins. Thanks @aliabid94!
### Fixes
- [#9831](https://github.com/gradio-app/gradio/pull/9831) [`767643f`](https://github.com/gradio-app/gradio/commit/767643fdeccb1ae1481e1d79034317082144b371) - Fix a bug in example textbox rendering when it is initially invisible. Thanks @cornzz!
- [#9836](https://github.com/gradio-app/gradio/pull/9836) [`a4e70f3`](https://github.com/gradio-app/gradio/commit/a4e70f3c428d7a43e31b63d296e9c4c73b09eda8) - Fix Tabs in Rows. Thanks @aliabid94!
- [#9769](https://github.com/gradio-app/gradio/pull/9769) [`3b9ed29`](https://github.com/gradio-app/gradio/commit/3b9ed299e9ffd7df834299cfcd547be0e844e1bb) - Fix avatar image placement in Chatbot. Thanks @hannahblair!
- [#9757](https://github.com/gradio-app/gradio/pull/9757) [`f971ca6`](https://github.com/gradio-app/gradio/commit/f971ca6ab53100693152bb3f975fa753a6e29e3b) - added audioop-lts module to support pydub for python3.13+. Thanks @samy-FERGUI!
- [#9651](https://github.com/gradio-app/gradio/pull/9651) [`1163a37`](https://github.com/gradio-app/gradio/commit/1163a372a61cf84d110160c1711892b9b689d1d3) - Fixes component info font size. Thanks @dawoodkhan82!
- [#9814](https://github.com/gradio-app/gradio/pull/9814) [`6505d42`](https://github.com/gradio-app/gradio/commit/6505d4289a3e3d27d9133b1c8af41697fdc1476d) - support gradio apps on spaces served on subpaths. Thanks @pngwn!
- [#9806](https://github.com/gradio-app/gradio/pull/9806) [`b538bda`](https://github.com/gradio-app/gradio/commit/b538bdaa067a01a1ac404356062086c9dc7001b5) - update docstring for the the "variant" parameter in `gr.Button`. Thanks @fadingNA!
- [#9815](https://github.com/gradio-app/gradio/pull/9815) [`90d9d14`](https://github.com/gradio-app/gradio/commit/90d9d1451860d99fc7b74d5105543f5e71c4b6b9) - use different env var for node port range. Thanks @pngwn!
- [#9825](https://github.com/gradio-app/gradio/pull/9825) [`f15808e`](https://github.com/gradio-app/gradio/commit/f15808eff361cdbba5237d1deb8b60128bc844e4) - fix: use system timezone in gr.DateTime with include_time=False. Thanks @lcian!
- [#9783](https://github.com/gradio-app/gradio/pull/9783) [`caf3650`](https://github.com/gradio-app/gradio/commit/caf3650482970cf649ec17d1a2d7d43651b37a04) - Exclude python-multipart 0.0.13. Thanks @whitphx!
## 5.3.0
### Features

View File

@ -1,5 +1,11 @@
# @gradio/client
## 1.7.1
### Fixes
- [#9814](https://github.com/gradio-app/gradio/pull/9814) [`6505d42`](https://github.com/gradio-app/gradio/commit/6505d4289a3e3d27d9133b1c8af41697fdc1476d) - support gradio apps on spaces served on subpaths. Thanks @pngwn!
## 1.7.0
### Features

View File

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

View File

@ -1,5 +1,30 @@
# gradio
## 5.4.0
### Features
- [#9834](https://github.com/gradio-app/gradio/pull/9834) [`febbed6`](https://github.com/gradio-app/gradio/commit/febbed6db1c1f33cab52bf0d0bbe31fc4ba65305) - Pin multipart version to fix issues with yanking. Thanks @aliabd!
- [#9792](https://github.com/gradio-app/gradio/pull/9792) [`d2b56a4`](https://github.com/gradio-app/gradio/commit/d2b56a4c0457c1d5f30a9bbef2572049e47de312) - more fix. Thanks @pngwn!
- [#9795](https://github.com/gradio-app/gradio/pull/9795) [`ff5be45`](https://github.com/gradio-app/gradio/commit/ff5be457dc2ed901f3de1493bdbcb80ec341207a) - Use `safehttpx.get()` instead of `async_get_with_secure_transport()`. Thanks @abidlabs!
- [#9807](https://github.com/gradio-app/gradio/pull/9807) [`5e89b6d`](https://github.com/gradio-app/gradio/commit/5e89b6d23a872e62e795f5bac969837b0d05de50) - Allow accepting user-provided-tokens in `gr.load`. Thanks @abidlabs!
- [#9819](https://github.com/gradio-app/gradio/pull/9819) [`160b27c`](https://github.com/gradio-app/gradio/commit/160b27c0d1f92f487cb91b311edfa3aa9e8af561) - Update requirements.txt to allow pillow 11.x. Thanks @bob-jones-cs!
- [#9649](https://github.com/gradio-app/gradio/pull/9649) [`b1b81c9`](https://github.com/gradio-app/gradio/commit/b1b81c9e1c10c2c14a5cb0661d2503259ece1a1b) - Hide option to add row/col when count is fixed in dataframe. Thanks @hannahblair!
- [#9805](https://github.com/gradio-app/gradio/pull/9805) [`78e3b51`](https://github.com/gradio-app/gradio/commit/78e3b517af97dd11a3a0465bd34360b9bd8945c1) - Allow setting plotly margins. Thanks @aliabid94!
### Fixes
- [#9831](https://github.com/gradio-app/gradio/pull/9831) [`767643f`](https://github.com/gradio-app/gradio/commit/767643fdeccb1ae1481e1d79034317082144b371) - Fix a bug in example textbox rendering when it is initially invisible. Thanks @cornzz!
- [#9836](https://github.com/gradio-app/gradio/pull/9836) [`a4e70f3`](https://github.com/gradio-app/gradio/commit/a4e70f3c428d7a43e31b63d296e9c4c73b09eda8) - Fix Tabs in Rows. Thanks @aliabid94!
- [#9769](https://github.com/gradio-app/gradio/pull/9769) [`3b9ed29`](https://github.com/gradio-app/gradio/commit/3b9ed299e9ffd7df834299cfcd547be0e844e1bb) - Fix avatar image placement in Chatbot. Thanks @hannahblair!
- [#9757](https://github.com/gradio-app/gradio/pull/9757) [`f971ca6`](https://github.com/gradio-app/gradio/commit/f971ca6ab53100693152bb3f975fa753a6e29e3b) - added audioop-lts module to support pydub for python3.13+. Thanks @samy-FERGUI!
- [#9651](https://github.com/gradio-app/gradio/pull/9651) [`1163a37`](https://github.com/gradio-app/gradio/commit/1163a372a61cf84d110160c1711892b9b689d1d3) - Fixes component info font size. Thanks @dawoodkhan82!
- [#9814](https://github.com/gradio-app/gradio/pull/9814) [`6505d42`](https://github.com/gradio-app/gradio/commit/6505d4289a3e3d27d9133b1c8af41697fdc1476d) - support gradio apps on spaces served on subpaths. Thanks @pngwn!
- [#9806](https://github.com/gradio-app/gradio/pull/9806) [`b538bda`](https://github.com/gradio-app/gradio/commit/b538bdaa067a01a1ac404356062086c9dc7001b5) - update docstring for the the "variant" parameter in `gr.Button`. Thanks @fadingNA!
- [#9815](https://github.com/gradio-app/gradio/pull/9815) [`90d9d14`](https://github.com/gradio-app/gradio/commit/90d9d1451860d99fc7b74d5105543f5e71c4b6b9) - use different env var for node port range. Thanks @pngwn!
- [#9825](https://github.com/gradio-app/gradio/pull/9825) [`f15808e`](https://github.com/gradio-app/gradio/commit/f15808eff361cdbba5237d1deb8b60128bc844e4) - fix: use system timezone in gr.DateTime with include_time=False. Thanks @lcian!
- [#9783](https://github.com/gradio-app/gradio/pull/9783) [`caf3650`](https://github.com/gradio-app/gradio/commit/caf3650482970cf649ec17d1a2d7d43651b37a04) - Exclude python-multipart 0.0.13. Thanks @whitphx!
## 5.3.0
### Features

View File

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

View File

@ -4,6 +4,12 @@
### Dependency updates
- @gradio/client@1.7.1
## 0.0.1
### Dependency updates
- @gradio/client@1.7.0
## 0.0.1

View File

@ -1,5 +1,19 @@
# website
## 0.41.0
### Features
- [#9811](https://github.com/gradio-app/gradio/pull/9811) [`7b6bd31`](https://github.com/gradio-app/gradio/commit/7b6bd3188199af1eac8f8d6d21b15a0bdc3d5619) - Fix the tab names in the playground. Thanks @whitphx!
- [#9647](https://github.com/gradio-app/gradio/pull/9647) [`7cce63e`](https://github.com/gradio-app/gradio/commit/7cce63e29f274b9fbd6c779914adeaab08ea60f7) - Ask LLM to generate the requirements.txt in the playground. Thanks @whitphx!
### Dependency updates
- @gradio/tabs@0.3.3
- @gradio/tabitem@0.3.3
- @gradio/code@0.10.6
- @gradio/paramviewer@0.5.5
## 0.40.3
### Fixes

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/accordion
## 0.4.5
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
- @gradio/column@0.2.0
## 0.4.4
### Dependency updates

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/annotatedimage
## 0.8.6
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
- @gradio/client@1.7.1
- @gradio/upload@0.13.5
## 0.8.5
### Dependency updates

View File

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

View File

@ -1,5 +1,16 @@
# @self/app
## 1.43.0
### Features
- [#9794](https://github.com/gradio-app/gradio/pull/9794) [`70bda3b`](https://github.com/gradio-app/gradio/commit/70bda3bb187a7219f4707344cf47edd0a021da19) - fix storybook build. Thanks @pngwn!
### Dependency updates
- @gradio/client@1.7.1
- @gradio/core@0.2.1
## 1.42.1
### Fixes

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/atoms
## 0.10.1
### Fixes
- [#9651](https://github.com/gradio-app/gradio/pull/9651) [`1163a37`](https://github.com/gradio-app/gradio/commit/1163a372a61cf84d110160c1711892b9b689d1d3) - Fixes component info font size. Thanks @dawoodkhan82!
### Dependency updates
- @gradio/markdown-code@0.2.1
## 0.10.0
### Features

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/audio
## 0.14.6
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
- @gradio/client@1.7.1
- @gradio/upload@0.13.5
- @gradio/button@0.3.5
## 0.14.5
### Dependency updates

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/box
## 0.2.4
### Dependency updates
- @gradio/atoms@0.10.1
## 0.2.3
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/button
## 0.3.5
### Dependency updates
- @gradio/client@1.7.1
- @gradio/upload@0.13.5
## 0.3.4
### Dependency updates

View File

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

View File

@ -1,5 +1,23 @@
# @gradio/chatbot
## 0.16.1
### Fixes
- [#9769](https://github.com/gradio-app/gradio/pull/9769) [`3b9ed29`](https://github.com/gradio-app/gradio/commit/3b9ed299e9ffd7df834299cfcd547be0e844e1bb) - Fix avatar image placement in Chatbot. Thanks @hannahblair!
### Dependency updates
- @gradio/markdown-code@0.2.1
- @gradio/video@0.11.6
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
- @gradio/client@1.7.1
- @gradio/image@0.16.6
- @gradio/upload@0.13.5
- @gradio/plot@0.9.0
- @gradio/gallery@0.13.6
## 0.16.0
### Features

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/checkbox
## 0.4.5
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
## 0.4.4
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/checkboxgroup
## 0.6.5
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
## 0.6.4
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/code
## 0.10.6
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
- @gradio/upload@0.13.5
## 0.10.5
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/colorpicker
## 0.4.5
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
## 0.4.4
### Dependency updates

View File

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

View File

@ -4,6 +4,12 @@
### Dependency updates
- @gradio/statustracker@0.9.3
## 0.2.0
### Dependency updates
- @gradio/statustracker@0.9.2
## 0.2.0

View File

@ -1,5 +1,15 @@
# @self/component-test
## 0.3.0
### Features
- [#9794](https://github.com/gradio-app/gradio/pull/9794) [`70bda3b`](https://github.com/gradio-app/gradio/commit/70bda3bb187a7219f4707344cf47edd0a021da19) - fix storybook build. Thanks @pngwn!
### Dependency updates
- @gradio/video@0.11.6
## 0.2.5
### Dependency updates

View File

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

View File

@ -2,6 +2,28 @@
## 0.2.1
### Dependency updates
- @gradio/video@0.11.6
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
- @gradio/client@1.7.1
- @gradio/image@0.16.6
- @gradio/upload@0.13.5
- @gradio/plot@0.9.0
- @gradio/gallery@0.13.6
- @gradio/tabs@0.3.3
- @gradio/tabitem@0.3.3
- @gradio/code@0.10.6
- @gradio/paramviewer@0.5.5
- @gradio/button@0.3.5
- @gradio/textbox@0.8.4
- @gradio/column@0.2.0
- @gradio/checkbox@0.4.5
- @gradio/file@0.10.6
## 0.2.1
### Fixes
- [#9653](https://github.com/gradio-app/gradio/pull/9653) [`61cd768`](https://github.com/gradio-app/gradio/commit/61cd768490a12f5d63101d5434092bcd1cfc43a8) - Ensures tabs with visible set to false are not visible. Thanks @hannahblair!

View File

@ -1,5 +1,20 @@
# @gradio/dataframe
## 0.12.1
### Features
- [#9649](https://github.com/gradio-app/gradio/pull/9649) [`b1b81c9`](https://github.com/gradio-app/gradio/commit/b1b81c9e1c10c2c14a5cb0661d2503259ece1a1b) - Hide option to add row/col when count is fixed in dataframe. Thanks @hannahblair!
### Dependency updates
- @gradio/markdown-code@0.2.1
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
- @gradio/client@1.7.1
- @gradio/upload@0.13.5
- @gradio/button@0.3.5
## 0.12.0
### Features

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/dataset
## 0.3.7
### Dependency updates
- @gradio/atoms@0.10.1
- @gradio/client@1.7.1
- @gradio/upload@0.13.5
- @gradio/textbox@0.8.4
## 0.3.6
### Dependency updates

View File

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

View File

@ -1,5 +1,16 @@
# @gradio/datetime
## 0.2.5
### Fixes
- [#9825](https://github.com/gradio-app/gradio/pull/9825) [`f15808e`](https://github.com/gradio-app/gradio/commit/f15808eff361cdbba5237d1deb8b60128bc844e4) - fix: use system timezone in gr.DateTime with include_time=False. Thanks @lcian!
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
## 0.2.4
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/downloadbutton
## 0.2.5
### Dependency updates
- @gradio/client@1.7.1
- @gradio/button@0.3.5
## 0.2.4
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/dropdown
## 0.9.3
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
## 0.9.2
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/fallback
## 0.4.5
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
## 0.4.4
### Dependency updates

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/file
## 0.10.6
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
- @gradio/client@1.7.1
- @gradio/upload@0.13.5
## 0.10.5
### Dependency updates

View File

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

View File

@ -1,5 +1,16 @@
# @gradio/fileexplorer
## 0.5.6
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
- @gradio/client@1.7.1
- @gradio/upload@0.13.5
- @gradio/checkbox@0.4.5
- @gradio/file@0.10.6
## 0.5.5
### Dependency updates

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/form
## 0.2.4
### Dependency updates
- @gradio/atoms@0.10.1
## 0.2.3
### Dependency updates

View File

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

View File

@ -1,5 +1,17 @@
# @gradio/gallery
## 0.13.6
### Dependency updates
- @gradio/video@0.11.6
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
- @gradio/client@1.7.1
- @gradio/image@0.16.6
- @gradio/upload@0.13.5
- @gradio/file@0.10.6
## 0.13.5
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/highlightedtext
## 0.8.5
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
## 0.8.4
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/html
## 0.4.5
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
## 0.4.4
### Dependency updates

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/image
## 0.16.6
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
- @gradio/client@1.7.1
- @gradio/upload@0.13.5
## 0.16.5
### Dependency updates

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/imageeditor
## 0.11.6
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
- @gradio/client@1.7.1
- @gradio/image@0.16.6
- @gradio/upload@0.13.5
## 0.11.5
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/json
## 0.5.5
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
## 0.5.4
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/label
## 0.4.5
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
## 0.4.4
### Dependency updates

View File

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

View File

@ -4,6 +4,13 @@
### Dependency updates
- @gradio/atoms@0.10.1
- @gradio/core@0.2.1
## 4.43.2
### Dependency updates
- @gradio/atoms@0.10.0
- @self/build@0.2.0
- @gradio/core@0.2.1

View File

@ -1,5 +1,11 @@
# @gradio/markdown-code
## 0.2.1
### Dependency updates
- @gradio/sanitize@0.1.3
## 0.2.0
### Features

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/markdown
## 0.11.1
### Dependency updates
- @gradio/markdown-code@0.2.1
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
## 0.11.0
### Features

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/model3d
## 0.13.6
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
- @gradio/client@1.7.1
- @gradio/upload@0.13.5
## 0.13.5
### Dependency updates

View File

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

View File

@ -1,5 +1,20 @@
# @gradio/multimodaltextbox
## 0.7.4
### Fixes
- [#9831](https://github.com/gradio-app/gradio/pull/9831) [`767643f`](https://github.com/gradio-app/gradio/commit/767643fdeccb1ae1481e1d79034317082144b371) - Fix a bug in example textbox rendering when it is initially invisible. Thanks @cornzz!
### Dependency updates
- @gradio/video@0.11.6
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
- @gradio/client@1.7.1
- @gradio/image@0.16.6
- @gradio/upload@0.13.5
## 0.7.3
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/nativeplot
## 0.4.5
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
## 0.4.4
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/number
## 0.5.5
### Dependency updates
- @gradio/statustracker@0.9.3
- @gradio/atoms@0.10.1
## 0.5.4
### Dependency updates

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