mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-13 11:57:29 +08:00
chore: update versions (#8348)
This commit is contained in:
parent
5efd35c7a0
commit
b67f7ff8f9
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/client": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Add CDN installation to JS docs
|
@ -1,8 +0,0 @@
|
||||
---
|
||||
"@gradio/app": patch
|
||||
"@gradio/client": patch
|
||||
"gradio": patch
|
||||
"gradio_client": patch
|
||||
---
|
||||
|
||||
feat:Add event listener support to render blocks
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/model3d": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Model3D right-handed coordinate system
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix encoding error
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Include instructions on starting from someone else's custom component repository
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Add allow-credentials to preflight header
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/client": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Connect heartbeat if state created in render. Also fix config cleanup bug #8407
|
@ -1,10 +0,0 @@
|
||||
---
|
||||
"@gradio/app": patch
|
||||
"@gradio/client": patch
|
||||
"@gradio/column": patch
|
||||
"@gradio/row": patch
|
||||
"@gradio/statustracker": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Improve rendering
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/dataset": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Add `--table-text-color` var to fix body text in `Examples`
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"gradio": minor
|
||||
"website": minor
|
||||
---
|
||||
|
||||
feat:Editable Docs
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/client": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Allow JS Client to work with authenticated spaces 🍪
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/accordion": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Add body color to `gr.Accordion`
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
"gradio_client": patch
|
||||
---
|
||||
|
||||
fix:Set orig_name in python client file uploads
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/highlightedtext": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Enable hiding the inline category in HighlightedText with a `show_inline_category` argument
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@gradio/statustracker": minor
|
||||
"gradio": minor
|
||||
"gradio_client": minor
|
||||
---
|
||||
|
||||
feat:Render decorator documentation
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix bug in reload mode equality check. Better equality conversion for state variables
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/client": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Improve URL handling in JS Client
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/statustracker": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Change z-index of status tracker
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:chore: update docs.py
|
27
CHANGELOG.md
27
CHANGELOG.md
@ -1,5 +1,32 @@
|
||||
# gradio
|
||||
|
||||
## 4.32.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8401](https://github.com/gradio-app/gradio/pull/8401) [`d078621`](https://github.com/gradio-app/gradio/commit/d078621928136c09ca902d2f37594ed887c67d2e) - Add CDN installation to JS docs. Thanks @hannahblair!
|
||||
- [#8243](https://github.com/gradio-app/gradio/pull/8243) [`55f664f`](https://github.com/gradio-app/gradio/commit/55f664f2979a49acc29a73cde16c6ebdfcc91db2) - Add event listener support to render blocks. Thanks @aliabid94!
|
||||
- [#8398](https://github.com/gradio-app/gradio/pull/8398) [`945ac83`](https://github.com/gradio-app/gradio/commit/945ac837e779b120790814ea6f6f81bd2712f5f8) - Improve rendering. Thanks @aliabid94!
|
||||
- [#8299](https://github.com/gradio-app/gradio/pull/8299) [`ab65360`](https://github.com/gradio-app/gradio/commit/ab653608045ff9462db7ad9fe63e1c60bf20e773) - Allow JS Client to work with authenticated spaces 🍪. Thanks @hannahblair!
|
||||
- [#8386](https://github.com/gradio-app/gradio/pull/8386) [`e738e26`](https://github.com/gradio-app/gradio/commit/e738e26a5d0f31c60cfd24d47c11dc9d4bc2d1a6) - Include instructions on starting from someone else's custom component repository. Thanks @freddyaboulton!
|
||||
- [#8363](https://github.com/gradio-app/gradio/pull/8363) [`94a1143`](https://github.com/gradio-app/gradio/commit/94a1143686733c7fe16e204764b9a3e7240ccf02) - Add allow-credentials to preflight header. Thanks @abidlabs!
|
||||
- [#8403](https://github.com/gradio-app/gradio/pull/8403) [`5efd35c`](https://github.com/gradio-app/gradio/commit/5efd35c7a06d894fdcb68898bdaaf9b457e608f1) - Editable Docs. Thanks @aliabd!
|
||||
- [#8355](https://github.com/gradio-app/gradio/pull/8355) [`33e8bab`](https://github.com/gradio-app/gradio/commit/33e8babb17b2094327860bc1996ab855d6c22d46) - Enable hiding the inline category in HighlightedText with a `show_inline_category` argument. Thanks @xu-song!
|
||||
- [#8409](https://github.com/gradio-app/gradio/pull/8409) [`8028c33`](https://github.com/gradio-app/gradio/commit/8028c33bbc5a324a5e9e8b28906443db28683d79) - Render decorator documentation. Thanks @aliabid94!
|
||||
- [#8378](https://github.com/gradio-app/gradio/pull/8378) [`3fbf2e8`](https://github.com/gradio-app/gradio/commit/3fbf2e8e7059f3bab64b0839ab7a0f9f864f0a66) - chore: update docs.py. Thanks @eltociear!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8408](https://github.com/gradio-app/gradio/pull/8408) [`e86dd01`](https://github.com/gradio-app/gradio/commit/e86dd01b6e8f7bab3d3c25b84f2ad33129138af4) - Connect heartbeat if state created in render. Also fix config cleanup bug #8407. Thanks @freddyaboulton!
|
||||
- [#8258](https://github.com/gradio-app/gradio/pull/8258) [`1f8e5c4`](https://github.com/gradio-app/gradio/commit/1f8e5c44e054b943052d8f24d044696ddfd01a54) - Improve URL handling in JS Client. Thanks @hannahblair!
|
||||
- [#8376](https://github.com/gradio-app/gradio/pull/8376) [`aebd2e9`](https://github.com/gradio-app/gradio/commit/aebd2e952e3a19633b9b95a49f51664bc8a0c20d) - Model3D right-handed coordinate system. Thanks @dylanebert!
|
||||
- [#8381](https://github.com/gradio-app/gradio/pull/8381) [`24ab22d`](https://github.com/gradio-app/gradio/commit/24ab22d26179ee3d1e5f4957067ebf8722ef2e6f) - Fix encoding error. Thanks @xu-song!
|
||||
- [#8364](https://github.com/gradio-app/gradio/pull/8364) [`6a1b58c`](https://github.com/gradio-app/gradio/commit/6a1b58cf3e4796ccb695db5baae190c894b30df0) - Add `--table-text-color` var to fix body text in `Examples`. Thanks @hannahblair!
|
||||
- [#8284](https://github.com/gradio-app/gradio/pull/8284) [`2d705bc`](https://github.com/gradio-app/gradio/commit/2d705bcf7475eb46822358fed21dc081a800a73d) - Add body color to `gr.Accordion`. Thanks @hannahblair!
|
||||
- [#8371](https://github.com/gradio-app/gradio/pull/8371) [`a373b0e`](https://github.com/gradio-app/gradio/commit/a373b0edd36613a9a6a25a1a2893edd6533a7291) - Set orig_name in python client file uploads. Thanks @freddyaboulton!
|
||||
- [#8385](https://github.com/gradio-app/gradio/pull/8385) [`97ac79b`](https://github.com/gradio-app/gradio/commit/97ac79bf563f8423604a9b0e91eac4df6833f4fc) - Fix bug in reload mode equality check. Better equality conversion for state variables. Thanks @freddyaboulton!
|
||||
- [#8372](https://github.com/gradio-app/gradio/pull/8372) [`89d6a17`](https://github.com/gradio-app/gradio/commit/89d6a176b39f713dd8144a1e6df1419303412ed2) - Change z-index of status tracker. Thanks @hannahblair!
|
||||
|
||||
## 4.31.5
|
||||
|
||||
### Features
|
||||
|
@ -1,5 +1,19 @@
|
||||
# @gradio/client
|
||||
|
||||
## 0.20.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8401](https://github.com/gradio-app/gradio/pull/8401) [`d078621`](https://github.com/gradio-app/gradio/commit/d078621928136c09ca902d2f37594ed887c67d2e) - Add CDN installation to JS docs. Thanks @hannahblair!
|
||||
- [#8243](https://github.com/gradio-app/gradio/pull/8243) [`55f664f`](https://github.com/gradio-app/gradio/commit/55f664f2979a49acc29a73cde16c6ebdfcc91db2) - Add event listener support to render blocks. Thanks @aliabid94!
|
||||
- [#8398](https://github.com/gradio-app/gradio/pull/8398) [`945ac83`](https://github.com/gradio-app/gradio/commit/945ac837e779b120790814ea6f6f81bd2712f5f8) - Improve rendering. Thanks @aliabid94!
|
||||
- [#8299](https://github.com/gradio-app/gradio/pull/8299) [`ab65360`](https://github.com/gradio-app/gradio/commit/ab653608045ff9462db7ad9fe63e1c60bf20e773) - Allow JS Client to work with authenticated spaces 🍪. Thanks @hannahblair!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8408](https://github.com/gradio-app/gradio/pull/8408) [`e86dd01`](https://github.com/gradio-app/gradio/commit/e86dd01b6e8f7bab3d3c25b84f2ad33129138af4) - Connect heartbeat if state created in render. Also fix config cleanup bug #8407. Thanks @freddyaboulton!
|
||||
- [#8258](https://github.com/gradio-app/gradio/pull/8258) [`1f8e5c4`](https://github.com/gradio-app/gradio/commit/1f8e5c44e054b943052d8f24d044696ddfd01a54) - Improve URL handling in JS Client. Thanks @hannahblair!
|
||||
|
||||
## 0.19.4
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/client",
|
||||
"version": "0.19.4",
|
||||
"version": "0.20.0",
|
||||
"description": "Gradio API client",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# gradio_client
|
||||
|
||||
## 0.17.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8243](https://github.com/gradio-app/gradio/pull/8243) [`55f664f`](https://github.com/gradio-app/gradio/commit/55f664f2979a49acc29a73cde16c6ebdfcc91db2) - Add event listener support to render blocks. Thanks @aliabid94!
|
||||
- [#8409](https://github.com/gradio-app/gradio/pull/8409) [`8028c33`](https://github.com/gradio-app/gradio/commit/8028c33bbc5a324a5e9e8b28906443db28683d79) - Render decorator documentation. Thanks @aliabid94!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8371](https://github.com/gradio-app/gradio/pull/8371) [`a373b0e`](https://github.com/gradio-app/gradio/commit/a373b0edd36613a9a6a25a1a2893edd6533a7291) - Set orig_name in python client file uploads. Thanks @freddyaboulton!
|
||||
|
||||
## 0.16.4
|
||||
|
||||
### Fixes
|
||||
|
@ -1,5 +1,16 @@
|
||||
# gradio_client
|
||||
|
||||
## 0.17.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8243](https://github.com/gradio-app/gradio/pull/8243) [`55f664f`](https://github.com/gradio-app/gradio/commit/55f664f2979a49acc29a73cde16c6ebdfcc91db2) - Add event listener support to render blocks. Thanks @aliabid94!
|
||||
- [#8409](https://github.com/gradio-app/gradio/pull/8409) [`8028c33`](https://github.com/gradio-app/gradio/commit/8028c33bbc5a324a5e9e8b28906443db28683d79) - Render decorator documentation. Thanks @aliabid94!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8371](https://github.com/gradio-app/gradio/pull/8371) [`a373b0e`](https://github.com/gradio-app/gradio/commit/a373b0edd36613a9a6a25a1a2893edd6533a7291) - Set orig_name in python client file uploads. Thanks @freddyaboulton!
|
||||
|
||||
## 0.16.4
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio_client",
|
||||
"version": "0.16.4",
|
||||
"version": "0.17.0",
|
||||
"description": "",
|
||||
"python": "true",
|
||||
"main_changeset": true
|
||||
|
@ -1,5 +1,32 @@
|
||||
# gradio
|
||||
|
||||
## 4.32.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8401](https://github.com/gradio-app/gradio/pull/8401) [`d078621`](https://github.com/gradio-app/gradio/commit/d078621928136c09ca902d2f37594ed887c67d2e) - Add CDN installation to JS docs. Thanks @hannahblair!
|
||||
- [#8243](https://github.com/gradio-app/gradio/pull/8243) [`55f664f`](https://github.com/gradio-app/gradio/commit/55f664f2979a49acc29a73cde16c6ebdfcc91db2) - Add event listener support to render blocks. Thanks @aliabid94!
|
||||
- [#8398](https://github.com/gradio-app/gradio/pull/8398) [`945ac83`](https://github.com/gradio-app/gradio/commit/945ac837e779b120790814ea6f6f81bd2712f5f8) - Improve rendering. Thanks @aliabid94!
|
||||
- [#8299](https://github.com/gradio-app/gradio/pull/8299) [`ab65360`](https://github.com/gradio-app/gradio/commit/ab653608045ff9462db7ad9fe63e1c60bf20e773) - Allow JS Client to work with authenticated spaces 🍪. Thanks @hannahblair!
|
||||
- [#8386](https://github.com/gradio-app/gradio/pull/8386) [`e738e26`](https://github.com/gradio-app/gradio/commit/e738e26a5d0f31c60cfd24d47c11dc9d4bc2d1a6) - Include instructions on starting from someone else's custom component repository. Thanks @freddyaboulton!
|
||||
- [#8363](https://github.com/gradio-app/gradio/pull/8363) [`94a1143`](https://github.com/gradio-app/gradio/commit/94a1143686733c7fe16e204764b9a3e7240ccf02) - Add allow-credentials to preflight header. Thanks @abidlabs!
|
||||
- [#8403](https://github.com/gradio-app/gradio/pull/8403) [`5efd35c`](https://github.com/gradio-app/gradio/commit/5efd35c7a06d894fdcb68898bdaaf9b457e608f1) - Editable Docs. Thanks @aliabd!
|
||||
- [#8355](https://github.com/gradio-app/gradio/pull/8355) [`33e8bab`](https://github.com/gradio-app/gradio/commit/33e8babb17b2094327860bc1996ab855d6c22d46) - Enable hiding the inline category in HighlightedText with a `show_inline_category` argument. Thanks @xu-song!
|
||||
- [#8409](https://github.com/gradio-app/gradio/pull/8409) [`8028c33`](https://github.com/gradio-app/gradio/commit/8028c33bbc5a324a5e9e8b28906443db28683d79) - Render decorator documentation. Thanks @aliabid94!
|
||||
- [#8378](https://github.com/gradio-app/gradio/pull/8378) [`3fbf2e8`](https://github.com/gradio-app/gradio/commit/3fbf2e8e7059f3bab64b0839ab7a0f9f864f0a66) - chore: update docs.py. Thanks @eltociear!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8408](https://github.com/gradio-app/gradio/pull/8408) [`e86dd01`](https://github.com/gradio-app/gradio/commit/e86dd01b6e8f7bab3d3c25b84f2ad33129138af4) - Connect heartbeat if state created in render. Also fix config cleanup bug #8407. Thanks @freddyaboulton!
|
||||
- [#8258](https://github.com/gradio-app/gradio/pull/8258) [`1f8e5c4`](https://github.com/gradio-app/gradio/commit/1f8e5c44e054b943052d8f24d044696ddfd01a54) - Improve URL handling in JS Client. Thanks @hannahblair!
|
||||
- [#8376](https://github.com/gradio-app/gradio/pull/8376) [`aebd2e9`](https://github.com/gradio-app/gradio/commit/aebd2e952e3a19633b9b95a49f51664bc8a0c20d) - Model3D right-handed coordinate system. Thanks @dylanebert!
|
||||
- [#8381](https://github.com/gradio-app/gradio/pull/8381) [`24ab22d`](https://github.com/gradio-app/gradio/commit/24ab22d26179ee3d1e5f4957067ebf8722ef2e6f) - Fix encoding error. Thanks @xu-song!
|
||||
- [#8364](https://github.com/gradio-app/gradio/pull/8364) [`6a1b58c`](https://github.com/gradio-app/gradio/commit/6a1b58cf3e4796ccb695db5baae190c894b30df0) - Add `--table-text-color` var to fix body text in `Examples`. Thanks @hannahblair!
|
||||
- [#8284](https://github.com/gradio-app/gradio/pull/8284) [`2d705bc`](https://github.com/gradio-app/gradio/commit/2d705bcf7475eb46822358fed21dc081a800a73d) - Add body color to `gr.Accordion`. Thanks @hannahblair!
|
||||
- [#8371](https://github.com/gradio-app/gradio/pull/8371) [`a373b0e`](https://github.com/gradio-app/gradio/commit/a373b0edd36613a9a6a25a1a2893edd6533a7291) - Set orig_name in python client file uploads. Thanks @freddyaboulton!
|
||||
- [#8385](https://github.com/gradio-app/gradio/pull/8385) [`97ac79b`](https://github.com/gradio-app/gradio/commit/97ac79bf563f8423604a9b0e91eac4df6833f4fc) - Fix bug in reload mode equality check. Better equality conversion for state variables. Thanks @freddyaboulton!
|
||||
- [#8372](https://github.com/gradio-app/gradio/pull/8372) [`89d6a17`](https://github.com/gradio-app/gradio/commit/89d6a176b39f713dd8144a1e6df1419303412ed2) - Change z-index of status tracker. Thanks @hannahblair!
|
||||
|
||||
## 4.31.5
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio",
|
||||
"version": "4.31.5",
|
||||
"version": "4.32.0",
|
||||
"description": "",
|
||||
"python": "true"
|
||||
}
|
||||
|
@ -4,6 +4,12 @@
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.20.0
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/theme@0.2.3
|
||||
- @gradio/client@0.19.4
|
||||
- @gradio/form@0.1.18
|
||||
|
@ -1,5 +1,15 @@
|
||||
# website
|
||||
|
||||
## 0.31.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8403](https://github.com/gradio-app/gradio/pull/8403) [`5efd35c`](https://github.com/gradio-app/gradio/commit/5efd35c7a06d894fdcb68898bdaaf9b457e608f1) - Editable Docs. Thanks @aliabd!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/code@0.6.7
|
||||
|
||||
## 0.30.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "website",
|
||||
"version": "0.30.4",
|
||||
"version": "0.31.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pip install boto3 && python generate_jsons/generate.py && vite dev",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/accordion
|
||||
|
||||
## 0.3.16
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8284](https://github.com/gradio-app/gradio/pull/8284) [`2d705bc`](https://github.com/gradio-app/gradio/commit/2d705bcf7475eb46822358fed21dc081a800a73d) - Add body color to `gr.Accordion`. Thanks @hannahblair!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/column@0.1.2
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.3.15
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/accordion",
|
||||
"version": "0.3.15",
|
||||
"version": "0.3.16",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/annotatedimage
|
||||
|
||||
## 0.6.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.20.0
|
||||
- @gradio/statustracker@0.6.0
|
||||
- @gradio/upload@0.10.6
|
||||
|
||||
## 0.6.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/annotatedimage",
|
||||
"version": "0.6.5",
|
||||
"version": "0.6.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,58 @@
|
||||
# @gradio/app
|
||||
|
||||
## 1.35.6
|
||||
|
||||
### Features
|
||||
|
||||
- [#8243](https://github.com/gradio-app/gradio/pull/8243) [`55f664f`](https://github.com/gradio-app/gradio/commit/55f664f2979a49acc29a73cde16c6ebdfcc91db2) - Add event listener support to render blocks. Thanks @aliabid94!
|
||||
- [#8398](https://github.com/gradio-app/gradio/pull/8398) [`945ac83`](https://github.com/gradio-app/gradio/commit/945ac837e779b120790814ea6f6f81bd2712f5f8) - Improve rendering. Thanks @aliabid94!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/code@0.6.7
|
||||
- @gradio/client@0.20.0
|
||||
- @gradio/model3d@0.10.6
|
||||
- @gradio/column@0.1.2
|
||||
- @gradio/row@0.1.3
|
||||
- @gradio/statustracker@0.6.0
|
||||
- @gradio/dataset@0.1.39
|
||||
- @gradio/accordion@0.3.16
|
||||
- @gradio/highlightedtext@0.7.0
|
||||
- @gradio/annotatedimage@0.6.6
|
||||
- @gradio/audio@0.11.6
|
||||
- @gradio/button@0.2.39
|
||||
- @gradio/chatbot@0.10.6
|
||||
- @gradio/dataframe@0.8.6
|
||||
- @gradio/downloadbutton@0.1.16
|
||||
- @gradio/file@0.7.6
|
||||
- @gradio/fileexplorer@0.4.7
|
||||
- @gradio/gallery@0.10.6
|
||||
- @gradio/image@0.11.6
|
||||
- @gradio/imageeditor@0.7.6
|
||||
- @gradio/multimodaltextbox@0.4.6
|
||||
- @gradio/simpleimage@0.5.6
|
||||
- @gradio/upload@0.10.6
|
||||
- @gradio/uploadbutton@0.6.7
|
||||
- @gradio/video@0.8.6
|
||||
- @gradio/tabitem@0.2.10
|
||||
- @gradio/checkbox@0.3.6
|
||||
- @gradio/checkboxgroup@0.5.6
|
||||
- @gradio/colorpicker@0.3.6
|
||||
- @gradio/dropdown@0.7.6
|
||||
- @gradio/fallback@0.3.6
|
||||
- @gradio/html@0.2.6
|
||||
- @gradio/json@0.2.6
|
||||
- @gradio/label@0.3.6
|
||||
- @gradio/markdown@0.7.6
|
||||
- @gradio/number@0.4.6
|
||||
- @gradio/paramviewer@0.4.15
|
||||
- @gradio/plot@0.4.6
|
||||
- @gradio/radio@0.5.6
|
||||
- @gradio/simpledropdown@0.2.6
|
||||
- @gradio/simpletextbox@0.2.6
|
||||
- @gradio/slider@0.4.6
|
||||
- @gradio/textbox@0.6.5
|
||||
|
||||
## 1.35.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/app",
|
||||
"version": "1.35.5",
|
||||
"version": "1.35.6",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/audio
|
||||
|
||||
## 0.11.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.20.0
|
||||
- @gradio/statustracker@0.6.0
|
||||
- @gradio/button@0.2.39
|
||||
- @gradio/upload@0.10.6
|
||||
|
||||
## 0.11.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/audio",
|
||||
"version": "0.11.5",
|
||||
"version": "0.11.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/button
|
||||
|
||||
## 0.2.39
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.20.0
|
||||
- @gradio/upload@0.10.6
|
||||
|
||||
## 0.2.38
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/button",
|
||||
"version": "0.2.38",
|
||||
"version": "0.2.39",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# @gradio/chatbot
|
||||
|
||||
## 0.10.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.20.0
|
||||
- @gradio/statustracker@0.6.0
|
||||
- @gradio/audio@0.11.6
|
||||
- @gradio/image@0.11.6
|
||||
- @gradio/upload@0.10.6
|
||||
- @gradio/video@0.8.6
|
||||
- @gradio/markdown@0.7.6
|
||||
|
||||
## 0.10.5
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/chatbot",
|
||||
"version": "0.10.5",
|
||||
"version": "0.10.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/checkbox
|
||||
|
||||
## 0.3.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkbox",
|
||||
"version": "0.3.5",
|
||||
"version": "0.3.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/checkboxgroup
|
||||
|
||||
## 0.5.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.5.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkboxgroup",
|
||||
"version": "0.5.5",
|
||||
"version": "0.5.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/code
|
||||
|
||||
## 0.6.7
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
- @gradio/upload@0.10.6
|
||||
|
||||
## 0.6.6
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/code",
|
||||
"version": "0.6.6",
|
||||
"version": "0.6.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/colorpicker
|
||||
|
||||
## 0.3.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/colorpicker",
|
||||
"version": "0.3.5",
|
||||
"version": "0.3.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/column
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Features
|
||||
|
||||
- [#8398](https://github.com/gradio-app/gradio/pull/8398) [`945ac83`](https://github.com/gradio-app/gradio/commit/945ac837e779b120790814ea6f6f81bd2712f5f8) - Improve rendering. Thanks @aliabid94!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/column",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/dataframe
|
||||
|
||||
## 0.8.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.20.0
|
||||
- @gradio/statustracker@0.6.0
|
||||
- @gradio/button@0.2.39
|
||||
- @gradio/upload@0.10.6
|
||||
- @gradio/markdown@0.7.6
|
||||
|
||||
## 0.8.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataframe",
|
||||
"version": "0.8.5",
|
||||
"version": "0.8.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/dataset
|
||||
|
||||
## 0.1.39
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8364](https://github.com/gradio-app/gradio/pull/8364) [`6a1b58c`](https://github.com/gradio-app/gradio/commit/6a1b58cf3e4796ccb695db5baae190c894b30df0) - Add `--table-text-color` var to fix body text in `Examples`. Thanks @hannahblair!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.20.0
|
||||
- @gradio/upload@0.10.6
|
||||
|
||||
## 0.1.38
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataset",
|
||||
"version": "0.1.38",
|
||||
"version": "0.1.39",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/downloadbutton
|
||||
|
||||
## 0.1.16
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.20.0
|
||||
- @gradio/button@0.2.39
|
||||
|
||||
## 0.1.15
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/downloadbutton",
|
||||
"version": "0.1.15",
|
||||
"version": "0.1.16",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/dropdown
|
||||
|
||||
## 0.7.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.7.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dropdown",
|
||||
"version": "0.7.5",
|
||||
"version": "0.7.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/fallback
|
||||
|
||||
## 0.3.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fallback",
|
||||
"version": "0.3.5",
|
||||
"version": "0.3.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/file
|
||||
|
||||
## 0.7.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.20.0
|
||||
- @gradio/statustracker@0.6.0
|
||||
- @gradio/upload@0.10.6
|
||||
|
||||
## 0.7.5
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/file",
|
||||
"version": "0.7.5",
|
||||
"version": "0.7.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/fileexplorer
|
||||
|
||||
## 0.4.7
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.20.0
|
||||
- @gradio/statustracker@0.6.0
|
||||
- @gradio/file@0.7.6
|
||||
- @gradio/upload@0.10.6
|
||||
- @gradio/checkbox@0.3.6
|
||||
|
||||
## 0.4.6
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fileexplorer",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/gallery
|
||||
|
||||
## 0.10.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.20.0
|
||||
- @gradio/statustracker@0.6.0
|
||||
- @gradio/file@0.7.6
|
||||
- @gradio/image@0.11.6
|
||||
- @gradio/upload@0.10.6
|
||||
|
||||
## 0.10.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/gallery",
|
||||
"version": "0.10.5",
|
||||
"version": "0.10.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/highlightedtext
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8355](https://github.com/gradio-app/gradio/pull/8355) [`33e8bab`](https://github.com/gradio-app/gradio/commit/33e8babb17b2094327860bc1996ab855d6c22d46) - Enable hiding the inline category in HighlightedText with a `show_inline_category` argument. Thanks @xu-song!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.6.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/highlightedtext",
|
||||
"version": "0.6.4",
|
||||
"version": "0.7.0",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/html
|
||||
|
||||
## 0.2.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/html",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/image
|
||||
|
||||
## 0.11.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.20.0
|
||||
- @gradio/statustracker@0.6.0
|
||||
- @gradio/upload@0.10.6
|
||||
|
||||
## 0.11.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/image",
|
||||
"version": "0.11.5",
|
||||
"version": "0.11.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/imageeditor
|
||||
|
||||
## 0.7.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.20.0
|
||||
- @gradio/statustracker@0.6.0
|
||||
- @gradio/image@0.11.6
|
||||
- @gradio/upload@0.10.6
|
||||
|
||||
## 0.7.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/imageeditor",
|
||||
"version": "0.7.5",
|
||||
"version": "0.7.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/json
|
||||
|
||||
## 0.2.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/json",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/label
|
||||
|
||||
## 0.3.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/label",
|
||||
"version": "0.3.5",
|
||||
"version": "0.3.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/lite
|
||||
|
||||
## 4.32.0
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- gradio@4.32.0
|
||||
|
||||
## 4.31.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/lite",
|
||||
"version": "4.31.5",
|
||||
"version": "4.32.0",
|
||||
"description": "Serverless Gradio",
|
||||
"type": "module",
|
||||
"main": "dist/lite.js",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/markdown
|
||||
|
||||
## 0.7.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.7.5
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/markdown",
|
||||
"version": "0.7.5",
|
||||
"version": "0.7.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# @gradio/model3d
|
||||
|
||||
## 0.10.6
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8376](https://github.com/gradio-app/gradio/pull/8376) [`aebd2e9`](https://github.com/gradio-app/gradio/commit/aebd2e952e3a19633b9b95a49f51664bc8a0c20d) - Model3D right-handed coordinate system. Thanks @dylanebert!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.20.0
|
||||
- @gradio/statustracker@0.6.0
|
||||
- @gradio/upload@0.10.6
|
||||
|
||||
## 0.10.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/model3d",
|
||||
"version": "0.10.5",
|
||||
"version": "0.10.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/multimodaltextbox
|
||||
|
||||
## 0.4.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.20.0
|
||||
- @gradio/statustracker@0.6.0
|
||||
- @gradio/image@0.11.6
|
||||
- @gradio/upload@0.10.6
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/multimodaltextbox",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/number
|
||||
|
||||
## 0.4.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/number",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/paramviewer
|
||||
|
||||
## 0.4.15
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.4.14
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/paramviewer",
|
||||
"version": "0.4.14",
|
||||
"version": "0.4.15",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/plot
|
||||
|
||||
## 0.4.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/plot",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/radio
|
||||
|
||||
## 0.5.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.5.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/radio",
|
||||
"version": "0.5.5",
|
||||
"version": "0.5.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/row
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Features
|
||||
|
||||
- [#8398](https://github.com/gradio-app/gradio/pull/8398) [`945ac83`](https://github.com/gradio-app/gradio/commit/945ac837e779b120790814ea6f6f81bd2712f5f8) - Improve rendering. Thanks @aliabid94!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/row",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/simpledropdown
|
||||
|
||||
## 0.2.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.6.0
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/simpledropdown",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
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