mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
chore: update versions (#7914)
This commit is contained in:
parent
1a7851c512
commit
b561a27816
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/app": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:ensure kwargs are always in sync across the whole application
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/image": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Correctly handle device selection in `Image` and `ImageEditor`
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Bugfix: Fix color and size keys in theme builder app
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@gradio/markdown": patch
|
||||
"@gradio/theme": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Restore Markdown formatting for Chatbots, MarkdownCode
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/dropdown": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:ensure entire dropdown is clickable
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Allow displaying gr.Code examples by their filename if value is a tuple
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@gradio/app": minor
|
||||
"@gradio/lite": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Lite playground design changes
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Adding hint `list[list]` for example parameter
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Handle the case of multiple headers when constructing root url
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/app": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix programmatic tab selection
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/imageeditor": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Trigger the "clear" event of Image Editor
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"website": minor
|
||||
---
|
||||
|
||||
feat:style changes for gradio website docs navbar
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
"website": patch
|
||||
---
|
||||
|
||||
fix:Adds a Guide on deploying Gradio apps with Docker
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@gradio/app": patch
|
||||
"gradio": patch
|
||||
"gradio_client": patch
|
||||
---
|
||||
|
||||
feat:Adds an "API Recorder" to the view API page, some internal methods have been made async
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/checkboxgroup": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix gr.CheckboxGroup change event
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/client": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fixes streaming event race condition
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Use asyncio.Event to stop stream in heartbeat route
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Fix task bug in python 3.9
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Fix handling of single font name in theme
|
26
CHANGELOG.md
26
CHANGELOG.md
@ -1,5 +1,31 @@
|
||||
# gradio
|
||||
|
||||
## 4.26.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#7811](https://github.com/gradio-app/gradio/pull/7811) [`b43055b`](https://github.com/gradio-app/gradio/commit/b43055b297dfe1aa56fda4cd722d878f7297a1b5) - Lite playground design changes. Thanks @aliabd!
|
||||
- [#7850](https://github.com/gradio-app/gradio/pull/7850) [`2bae1cf`](https://github.com/gradio-app/gradio/commit/2bae1cfbd41ed8ae3eea031a64899611a22a1821) - Adds an "API Recorder" to the view API page, some internal methods have been made async. Thanks @abidlabs!
|
||||
- [#7936](https://github.com/gradio-app/gradio/pull/7936) [`b165193`](https://github.com/gradio-app/gradio/commit/b165193902985b77a732ed703423ebebeaf0da27) - Restore Markdown formatting for Chatbots, MarkdownCode. Thanks @aliabid94!
|
||||
- [#7912](https://github.com/gradio-app/gradio/pull/7912) [`a4782f7`](https://github.com/gradio-app/gradio/commit/a4782f7a09ed69ebfa9953b029bd4ffa1c60220a) - Allow displaying gr.Code examples by their filename if value is a tuple. Thanks @freddyaboulton!
|
||||
- [#7938](https://github.com/gradio-app/gradio/pull/7938) [`8250a1a`](https://github.com/gradio-app/gradio/commit/8250a1a0dfb8219943beef500ddf29e0fcc4e38d) - Handle the case of multiple headers when constructing root url. Thanks @abidlabs!
|
||||
- [#7932](https://github.com/gradio-app/gradio/pull/7932) [`b78129d`](https://github.com/gradio-app/gradio/commit/b78129d90fc800e6987226114adc2f062dc403ec) - Use asyncio.Event to stop stream in heartbeat route. Thanks @freddyaboulton!
|
||||
- [#7961](https://github.com/gradio-app/gradio/pull/7961) [`eae97c2`](https://github.com/gradio-app/gradio/commit/eae97c29ce8bb81670e1ee0533efa02afa38cc23) - Fix task bug in python 3.9. Thanks @freddyaboulton!
|
||||
- [#7967](https://github.com/gradio-app/gradio/pull/7967) [`1a7851c`](https://github.com/gradio-app/gradio/commit/1a7851c5125b7dd2bccf9f3f1ead38be5da2c9ad) - Fix handling of single font name in theme. Thanks @sd109!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7963](https://github.com/gradio-app/gradio/pull/7963) [`1eb4c20`](https://github.com/gradio-app/gradio/commit/1eb4c2012065c678d722477f3555ec45a9e78c14) - ensure kwargs are always in sync across the whole application. Thanks @pngwn!
|
||||
- [#7916](https://github.com/gradio-app/gradio/pull/7916) [`7c9a964`](https://github.com/gradio-app/gradio/commit/7c9a964ac6b9c2231c7439758e87b4fac56db99f) - Fix programmatic tab selection. Thanks @aliabid94!
|
||||
- [#7754](https://github.com/gradio-app/gradio/pull/7754) [`057d171`](https://github.com/gradio-app/gradio/commit/057d171c717737a522b55b0d66962f9c62dd87c3) - Correctly handle device selection in `Image` and `ImageEditor`. Thanks @hannahblair!
|
||||
- [#7756](https://github.com/gradio-app/gradio/pull/7756) [`b729f10`](https://github.com/gradio-app/gradio/commit/b729f10321b571e7de418596d1cf605773b0b8e6) - Bugfix: Fix color and size keys in theme builder app. Thanks @shubhamofbce!
|
||||
- [#7918](https://github.com/gradio-app/gradio/pull/7918) [`be46ab1`](https://github.com/gradio-app/gradio/commit/be46ab1213b32a40e4ac1c399499d69eaf6ec0f1) - ensure entire dropdown is clickable. Thanks @dawoodkhan82!
|
||||
- [#7966](https://github.com/gradio-app/gradio/pull/7966) [`bad3836`](https://github.com/gradio-app/gradio/commit/bad383645ec659433086b174f1ec5a7e2669d43b) - Adding hint `list[list]` for example parameter. Thanks @WH-Yoshi!
|
||||
- [#7817](https://github.com/gradio-app/gradio/pull/7817) [`867ff16`](https://github.com/gradio-app/gradio/commit/867ff16cd47ceb5bbf076503538a262b6fe64638) - Trigger the "clear" event of Image Editor. Thanks @uebian!
|
||||
- [#7935](https://github.com/gradio-app/gradio/pull/7935) [`919afff`](https://github.com/gradio-app/gradio/commit/919afffcee87bee25a6905c488484936df92189d) - Adds a Guide on deploying Gradio apps with Docker. Thanks @abidlabs!
|
||||
- [#7915](https://github.com/gradio-app/gradio/pull/7915) [`efd9524`](https://github.com/gradio-app/gradio/commit/efd95245081f5657b1d13f34038205fc8791c1f7) - Fix gr.CheckboxGroup change event. Thanks @freddyaboulton!
|
||||
- [#7926](https://github.com/gradio-app/gradio/pull/7926) [`9666854`](https://github.com/gradio-app/gradio/commit/966685479078f59430b3bced7e6068eb8157c003) - Fixes streaming event race condition. Thanks @aliabid94!
|
||||
|
||||
## 4.25.0
|
||||
|
||||
### Highlights
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/client
|
||||
|
||||
## 0.15.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7926](https://github.com/gradio-app/gradio/pull/7926) [`9666854`](https://github.com/gradio-app/gradio/commit/966685479078f59430b3bced7e6068eb8157c003) - Fixes streaming event race condition. Thanks @aliabid94!
|
||||
|
||||
## 0.15.0
|
||||
|
||||
### Highlights
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/client",
|
||||
"version": "0.15.0",
|
||||
"version": "0.15.1",
|
||||
"description": "Gradio API client",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# gradio_client
|
||||
|
||||
## 0.15.1
|
||||
|
||||
### Features
|
||||
|
||||
- [#7850](https://github.com/gradio-app/gradio/pull/7850) [`2bae1cf`](https://github.com/gradio-app/gradio/commit/2bae1cfbd41ed8ae3eea031a64899611a22a1821) - Adds an "API Recorder" to the view API page, some internal methods have been made async. Thanks @abidlabs!
|
||||
|
||||
## 0.15.0
|
||||
|
||||
### Highlights
|
||||
|
@ -1,5 +1,11 @@
|
||||
# gradio_client
|
||||
|
||||
## 0.15.1
|
||||
|
||||
### Features
|
||||
|
||||
- [#7850](https://github.com/gradio-app/gradio/pull/7850) [`2bae1cf`](https://github.com/gradio-app/gradio/commit/2bae1cfbd41ed8ae3eea031a64899611a22a1821) - Adds an "API Recorder" to the view API page, some internal methods have been made async. Thanks @abidlabs!
|
||||
|
||||
## 0.15.0
|
||||
|
||||
### Highlights
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio_client",
|
||||
"version": "0.15.0",
|
||||
"version": "0.15.1",
|
||||
"description": "",
|
||||
"python": "true",
|
||||
"main_changeset": true
|
||||
|
@ -1,5 +1,31 @@
|
||||
# gradio
|
||||
|
||||
## 4.26.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#7811](https://github.com/gradio-app/gradio/pull/7811) [`b43055b`](https://github.com/gradio-app/gradio/commit/b43055b297dfe1aa56fda4cd722d878f7297a1b5) - Lite playground design changes. Thanks @aliabd!
|
||||
- [#7850](https://github.com/gradio-app/gradio/pull/7850) [`2bae1cf`](https://github.com/gradio-app/gradio/commit/2bae1cfbd41ed8ae3eea031a64899611a22a1821) - Adds an "API Recorder" to the view API page, some internal methods have been made async. Thanks @abidlabs!
|
||||
- [#7936](https://github.com/gradio-app/gradio/pull/7936) [`b165193`](https://github.com/gradio-app/gradio/commit/b165193902985b77a732ed703423ebebeaf0da27) - Restore Markdown formatting for Chatbots, MarkdownCode. Thanks @aliabid94!
|
||||
- [#7912](https://github.com/gradio-app/gradio/pull/7912) [`a4782f7`](https://github.com/gradio-app/gradio/commit/a4782f7a09ed69ebfa9953b029bd4ffa1c60220a) - Allow displaying gr.Code examples by their filename if value is a tuple. Thanks @freddyaboulton!
|
||||
- [#7938](https://github.com/gradio-app/gradio/pull/7938) [`8250a1a`](https://github.com/gradio-app/gradio/commit/8250a1a0dfb8219943beef500ddf29e0fcc4e38d) - Handle the case of multiple headers when constructing root url. Thanks @abidlabs!
|
||||
- [#7932](https://github.com/gradio-app/gradio/pull/7932) [`b78129d`](https://github.com/gradio-app/gradio/commit/b78129d90fc800e6987226114adc2f062dc403ec) - Use asyncio.Event to stop stream in heartbeat route. Thanks @freddyaboulton!
|
||||
- [#7961](https://github.com/gradio-app/gradio/pull/7961) [`eae97c2`](https://github.com/gradio-app/gradio/commit/eae97c29ce8bb81670e1ee0533efa02afa38cc23) - Fix task bug in python 3.9. Thanks @freddyaboulton!
|
||||
- [#7967](https://github.com/gradio-app/gradio/pull/7967) [`1a7851c`](https://github.com/gradio-app/gradio/commit/1a7851c5125b7dd2bccf9f3f1ead38be5da2c9ad) - Fix handling of single font name in theme. Thanks @sd109!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7963](https://github.com/gradio-app/gradio/pull/7963) [`1eb4c20`](https://github.com/gradio-app/gradio/commit/1eb4c2012065c678d722477f3555ec45a9e78c14) - ensure kwargs are always in sync across the whole application. Thanks @pngwn!
|
||||
- [#7916](https://github.com/gradio-app/gradio/pull/7916) [`7c9a964`](https://github.com/gradio-app/gradio/commit/7c9a964ac6b9c2231c7439758e87b4fac56db99f) - Fix programmatic tab selection. Thanks @aliabid94!
|
||||
- [#7754](https://github.com/gradio-app/gradio/pull/7754) [`057d171`](https://github.com/gradio-app/gradio/commit/057d171c717737a522b55b0d66962f9c62dd87c3) - Correctly handle device selection in `Image` and `ImageEditor`. Thanks @hannahblair!
|
||||
- [#7756](https://github.com/gradio-app/gradio/pull/7756) [`b729f10`](https://github.com/gradio-app/gradio/commit/b729f10321b571e7de418596d1cf605773b0b8e6) - Bugfix: Fix color and size keys in theme builder app. Thanks @shubhamofbce!
|
||||
- [#7918](https://github.com/gradio-app/gradio/pull/7918) [`be46ab1`](https://github.com/gradio-app/gradio/commit/be46ab1213b32a40e4ac1c399499d69eaf6ec0f1) - ensure entire dropdown is clickable. Thanks @dawoodkhan82!
|
||||
- [#7966](https://github.com/gradio-app/gradio/pull/7966) [`bad3836`](https://github.com/gradio-app/gradio/commit/bad383645ec659433086b174f1ec5a7e2669d43b) - Adding hint `list[list]` for example parameter. Thanks @WH-Yoshi!
|
||||
- [#7817](https://github.com/gradio-app/gradio/pull/7817) [`867ff16`](https://github.com/gradio-app/gradio/commit/867ff16cd47ceb5bbf076503538a262b6fe64638) - Trigger the "clear" event of Image Editor. Thanks @uebian!
|
||||
- [#7935](https://github.com/gradio-app/gradio/pull/7935) [`919afff`](https://github.com/gradio-app/gradio/commit/919afffcee87bee25a6905c488484936df92189d) - Adds a Guide on deploying Gradio apps with Docker. Thanks @abidlabs!
|
||||
- [#7915](https://github.com/gradio-app/gradio/pull/7915) [`efd9524`](https://github.com/gradio-app/gradio/commit/efd95245081f5657b1d13f34038205fc8791c1f7) - Fix gr.CheckboxGroup change event. Thanks @freddyaboulton!
|
||||
- [#7926](https://github.com/gradio-app/gradio/pull/7926) [`9666854`](https://github.com/gradio-app/gradio/commit/966685479078f59430b3bced7e6068eb8157c003) - Fixes streaming event race condition. Thanks @aliabid94!
|
||||
|
||||
## 4.25.0
|
||||
|
||||
### Highlights
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio",
|
||||
"version": "4.25.0",
|
||||
"version": "4.26.0",
|
||||
"description": "",
|
||||
"python": "true"
|
||||
}
|
||||
|
@ -4,6 +4,14 @@
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/theme@0.2.1
|
||||
- @gradio/client@0.15.1
|
||||
- @gradio/form@0.1.13
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.15.0
|
||||
|
||||
## 0.0.1
|
||||
|
@ -1,5 +1,19 @@
|
||||
# website
|
||||
|
||||
## 0.26.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#7945](https://github.com/gradio-app/gradio/pull/7945) [`328325a`](https://github.com/gradio-app/gradio/commit/328325a7ad812e7e152fe57a5a91a54b67adf728) - style changes for gradio website docs navbar. Thanks @shafiqihtsham!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7935](https://github.com/gradio-app/gradio/pull/7935) [`919afff`](https://github.com/gradio-app/gradio/commit/919afffcee87bee25a6905c488484936df92189d) - Adds a Guide on deploying Gradio apps with Docker. Thanks @abidlabs!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/code@0.5.11
|
||||
|
||||
## 0.25.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "website",
|
||||
"version": "0.25.2",
|
||||
"version": "0.26.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "python generate_jsons/generate.py && vite dev",
|
||||
@ -22,7 +22,7 @@
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@gradio/code": "0.5.10",
|
||||
"@gradio/code": "0.5.11",
|
||||
"@sindresorhus/slugify": "^2.2.0",
|
||||
"@sveltejs/adapter-vercel": "^3.0.3",
|
||||
"hast-util-to-string": "^3.0.0",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/accordion
|
||||
|
||||
## 0.3.8
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
|
||||
## 0.3.7
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/accordion",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
@ -11,7 +11,7 @@
|
||||
"@gradio/atoms": "workspace:^",
|
||||
"@gradio/column": "workspace:^",
|
||||
"@gradio/statustracker": "workspace:^",
|
||||
"@gradio/utils": "workspace:0.3.0"
|
||||
"@gradio/utils": "workspace:0.3.1"
|
||||
},
|
||||
"exports": {
|
||||
".": "./Index.svelte",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/annotatedimage
|
||||
|
||||
## 0.5.11
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
- @gradio/upload@0.8.4
|
||||
- @gradio/client@0.15.1
|
||||
|
||||
## 0.5.10
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/annotatedimage",
|
||||
"version": "0.5.10",
|
||||
"version": "0.5.11",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,67 @@
|
||||
# @gradio/app
|
||||
|
||||
## 1.31.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#7811](https://github.com/gradio-app/gradio/pull/7811) [`b43055b`](https://github.com/gradio-app/gradio/commit/b43055b297dfe1aa56fda4cd722d878f7297a1b5) - Lite playground design changes. Thanks @aliabd!
|
||||
- [#7850](https://github.com/gradio-app/gradio/pull/7850) [`2bae1cf`](https://github.com/gradio-app/gradio/commit/2bae1cfbd41ed8ae3eea031a64899611a22a1821) - Adds an "API Recorder" to the view API page, some internal methods have been made async. Thanks @abidlabs!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7963](https://github.com/gradio-app/gradio/pull/7963) [`1eb4c20`](https://github.com/gradio-app/gradio/commit/1eb4c2012065c678d722477f3555ec45a9e78c14) - ensure kwargs are always in sync across the whole application. Thanks @pngwn!
|
||||
- [#7916](https://github.com/gradio-app/gradio/pull/7916) [`7c9a964`](https://github.com/gradio-app/gradio/commit/7c9a964ac6b9c2231c7439758e87b4fac56db99f) - Fix programmatic tab selection. Thanks @aliabid94!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
- @gradio/code@0.5.11
|
||||
- @gradio/upload@0.8.4
|
||||
- @gradio/tabs@0.2.5
|
||||
- @gradio/image@0.9.11
|
||||
- @gradio/markdown@0.6.9
|
||||
- @gradio/theme@0.2.1
|
||||
- @gradio/dropdown@0.6.6
|
||||
- @gradio/imageeditor@0.4.11
|
||||
- @gradio/checkboxgroup@0.4.8
|
||||
- @gradio/client@0.15.1
|
||||
- @gradio/chatbot@0.8.2
|
||||
- @gradio/gallery@0.8.7
|
||||
- @gradio/multimodaltextbox@0.2.4
|
||||
- @gradio/video@0.6.11
|
||||
- @gradio/dataframe@0.6.12
|
||||
- @gradio/highlightedtext@0.4.14
|
||||
- @gradio/plot@0.3.6
|
||||
- @gradio/annotatedimage@0.5.11
|
||||
- @gradio/audio@0.9.11
|
||||
- @gradio/button@0.2.30
|
||||
- @gradio/dataset@0.1.30
|
||||
- @gradio/downloadbutton@0.1.7
|
||||
- @gradio/file@0.5.11
|
||||
- @gradio/fileexplorer@0.3.31
|
||||
- @gradio/model3d@0.8.10
|
||||
- @gradio/simpleimage@0.3.11
|
||||
- @gradio/uploadbutton@0.5.7
|
||||
- @gradio/accordion@0.3.8
|
||||
- @gradio/checkbox@0.2.14
|
||||
- @gradio/colorpicker@0.2.14
|
||||
- @gradio/fallback@0.2.14
|
||||
- @gradio/form@0.1.13
|
||||
- @gradio/html@0.1.14
|
||||
- @gradio/json@0.1.14
|
||||
- @gradio/label@0.2.14
|
||||
- @gradio/number@0.3.14
|
||||
- @gradio/paramviewer@0.4.7
|
||||
- @gradio/radio@0.4.9
|
||||
- @gradio/simpledropdown@0.1.14
|
||||
- @gradio/simpletextbox@0.1.14
|
||||
- @gradio/slider@0.3.2
|
||||
- @gradio/tabitem@0.2.5
|
||||
- @gradio/textbox@0.4.15
|
||||
- @gradio/box@0.1.13
|
||||
|
||||
## 1.30.1
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/app",
|
||||
"version": "1.30.1",
|
||||
"version": "1.31.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/atoms
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/atoms",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/audio
|
||||
|
||||
## 0.9.11
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
- @gradio/upload@0.8.4
|
||||
- @gradio/client@0.15.1
|
||||
- @gradio/button@0.2.30
|
||||
|
||||
## 0.9.10
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/audio",
|
||||
"version": "0.9.10",
|
||||
"version": "0.9.11",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/box
|
||||
|
||||
## 0.1.13
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.2
|
||||
|
||||
## 0.1.12
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/box",
|
||||
"version": "0.1.12",
|
||||
"version": "0.1.13",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/button
|
||||
|
||||
## 0.2.30
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/upload@0.8.4
|
||||
- @gradio/client@0.15.1
|
||||
|
||||
## 0.2.29
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/button",
|
||||
"version": "0.2.29",
|
||||
"version": "0.2.30",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,20 @@
|
||||
# @gradio/chatbot
|
||||
|
||||
## 0.8.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
- @gradio/upload@0.8.4
|
||||
- @gradio/image@0.9.11
|
||||
- @gradio/markdown@0.6.9
|
||||
- @gradio/theme@0.2.1
|
||||
- @gradio/client@0.15.1
|
||||
- @gradio/video@0.6.11
|
||||
- @gradio/audio@0.9.11
|
||||
|
||||
## 0.8.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/chatbot",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/checkbox
|
||||
|
||||
## 0.2.14
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
|
||||
## 0.2.13
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkbox",
|
||||
"version": "0.2.13",
|
||||
"version": "0.2.14",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# @gradio/checkboxgroup
|
||||
|
||||
## 0.4.8
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7915](https://github.com/gradio-app/gradio/pull/7915) [`efd9524`](https://github.com/gradio-app/gradio/commit/efd95245081f5657b1d13f34038205fc8791c1f7) - Fix gr.CheckboxGroup change event. Thanks @freddyaboulton!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
|
||||
## 0.4.7
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkboxgroup",
|
||||
"version": "0.4.7",
|
||||
"version": "0.4.8",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/code
|
||||
|
||||
## 0.5.11
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
- @gradio/upload@0.8.4
|
||||
|
||||
## 0.5.10
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/code",
|
||||
"version": "0.5.10",
|
||||
"version": "0.5.11",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/colorpicker
|
||||
|
||||
## 0.2.14
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
|
||||
## 0.2.13
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/colorpicker",
|
||||
"version": "0.2.13",
|
||||
"version": "0.2.14",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/dataframe
|
||||
|
||||
## 0.6.12
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
- @gradio/upload@0.8.4
|
||||
- @gradio/markdown@0.6.9
|
||||
- @gradio/button@0.2.30
|
||||
|
||||
## 0.6.11
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataframe",
|
||||
"version": "0.6.11",
|
||||
"version": "0.6.12",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/dataset
|
||||
|
||||
## 0.1.30
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/upload@0.8.4
|
||||
- @gradio/client@0.15.1
|
||||
|
||||
## 0.1.29
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataset",
|
||||
"version": "0.1.29",
|
||||
"version": "0.1.30",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/downloadbutton
|
||||
|
||||
## 0.1.7
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/client@0.15.1
|
||||
- @gradio/button@0.2.30
|
||||
|
||||
## 0.1.6
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/downloadbutton",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# @gradio/dropdown
|
||||
|
||||
## 0.6.6
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7918](https://github.com/gradio-app/gradio/pull/7918) [`be46ab1`](https://github.com/gradio-app/gradio/commit/be46ab1213b32a40e4ac1c399499d69eaf6ec0f1) - ensure entire dropdown is clickable. Thanks @dawoodkhan82!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
|
||||
## 0.6.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dropdown",
|
||||
"version": "0.6.5",
|
||||
"version": "0.6.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/fallback
|
||||
|
||||
## 0.2.14
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
|
||||
## 0.2.13
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fallback",
|
||||
"version": "0.2.13",
|
||||
"version": "0.2.14",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/file
|
||||
|
||||
## 0.5.11
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
- @gradio/upload@0.8.4
|
||||
- @gradio/client@0.15.1
|
||||
|
||||
## 0.5.10
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/file",
|
||||
"version": "0.5.10",
|
||||
"version": "0.5.11",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# @gradio/fileexplorer
|
||||
|
||||
## 0.3.31
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
- @gradio/upload@0.8.4
|
||||
- @gradio/client@0.15.1
|
||||
- @gradio/file@0.5.11
|
||||
- @gradio/checkbox@0.2.14
|
||||
|
||||
## 0.3.30
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fileexplorer",
|
||||
"version": "0.3.30",
|
||||
"version": "0.3.31",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/form
|
||||
|
||||
## 0.1.13
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
|
||||
## 0.1.12
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/form",
|
||||
"version": "0.1.12",
|
||||
"version": "0.1.13",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# @gradio/gallery
|
||||
|
||||
## 0.8.7
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
- @gradio/upload@0.8.4
|
||||
- @gradio/image@0.9.11
|
||||
- @gradio/client@0.15.1
|
||||
- @gradio/file@0.5.11
|
||||
|
||||
## 0.8.6
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/gallery",
|
||||
"version": "0.8.6",
|
||||
"version": "0.8.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/highlightedtext
|
||||
|
||||
## 0.4.14
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
- @gradio/theme@0.2.1
|
||||
|
||||
## 0.4.13
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/highlightedtext",
|
||||
"version": "0.4.13",
|
||||
"version": "0.4.14",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/html
|
||||
|
||||
## 0.1.14
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
|
||||
## 0.1.13
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/html",
|
||||
"version": "0.1.13",
|
||||
"version": "0.1.14",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,19 @@
|
||||
# @gradio/image
|
||||
|
||||
## 0.9.11
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7754](https://github.com/gradio-app/gradio/pull/7754) [`057d171`](https://github.com/gradio-app/gradio/commit/057d171c717737a522b55b0d66962f9c62dd87c3) - Correctly handle device selection in `Image` and `ImageEditor`. Thanks @hannahblair!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
- @gradio/upload@0.8.4
|
||||
- @gradio/client@0.15.1
|
||||
|
||||
## 0.9.10
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/image",
|
||||
"version": "0.9.10",
|
||||
"version": "0.9.11",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,20 @@
|
||||
# @gradio/imageeditor
|
||||
|
||||
## 0.4.11
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7817](https://github.com/gradio-app/gradio/pull/7817) [`867ff16`](https://github.com/gradio-app/gradio/commit/867ff16cd47ceb5bbf076503538a262b6fe64638) - Trigger the "clear" event of Image Editor. Thanks @uebian!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
- @gradio/upload@0.8.4
|
||||
- @gradio/image@0.9.11
|
||||
- @gradio/client@0.15.1
|
||||
|
||||
## 0.4.10
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/imageeditor",
|
||||
"version": "0.4.10",
|
||||
"version": "0.4.11",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/json
|
||||
|
||||
## 0.1.14
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
|
||||
## 0.1.13
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/json",
|
||||
"version": "0.1.13",
|
||||
"version": "0.1.14",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/label
|
||||
|
||||
## 0.2.14
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
|
||||
## 0.2.13
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/label",
|
||||
"version": "0.2.13",
|
||||
"version": "0.2.14",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/lite
|
||||
|
||||
## 4.26.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#7811](https://github.com/gradio-app/gradio/pull/7811) [`b43055b`](https://github.com/gradio-app/gradio/commit/b43055b297dfe1aa56fda4cd722d878f7297a1b5) - Lite playground design changes. Thanks @aliabd!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- gradio@4.26.0
|
||||
|
||||
## 4.25.0
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/lite",
|
||||
"version": "4.25.0",
|
||||
"version": "4.26.0",
|
||||
"description": "Serverless Gradio",
|
||||
"type": "module",
|
||||
"main": "dist/lite.js",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# @gradio/markdown
|
||||
|
||||
## 0.6.9
|
||||
|
||||
### Features
|
||||
|
||||
- [#7936](https://github.com/gradio-app/gradio/pull/7936) [`b165193`](https://github.com/gradio-app/gradio/commit/b165193902985b77a732ed703423ebebeaf0da27) - Restore Markdown formatting for Chatbots, MarkdownCode. Thanks @aliabid94!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
|
||||
## 0.6.8
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/markdown",
|
||||
"version": "0.6.8",
|
||||
"version": "0.6.9",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/model3d
|
||||
|
||||
## 0.8.10
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
- @gradio/upload@0.8.4
|
||||
- @gradio/client@0.15.1
|
||||
|
||||
## 0.8.9
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/model3d",
|
||||
"version": "0.8.9",
|
||||
"version": "0.8.10",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/multimodaltextbox
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
- @gradio/upload@0.8.4
|
||||
- @gradio/image@0.9.11
|
||||
- @gradio/client@0.15.1
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/multimodaltextbox",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/number
|
||||
|
||||
## 0.3.14
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
|
||||
## 0.3.13
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/number",
|
||||
"version": "0.3.13",
|
||||
"version": "0.3.14",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/paramviewer
|
||||
|
||||
## 0.4.7
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
|
||||
## 0.4.6
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/paramviewer",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/plot
|
||||
|
||||
## 0.3.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
- @gradio/theme@0.2.1
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/plot",
|
||||
"version": "0.3.5",
|
||||
"version": "0.3.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# gradio_test
|
||||
|
||||
## 0.3.11
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.3.1
|
||||
- @gradio/atoms@0.6.2
|
||||
- @gradio/statustracker@0.4.11
|
||||
|
||||
## 0.3.10
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio_test",
|
||||
"version": "0.3.10",
|
||||
"version": "0.3.11",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
@ -13,9 +13,9 @@
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@gradio/atoms": "0.6.1",
|
||||
"@gradio/statustracker": "0.4.10",
|
||||
"@gradio/utils": "0.3.0",
|
||||
"@gradio/atoms": "0.6.2",
|
||||
"@gradio/statustracker": "0.4.11",
|
||||
"@gradio/utils": "0.3.1",
|
||||
"@zerodevx/svelte-json-view": "^1.0.7"
|
||||
}
|
||||
}
|
||||
|
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