chore: update versions (#8883)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2024-07-31 21:27:38 +01:00 committed by GitHub
parent f7fbd2c237
commit 008d84b042
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
141 changed files with 701 additions and 185 deletions

View File

@ -1,6 +0,0 @@
---
"@gradio/json": minor
"gradio": minor
---
feat:Add `overflow: wrap` to JSON to catch overflow in xs device widths

View File

@ -1,6 +0,0 @@
---
"@gradio/json": minor
"gradio": minor
---
feat:Allow viewing JSON as list or dict with `show_indices` param

View File

@ -1,6 +0,0 @@
---
"gradio": minor
"gradio_client": minor
---
feat:Support the use of custom authentication mechanism, timeouts, and other `httpx` parameters in Python Client

View File

@ -1,8 +0,0 @@
---
"@gradio/code": patch
"@gradio/icons": patch
"@gradio/json": patch
"gradio": patch
---
fix:Fix check icon in gr.JSON and gr.Code

View File

@ -1,6 +0,0 @@
---
"@gradio/multimodaltextbox": patch
"gradio": patch
---
fix:Fix Chatbot Multimodal Examples

View File

@ -1,5 +0,0 @@
---
"website": patch
---
feat:Add confirmation dialogue if leaving playground

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Fix lazy caching

View File

@ -1,6 +0,0 @@
---
"@gradio/upload": patch
"gradio": patch
---
fix:Fix file uploading in iOS

View File

@ -1,6 +0,0 @@
---
"@gradio/nativeplot": minor
"gradio": minor
---
feat:Restore plot label angles

View File

@ -1,6 +0,0 @@
---
"gradio": patch
"gradio_client": patch
---
feat:Bump websockets version max for gradio-client

View File

@ -1,7 +0,0 @@
---
"@gradio/nativeplot": minor
"gradio": minor
"website": minor
---
feat:Update guides esp plots

View File

@ -1,5 +0,0 @@
---
"website": minor
---
feat:Add docs for Rust client to website

View File

@ -1,6 +0,0 @@
---
"@gradio/upload": patch
"gradio": patch
---
fix:Allow use of file extensions in gr.File in iOS

View File

@ -1,6 +0,0 @@
---
"@gradio/utils": patch
"gradio": patch
---
fix:Fix `Could not resolve "virtual:component-loader"` in gradio/utils package

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Fix Json component serialization bug

View File

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:Added support for TokenClassificationPipeline

View File

@ -1,6 +0,0 @@
---
"@gradio/json": minor
"gradio": minor
---
feat:Add line numbering and collapse/expand logic to gr.JSON

View File

@ -1,6 +0,0 @@
---
"@gradio/code": patch
"gradio": patch
---
fix:Add background to gr.Code line numbers

View File

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:Fix running local app with fake OAuth

View File

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:Make `update_root_in_config` atomic

View File

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:Adds ability to watermark videos via a `watermark` parameter in Video component

View File

@ -1,5 +0,0 @@
---
"@gradio/preview": patch
---
fix:fix typescript issue with custom components

View File

@ -1,5 +1,32 @@
# gradio
## 4.40.0
### Features
- [#8954](https://github.com/gradio-app/gradio/pull/8954) [`5010e95`](https://github.com/gradio-app/gradio/commit/5010e9579e5fdd5c3861b144c427551c2e5ead0f) - Add `overflow: wrap` to JSON to catch overflow in xs device widths. Thanks @hannahblair!
- [#8932](https://github.com/gradio-app/gradio/pull/8932) [`600c97c`](https://github.com/gradio-app/gradio/commit/600c97c807b648bca11c2dd5dfa0a6a692756bd9) - Allow viewing JSON as list or dict with `show_indices` param. Thanks @hannahblair!
- [#8929](https://github.com/gradio-app/gradio/pull/8929) [`3539787`](https://github.com/gradio-app/gradio/commit/3539787ebb39b3d00c34707b49d5de40fdc3d69a) - Add line numbering and collapse/expand logic to gr.JSON. Thanks @hannahblair!
- [#8862](https://github.com/gradio-app/gradio/pull/8862) [`ac132e3`](https://github.com/gradio-app/gradio/commit/ac132e3cbc8dbc7bec3d607d52bef347e90feb41) - Support the use of custom authentication mechanism, timeouts, and other `httpx` parameters in Python Client. Thanks @valgai!
- [#8947](https://github.com/gradio-app/gradio/pull/8947) [`96d36d7`](https://github.com/gradio-app/gradio/commit/96d36d70ad3bee048027cfbf89533020a8aa6e63) - Restore plot label angles. Thanks @aliabid94!
- [#8948](https://github.com/gradio-app/gradio/pull/8948) [`f7fbd2c`](https://github.com/gradio-app/gradio/commit/f7fbd2c23795d97071296463779d41bd0e937164) - Bump websockets version max for gradio-client. Thanks @evanscho!
- [#8907](https://github.com/gradio-app/gradio/pull/8907) [`9b42ba8`](https://github.com/gradio-app/gradio/commit/9b42ba8f1006c05d60a62450d3036ce0d6784f86) - Update guides esp plots. Thanks @aliabid94!
- [#8888](https://github.com/gradio-app/gradio/pull/8888) [`70a0c56`](https://github.com/gradio-app/gradio/commit/70a0c5620043ae613af16008f4a683b0f238545d) - Added support for TokenClassificationPipeline. Thanks @cswamy!
- [#8950](https://github.com/gradio-app/gradio/pull/8950) [`7e997a8`](https://github.com/gradio-app/gradio/commit/7e997a85bb21cbe7eb27df5b3f31ad636435b0a1) - Fix running local app with fake OAuth. Thanks @Wauplin!
- [#8867](https://github.com/gradio-app/gradio/pull/8867) [`f8ccb5e`](https://github.com/gradio-app/gradio/commit/f8ccb5e663ed5df010f7a8e93d556bfc238d849d) - Make `update_root_in_config` atomic. Thanks @abidlabs!
- [#8900](https://github.com/gradio-app/gradio/pull/8900) [`de997e6`](https://github.com/gradio-app/gradio/commit/de997e67c9a7feb9e2eccebf92969366dbd67eba) - Adds ability to watermark videos via a `watermark` parameter in Video component. Thanks @meg-huggingface!
### Fixes
- [#8949](https://github.com/gradio-app/gradio/pull/8949) [`1e16f67`](https://github.com/gradio-app/gradio/commit/1e16f67ba2a02761d4b73afd723f8edc3c3124e9) - Fix check icon in gr.JSON and gr.Code. Thanks @hannahblair!
- [#8899](https://github.com/gradio-app/gradio/pull/8899) [`20444f9`](https://github.com/gradio-app/gradio/commit/20444f9b56f95240d00759f31a1b831b9eb53160) - Fix Chatbot Multimodal Examples. Thanks @dawoodkhan82!
- [#8933](https://github.com/gradio-app/gradio/pull/8933) [`5f9b8d0`](https://github.com/gradio-app/gradio/commit/5f9b8d093a17f4fcc689cbc83fd6db6c43b5174b) - Fix lazy caching. Thanks @abidlabs!
- [#8879](https://github.com/gradio-app/gradio/pull/8879) [`67c08bf`](https://github.com/gradio-app/gradio/commit/67c08bfb9e59d801081591b8a59232c32d4467cf) - Fix file uploading in iOS. Thanks @hannahblair!
- [#8905](https://github.com/gradio-app/gradio/pull/8905) [`4b14ea8`](https://github.com/gradio-app/gradio/commit/4b14ea860d5055410a3a2257974b61a5c8eaac9d) - Allow use of file extensions in gr.File in iOS. Thanks @hannahblair!
- [#8927](https://github.com/gradio-app/gradio/pull/8927) [`223688b`](https://github.com/gradio-app/gradio/commit/223688b70a7a3cf4daa92ae77f8fca7b537cc2b4) - Fix `Could not resolve "virtual:component-loader"` in gradio/utils package. Thanks @benzler!
- [#8934](https://github.com/gradio-app/gradio/pull/8934) [`8204425`](https://github.com/gradio-app/gradio/commit/8204425bfa2c08077948e59e7f5375b1b4d1e338) - Fix Json component serialization bug. Thanks @freddyaboulton!
- [#8931](https://github.com/gradio-app/gradio/pull/8931) [`4c2d37d`](https://github.com/gradio-app/gradio/commit/4c2d37db849848fd38ba733a23a5aaceeaf58faf) - Add background to gr.Code line numbers. Thanks @hannahblair!
## 4.39.0
### Features

View File

@ -1,5 +1,12 @@
# gradio_client
## 1.2.0
### Features
- [#8862](https://github.com/gradio-app/gradio/pull/8862) [`ac132e3`](https://github.com/gradio-app/gradio/commit/ac132e3cbc8dbc7bec3d607d52bef347e90feb41) - Support the use of custom authentication mechanism, timeouts, and other `httpx` parameters in Python Client. Thanks @valgai!
- [#8948](https://github.com/gradio-app/gradio/pull/8948) [`f7fbd2c`](https://github.com/gradio-app/gradio/commit/f7fbd2c23795d97071296463779d41bd0e937164) - Bump websockets version max for gradio-client. Thanks @evanscho!
## 1.1.1
### Features

View File

@ -1,5 +1,12 @@
# gradio_client
## 1.2.0
### Features
- [#8862](https://github.com/gradio-app/gradio/pull/8862) [`ac132e3`](https://github.com/gradio-app/gradio/commit/ac132e3cbc8dbc7bec3d607d52bef347e90feb41) - Support the use of custom authentication mechanism, timeouts, and other `httpx` parameters in Python Client. Thanks @valgai!
- [#8948](https://github.com/gradio-app/gradio/pull/8948) [`f7fbd2c`](https://github.com/gradio-app/gradio/commit/f7fbd2c23795d97071296463779d41bd0e937164) - Bump websockets version max for gradio-client. Thanks @evanscho!
## 1.1.1
### Features

View File

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

View File

@ -1,5 +1,32 @@
# gradio
## 4.40.0
### Features
- [#8954](https://github.com/gradio-app/gradio/pull/8954) [`5010e95`](https://github.com/gradio-app/gradio/commit/5010e9579e5fdd5c3861b144c427551c2e5ead0f) - Add `overflow: wrap` to JSON to catch overflow in xs device widths. Thanks @hannahblair!
- [#8932](https://github.com/gradio-app/gradio/pull/8932) [`600c97c`](https://github.com/gradio-app/gradio/commit/600c97c807b648bca11c2dd5dfa0a6a692756bd9) - Allow viewing JSON as list or dict with `show_indices` param. Thanks @hannahblair!
- [#8929](https://github.com/gradio-app/gradio/pull/8929) [`3539787`](https://github.com/gradio-app/gradio/commit/3539787ebb39b3d00c34707b49d5de40fdc3d69a) - Add line numbering and collapse/expand logic to gr.JSON. Thanks @hannahblair!
- [#8862](https://github.com/gradio-app/gradio/pull/8862) [`ac132e3`](https://github.com/gradio-app/gradio/commit/ac132e3cbc8dbc7bec3d607d52bef347e90feb41) - Support the use of custom authentication mechanism, timeouts, and other `httpx` parameters in Python Client. Thanks @valgai!
- [#8947](https://github.com/gradio-app/gradio/pull/8947) [`96d36d7`](https://github.com/gradio-app/gradio/commit/96d36d70ad3bee048027cfbf89533020a8aa6e63) - Restore plot label angles. Thanks @aliabid94!
- [#8948](https://github.com/gradio-app/gradio/pull/8948) [`f7fbd2c`](https://github.com/gradio-app/gradio/commit/f7fbd2c23795d97071296463779d41bd0e937164) - Bump websockets version max for gradio-client. Thanks @evanscho!
- [#8907](https://github.com/gradio-app/gradio/pull/8907) [`9b42ba8`](https://github.com/gradio-app/gradio/commit/9b42ba8f1006c05d60a62450d3036ce0d6784f86) - Update guides esp plots. Thanks @aliabid94!
- [#8888](https://github.com/gradio-app/gradio/pull/8888) [`70a0c56`](https://github.com/gradio-app/gradio/commit/70a0c5620043ae613af16008f4a683b0f238545d) - Added support for TokenClassificationPipeline. Thanks @cswamy!
- [#8950](https://github.com/gradio-app/gradio/pull/8950) [`7e997a8`](https://github.com/gradio-app/gradio/commit/7e997a85bb21cbe7eb27df5b3f31ad636435b0a1) - Fix running local app with fake OAuth. Thanks @Wauplin!
- [#8867](https://github.com/gradio-app/gradio/pull/8867) [`f8ccb5e`](https://github.com/gradio-app/gradio/commit/f8ccb5e663ed5df010f7a8e93d556bfc238d849d) - Make `update_root_in_config` atomic. Thanks @abidlabs!
- [#8900](https://github.com/gradio-app/gradio/pull/8900) [`de997e6`](https://github.com/gradio-app/gradio/commit/de997e67c9a7feb9e2eccebf92969366dbd67eba) - Adds ability to watermark videos via a `watermark` parameter in Video component. Thanks @meg-huggingface!
### Fixes
- [#8949](https://github.com/gradio-app/gradio/pull/8949) [`1e16f67`](https://github.com/gradio-app/gradio/commit/1e16f67ba2a02761d4b73afd723f8edc3c3124e9) - Fix check icon in gr.JSON and gr.Code. Thanks @hannahblair!
- [#8899](https://github.com/gradio-app/gradio/pull/8899) [`20444f9`](https://github.com/gradio-app/gradio/commit/20444f9b56f95240d00759f31a1b831b9eb53160) - Fix Chatbot Multimodal Examples. Thanks @dawoodkhan82!
- [#8933](https://github.com/gradio-app/gradio/pull/8933) [`5f9b8d0`](https://github.com/gradio-app/gradio/commit/5f9b8d093a17f4fcc689cbc83fd6db6c43b5174b) - Fix lazy caching. Thanks @abidlabs!
- [#8879](https://github.com/gradio-app/gradio/pull/8879) [`67c08bf`](https://github.com/gradio-app/gradio/commit/67c08bfb9e59d801081591b8a59232c32d4467cf) - Fix file uploading in iOS. Thanks @hannahblair!
- [#8905](https://github.com/gradio-app/gradio/pull/8905) [`4b14ea8`](https://github.com/gradio-app/gradio/commit/4b14ea860d5055410a3a2257974b61a5c8eaac9d) - Allow use of file extensions in gr.File in iOS. Thanks @hannahblair!
- [#8927](https://github.com/gradio-app/gradio/pull/8927) [`223688b`](https://github.com/gradio-app/gradio/commit/223688b70a7a3cf4daa92ae77f8fca7b537cc2b4) - Fix `Could not resolve "virtual:component-loader"` in gradio/utils package. Thanks @benzler!
- [#8934](https://github.com/gradio-app/gradio/pull/8934) [`8204425`](https://github.com/gradio-app/gradio/commit/8204425bfa2c08077948e59e7f5375b1b4d1e338) - Fix Json component serialization bug. Thanks @freddyaboulton!
- [#8931](https://github.com/gradio-app/gradio/pull/8931) [`4c2d37d`](https://github.com/gradio-app/gradio/commit/4c2d37db849848fd38ba733a23a5aaceeaf58faf) - Add background to gr.Code line numbers. Thanks @hannahblair!
## 4.39.0
### Features

View File

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

View File

@ -4,6 +4,12 @@
### Dependency updates
- @gradio/form@0.1.22
## 0.0.1
### Dependency updates
- @gradio/client@1.4.0
- @gradio/form@0.1.21

View File

@ -1,5 +1,18 @@
# website
## 0.36.0
### Features
- [#8907](https://github.com/gradio-app/gradio/pull/8907) [`9b42ba8`](https://github.com/gradio-app/gradio/commit/9b42ba8f1006c05d60a62450d3036ce0d6784f86) - Update guides esp plots. Thanks @aliabid94!
- [#8871](https://github.com/gradio-app/gradio/pull/8871) [`7f1a78c`](https://github.com/gradio-app/gradio/commit/7f1a78c49ed69688ef1d39ef731c64ba934df645) - Add confirmation dialogue if leaving playground. Thanks @aliabd!
- [#8908](https://github.com/gradio-app/gradio/pull/8908) [`7c9fc9e`](https://github.com/gradio-app/gradio/commit/7c9fc9ebccf227fa54e3f28ee3abd1bd4f5cf412) - Add docs for Rust client to website. Thanks @aliabd!
### Dependency updates
- @gradio/code@0.8.1
- @gradio/paramviewer@0.4.19
## 0.35.0
### Features

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/accordion
## 0.3.20
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
- @gradio/column@0.1.2
## 0.3.19
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/accordion",
"version": "0.3.19",
"version": "0.3.20",
"description": "Gradio UI packages",
"type": "module",
"author": "",
@ -11,7 +11,7 @@
"@gradio/atoms": "workspace:^",
"@gradio/column": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/utils": "workspace:0.5.1"
"@gradio/utils": "workspace:0.5.2"
},
"devDependencies": {
"@gradio/preview": "workspace:^"

View File

@ -1,5 +1,15 @@
# @gradio/annotatedimage
## 0.6.15
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
- @gradio/upload@0.12.1
## 0.6.14
### Dependency updates

View File

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

View File

@ -1,5 +1,62 @@
# @gradio/app
## 1.39.1
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
- @gradio/upload@0.12.1
- @gradio/image@0.13.1
- @gradio/video@0.10.1
- @gradio/code@0.8.1
- @gradio/paramviewer@0.4.19
- @gradio/json@0.3.0
- @gradio/multimodaltextbox@0.5.4
- @gradio/nativeplot@0.2.0
- @gradio/annotatedimage@0.6.15
- @gradio/audio@0.13.1
- @gradio/chatbot@0.12.3
- @gradio/datetime@0.1.1
- @gradio/dropdown@0.7.10
- @gradio/file@0.9.1
- @gradio/fileexplorer@0.4.16
- @gradio/form@0.1.22
- @gradio/gallery@0.11.4
- @gradio/highlightedtext@0.7.4
- @gradio/imageeditor@0.8.1
- @gradio/label@0.3.10
- @gradio/markdown@0.9.1
- @gradio/model3d@0.11.2
- @gradio/plot@0.6.2
- @gradio/simpledropdown@0.2.10
- @gradio/simpleimage@0.6.4
- @gradio/simpletextbox@0.2.10
- @gradio/textbox@0.6.9
- @gradio/button@0.2.48
- @gradio/dataframe@0.9.1
- @gradio/dataset@0.2.2
- @gradio/uploadbutton@0.6.16
- @gradio/accordion@0.3.20
- @gradio/checkbox@0.3.10
- @gradio/checkboxgroup@0.5.10
- @gradio/colorpicker@0.3.10
- @gradio/column@0.1.2
- @gradio/downloadbutton@0.1.25
- @gradio/fallback@0.3.10
- @gradio/html@0.3.3
- @gradio/number@0.4.10
- @gradio/radio@0.5.10
- @gradio/row@0.1.3
- @gradio/slider@0.4.10
- @gradio/tabitem@0.2.13
- @gradio/tabs@0.2.12
- @gradio/timer@0.3.1
- @gradio/group@0.1.1
- @gradio/box@0.1.22
## 1.39.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/app",
"version": "1.39.0",
"version": "1.39.1",
"private": true,
"type": "module",
"scripts": {

View File

@ -1,5 +1,12 @@
# @gradio/atoms
## 0.7.8
### Dependency updates
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
## 0.7.7
### Fixes

View File

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

View File

@ -1,5 +1,16 @@
# @gradio/audio
## 0.13.1
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
- @gradio/upload@0.12.1
- @gradio/button@0.2.48
## 0.13.0
### Features

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/box
## 0.1.22
### Dependency updates
- @gradio/atoms@0.7.8
## 0.1.21
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/button
## 0.2.48
### Dependency updates
- @gradio/utils@0.5.2
- @gradio/upload@0.12.1
## 0.2.47
### Dependency updates

View File

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

View File

@ -1,5 +1,21 @@
# @gradio/chatbot
## 0.12.3
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
- @gradio/upload@0.12.1
- @gradio/image@0.13.1
- @gradio/video@0.10.1
- @gradio/audio@0.13.1
- @gradio/gallery@0.11.4
- @gradio/markdown@0.9.1
- @gradio/plot@0.6.2
## 0.12.2
### Fixes

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/checkbox
## 0.3.10
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
## 0.3.9
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/checkboxgroup
## 0.5.10
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
## 0.5.9
### Dependency updates

View File

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

View File

@ -1,5 +1,20 @@
# @gradio/code
## 0.8.1
### Fixes
- [#8949](https://github.com/gradio-app/gradio/pull/8949) [`1e16f67`](https://github.com/gradio-app/gradio/commit/1e16f67ba2a02761d4b73afd723f8edc3c3124e9) - Fix check icon in gr.JSON and gr.Code. Thanks @hannahblair!
- [#8931](https://github.com/gradio-app/gradio/pull/8931) [`4c2d37d`](https://github.com/gradio-app/gradio/commit/4c2d37db849848fd38ba733a23a5aaceeaf58faf) - Add background to gr.Code line numbers. Thanks @hannahblair!
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
- @gradio/upload@0.12.1
## 0.8.0
### Features

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/colorpicker
## 0.3.10
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
## 0.3.9
### Dependency updates

View File

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

View File

@ -4,6 +4,13 @@
### Dependency updates
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
## 0.1.2
### Dependency updates
- @gradio/statustracker@0.7.2
## 0.1.2

View File

@ -1,5 +1,16 @@
# @gradio/dataframe
## 0.9.1
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
- @gradio/upload@0.12.1
- @gradio/markdown@0.9.1
- @gradio/button@0.2.48
## 0.9.0
### Features

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/dataset
## 0.2.2
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/utils@0.5.2
- @gradio/upload@0.12.1
- @gradio/textbox@0.6.9
## 0.2.1
### Dependency updates

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/datetime
## 0.1.1
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
## 0.1.0
### Features

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/downloadbutton
## 0.1.25
### Dependency updates
- @gradio/utils@0.5.2
- @gradio/button@0.2.48
## 0.1.24
### Dependency updates

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/dropdown
## 0.7.10
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
## 0.7.9
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/fallback
## 0.3.10
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
## 0.3.9
### Dependency updates

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/file
## 0.9.1
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
- @gradio/upload@0.12.1
## 0.9.0
### Features

View File

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

View File

@ -1,5 +1,17 @@
# @gradio/fileexplorer
## 0.4.16
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
- @gradio/upload@0.12.1
- @gradio/file@0.9.1
- @gradio/checkbox@0.3.10
## 0.4.15
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/form
## 0.1.22
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
## 0.1.21
### Dependency updates

View File

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

View File

@ -1,5 +1,17 @@
# @gradio/gallery
## 0.11.4
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
- @gradio/upload@0.12.1
- @gradio/image@0.13.1
- @gradio/file@0.9.1
## 0.11.3
### Dependency updates

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/highlightedtext
## 0.7.4
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
## 0.7.3
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/html
## 0.3.3
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
## 0.3.2
### Dependency updates

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/icons
## 0.6.1
### Fixes
- [#8949](https://github.com/gradio-app/gradio/pull/8949) [`1e16f67`](https://github.com/gradio-app/gradio/commit/1e16f67ba2a02761d4b73afd723f8edc3c3124e9) - Fix check icon in gr.JSON and gr.Code. Thanks @hannahblair!
## 0.6.0
### Features

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/image
## 0.13.1
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
- @gradio/upload@0.12.1
## 0.13.0
### Features

View File

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

View File

@ -1,5 +1,16 @@
# @gradio/imageeditor
## 0.8.1
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
- @gradio/upload@0.12.1
- @gradio/image@0.13.1
## 0.8.0
### Features

View File

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

View File

@ -1,5 +1,24 @@
# @gradio/json
## 0.3.0
### Features
- [#8954](https://github.com/gradio-app/gradio/pull/8954) [`5010e95`](https://github.com/gradio-app/gradio/commit/5010e9579e5fdd5c3861b144c427551c2e5ead0f) - Add `overflow: wrap` to JSON to catch overflow in xs device widths. Thanks @hannahblair!
- [#8932](https://github.com/gradio-app/gradio/pull/8932) [`600c97c`](https://github.com/gradio-app/gradio/commit/600c97c807b648bca11c2dd5dfa0a6a692756bd9) - Allow viewing JSON as list or dict with `show_indices` param. Thanks @hannahblair!
- [#8929](https://github.com/gradio-app/gradio/pull/8929) [`3539787`](https://github.com/gradio-app/gradio/commit/3539787ebb39b3d00c34707b49d5de40fdc3d69a) - Add line numbering and collapse/expand logic to gr.JSON. Thanks @hannahblair!
### Fixes
- [#8949](https://github.com/gradio-app/gradio/pull/8949) [`1e16f67`](https://github.com/gradio-app/gradio/commit/1e16f67ba2a02761d4b73afd723f8edc3c3124e9) - Fix check icon in gr.JSON and gr.Code. Thanks @hannahblair!
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
## 0.2.9
### Dependency updates

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/label
## 0.3.10
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
## 0.3.9
### Dependency updates

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/lite
## 4.40.0
### Dependency updates
- gradio@4.40.0
## 4.39.0
### Dependency updates

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/markdown
## 0.9.1
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
## 0.9.0
### Features

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/model3d
## 0.11.2
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
- @gradio/upload@0.12.1
## 0.11.1
### Dependency updates

View File

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

View File

@ -1,5 +1,21 @@
# @gradio/multimodaltextbox
## 0.5.4
### Fixes
- [#8899](https://github.com/gradio-app/gradio/pull/8899) [`20444f9`](https://github.com/gradio-app/gradio/commit/20444f9b56f95240d00759f31a1b831b9eb53160) - Fix Chatbot Multimodal Examples. Thanks @dawoodkhan82!
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
- @gradio/upload@0.12.1
- @gradio/image@0.13.1
- @gradio/video@0.10.1
## 0.5.3
### Dependency updates

View File

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

View File

@ -1,5 +1,19 @@
# @gradio/nativeplot
## 0.2.0
### Features
- [#8947](https://github.com/gradio-app/gradio/pull/8947) [`96d36d7`](https://github.com/gradio-app/gradio/commit/96d36d70ad3bee048027cfbf89533020a8aa6e63) - Restore plot label angles. Thanks @aliabid94!
- [#8907](https://github.com/gradio-app/gradio/pull/8907) [`9b42ba8`](https://github.com/gradio-app/gradio/commit/9b42ba8f1006c05d60a62450d3036ce0d6784f86) - Update guides esp plots. Thanks @aliabid94!
### Dependency updates
- @gradio/atoms@0.7.8
- @gradio/icons@0.6.1
- @gradio/utils@0.5.2
- @gradio/statustracker@0.7.3
## 0.1.0
### Features

View File

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

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