chore: update versions (#5786)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2023-10-04 15:46:45 +01:00 committed by GitHub
parent 1ea6080247
commit 5d5ddcfa9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 66 additions and 22 deletions

View File

@ -1,8 +0,0 @@
---
"@gradio/app": patch
"@gradio/client": patch
"@gradio/wasm": patch
"gradio": patch
---
feat:Lite: Websocket queueing

View File

@ -1,6 +0,0 @@
---
"@gradio/chatbot": patch
"gradio": patch
---
fix:fix pending chatbot message styling and ensure messages with value `None` don't render

View File

@ -1,5 +1,15 @@
# gradio
## 3.46.1
### Features
- [#5124](https://github.com/gradio-app/gradio/pull/5124) [`6e56a0d9b`](https://github.com/gradio-app/gradio/commit/6e56a0d9b0c863e76c69e1183d9d40196922b4cd) - Lite: Websocket queueing. Thanks [@whitphx](https://github.com/whitphx)!
### Fixes
- [#5775](https://github.com/gradio-app/gradio/pull/5775) [`e2874bc3c`](https://github.com/gradio-app/gradio/commit/e2874bc3cb1397574f77dbd7f0408ed4e6792970) - fix pending chatbot message styling and ensure messages with value `None` don't render. Thanks [@hannahblair](https://github.com/hannahblair)!
## 3.46.0
### Features

View File

@ -1,5 +1,11 @@
# @gradio/client
## 0.4.2
### Features
- [#5124](https://github.com/gradio-app/gradio/pull/5124) [`6e56a0d9b`](https://github.com/gradio-app/gradio/commit/6e56a0d9b0c863e76c69e1183d9d40196922b4cd) - Lite: Websocket queueing. Thanks [@whitphx](https://github.com/whitphx)!
## 0.4.1
### Fixes

View File

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

View File

@ -1,5 +1,15 @@
# gradio
## 3.46.1
### Features
- [#5124](https://github.com/gradio-app/gradio/pull/5124) [`6e56a0d9b`](https://github.com/gradio-app/gradio/commit/6e56a0d9b0c863e76c69e1183d9d40196922b4cd) - Lite: Websocket queueing. Thanks [@whitphx](https://github.com/whitphx)!
### Fixes
- [#5775](https://github.com/gradio-app/gradio/pull/5775) [`e2874bc3c`](https://github.com/gradio-app/gradio/commit/e2874bc3cb1397574f77dbd7f0408ed4e6792970) - fix pending chatbot message styling and ensure messages with value `None` don't render. Thanks [@hannahblair](https://github.com/hannahblair)!
## 3.46.0
### Features

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/app
## 1.6.4
### Features
- [#5124](https://github.com/gradio-app/gradio/pull/5124) [`6e56a0d9b`](https://github.com/gradio-app/gradio/commit/6e56a0d9b0c863e76c69e1183d9d40196922b4cd) - Lite: Websocket queueing. Thanks [@whitphx](https://github.com/whitphx)!
## 1.6.3
### Patch Changes
@ -267,4 +273,4 @@ Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#4995](https://github.com/gradio-app/gradio/pull/4995) [`3f8c210b`](https://github.com/gradio-app/gradio/commit/3f8c210b01ef1ceaaf8ee73be4bf246b5b745bbf) - Implement left and right click in `Gallery` component and show implicit images in `Gallery` grid. Thanks [@hannahblair](https://github.com/hannahblair)!
- [#4993](https://github.com/gradio-app/gradio/pull/4993) [`dc07a9f9`](https://github.com/gradio-app/gradio/commit/dc07a9f947de44b419d8384987a02dcf94977851) - Bringing back the "Add download button for audio" PR by [@leuryr](https://github.com/leuryr). Thanks [@abidlabs](https://github.com/abidlabs)!
- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)!
- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)!

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/chatbot
## 0.5.1
### Fixes
- [#5775](https://github.com/gradio-app/gradio/pull/5775) [`e2874bc3c`](https://github.com/gradio-app/gradio/commit/e2874bc3cb1397574f77dbd7f0408ed4e6792970) - fix pending chatbot message styling and ensure messages with value `None` don't render. Thanks [@hannahblair](https://github.com/hannahblair)!
## 0.5.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/chatbot",
"version": "0.5.0",
"version": "0.5.1",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,12 @@
# @gradio/file
## 0.1.6
### Patch Changes
- Updated dependencies [[`6e56a0d9b`](https://github.com/gradio-app/gradio/commit/6e56a0d9b0c863e76c69e1183d9d40196922b4cd)]:
- @gradio/client@0.4.2
## 0.1.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/file",
"version": "0.1.5",
"version": "0.1.6",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,12 @@
# @gradio/uploadbutton
## 0.0.9
### Patch Changes
- Updated dependencies [[`6e56a0d9b`](https://github.com/gradio-app/gradio/commit/6e56a0d9b0c863e76c69e1183d9d40196922b4cd)]:
- @gradio/client@0.4.2
## 0.0.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/uploadbutton",
"version": "0.0.8",
"version": "0.0.9",
"description": "Gradio UI packages",
"type": "module",
"main": "index.svelte",

View File

@ -1,5 +1,11 @@
# @gradio/wasm
## 0.0.4
### Features
- [#5124](https://github.com/gradio-app/gradio/pull/5124) [`6e56a0d9b`](https://github.com/gradio-app/gradio/commit/6e56a0d9b0c863e76c69e1183d9d40196922b4cd) - Lite: Websocket queueing. Thanks [@whitphx](https://github.com/whitphx)!
## 0.0.3
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/wasm",
"version": "0.0.3",
"version": "0.0.4",
"description": "Gradio Wasm package",
"type": "module",
"main": "./dist/index.js",