chore: update versions (#10444)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Gradio PR Bot 2025-01-28 16:37:47 -08:00 committed by GitHub
parent 337b5224a6
commit 7cc5aa195b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
57 changed files with 243 additions and 48 deletions

View File

@ -1,6 +0,0 @@
---
"@gradio/dataframe": patch
"gradio": patch
---
feat:Tiny tweak to example dataframes

View File

@ -1,5 +0,0 @@
---
"website": patch
---
feat:Fix error with website build in chatbot.svx

View File

@ -1,6 +0,0 @@
---
"@gradio/wasm": patch
"gradio": patch
---
feat:Update Pyodide to 0.27.2

View File

@ -1,6 +0,0 @@
---
"@gradio/chatbot": patch
"gradio": patch
---
feat:Small tweaks to `gr.ChatMessage` and spacing between chatbot messages

View File

@ -1,5 +1,13 @@
# gradio
## 5.13.2
### Features
- [#10452](https://github.com/gradio-app/gradio/pull/10452) [`dd178f3`](https://github.com/gradio-app/gradio/commit/dd178f3dd5968df445b43f5e3b8cb86b11374913) - Tiny tweak to example dataframes. Thanks @hannahblair!
- [#10426](https://github.com/gradio-app/gradio/pull/10426) [`2167f58`](https://github.com/gradio-app/gradio/commit/2167f58fb8d64141d1b9d567af621c8b4d039e04) - Update Pyodide to 0.27.2. Thanks @whitphx!
- [#10448](https://github.com/gradio-app/gradio/pull/10448) [`337b522`](https://github.com/gradio-app/gradio/commit/337b5224a682fe18dc8d1c1e5bab2a3341ce01dc) - Small tweaks to `gr.ChatMessage` and spacing between chatbot messages. Thanks @abidlabs!
## 5.13.1
### Features

View File

@ -1,5 +1,13 @@
# gradio
## 5.13.2
### Features
- [#10452](https://github.com/gradio-app/gradio/pull/10452) [`dd178f3`](https://github.com/gradio-app/gradio/commit/dd178f3dd5968df445b43f5e3b8cb86b11374913) - Tiny tweak to example dataframes. Thanks @hannahblair!
- [#10426](https://github.com/gradio-app/gradio/pull/10426) [`2167f58`](https://github.com/gradio-app/gradio/commit/2167f58fb8d64141d1b9d567af621c8b4d039e04) - Update Pyodide to 0.27.2. Thanks @whitphx!
- [#10448](https://github.com/gradio-app/gradio/pull/10448) [`337b522`](https://github.com/gradio-app/gradio/commit/337b5224a682fe18dc8d1c1e5bab2a3341ce01dc) - Small tweaks to `gr.ChatMessage` and spacing between chatbot messages. Thanks @abidlabs!
## 5.13.1
### Features

View File

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

View File

@ -1,5 +1,15 @@
# website
## 0.47.2
### Features
- [#10443](https://github.com/gradio-app/gradio/pull/10443) [`f40747c`](https://github.com/gradio-app/gradio/commit/f40747c9fd12d160ac9f7b3c5273be6be815efac) - Fix error with website build in chatbot.svx. Thanks @aliabd!
### Dependency updates
- @gradio/code@0.10.14
## 0.47.1
### Fixes

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/annotatedimage
## 0.9.4
### Dependency updates
- @gradio/upload@0.14.7
- @gradio/wasm@0.17.1
## 0.9.3
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @self/app
## 1.46.2
### Dependency updates
- @gradio/wasm@0.17.1
- @gradio/core@0.7.0
## 1.46.1
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/audio
## 0.15.4
### Dependency updates
- @gradio/upload@0.14.7
- @gradio/button@0.4.3
- @gradio/wasm@0.17.1
## 0.15.3
### Fixes

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/button
## 0.4.3
### Dependency updates
- @gradio/upload@0.14.7
## 0.4.2
### Dependency updates

View File

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

View File

@ -1,5 +1,19 @@
# @gradio/chatbot
## 0.22.2
### Features
- [#10448](https://github.com/gradio-app/gradio/pull/10448) [`337b522`](https://github.com/gradio-app/gradio/commit/337b5224a682fe18dc8d1c1e5bab2a3341ce01dc) - Small tweaks to `gr.ChatMessage` and spacing between chatbot messages. Thanks @abidlabs!
### Dependency updates
- @gradio/upload@0.14.7
- @gradio/image@0.20.3
- @gradio/video@0.13.3
- @gradio/wasm@0.17.1
- @gradio/gallery@0.15.3
## 0.22.1
### Fixes

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/code
## 0.10.14
### Dependency updates
- @gradio/upload@0.14.7
- @gradio/wasm@0.17.1
## 0.10.13
### Dependency updates

View File

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

View File

@ -1,5 +1,11 @@
# @self/component-test
## 0.5.4
### Dependency updates
- @gradio/video@0.13.3
## 0.5.3
### Dependency updates

View File

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

View File

@ -2,6 +2,19 @@
## 0.7.0
### Dependency updates
- @gradio/upload@0.14.7
- @gradio/button@0.4.3
- @gradio/code@0.10.14
- @gradio/file@0.12.3
- @gradio/image@0.20.3
- @gradio/video@0.13.3
- @gradio/wasm@0.17.1
- @gradio/gallery@0.15.3
## 0.7.0
### Features
- [#10341](https://github.com/gradio-app/gradio/pull/10341) [`b0cf92f`](https://github.com/gradio-app/gradio/commit/b0cf92f03ba29f29fa540de8c5803a7263df0106) - PWA icon customization. Thanks @whitphx!

View File

@ -1,5 +1,16 @@
# @gradio/dataframe
## 0.13.1
### Features
- [#10452](https://github.com/gradio-app/gradio/pull/10452) [`dd178f3`](https://github.com/gradio-app/gradio/commit/dd178f3dd5968df445b43f5e3b8cb86b11374913) - Tiny tweak to example dataframes. Thanks @hannahblair!
### Dependency updates
- @gradio/upload@0.14.7
- @gradio/button@0.4.3
## 0.13.0
### Features

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/dataset
## 0.4.3
### Dependency updates
- @gradio/upload@0.14.7
## 0.4.2
### Fixes

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/downloadbutton
## 0.3.3
### Dependency updates
- @gradio/button@0.4.3
## 0.3.2
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/file
## 0.12.3
### Dependency updates
- @gradio/upload@0.14.7
- @gradio/wasm@0.17.1
## 0.12.2
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/fileexplorer
## 0.5.14
### Dependency updates
- @gradio/upload@0.14.7
- @gradio/file@0.12.3
## 0.5.13
### Dependency updates

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/gallery
## 0.15.3
### Dependency updates
- @gradio/upload@0.14.7
- @gradio/file@0.12.3
- @gradio/image@0.20.3
- @gradio/video@0.13.3
## 0.15.2
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/image
## 0.20.3
### Dependency updates
- @gradio/upload@0.14.7
- @gradio/wasm@0.17.1
## 0.20.2
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/imageeditor
## 0.12.5
### Dependency updates
- @gradio/upload@0.14.7
- @gradio/image@0.20.3
- @gradio/wasm@0.17.1
## 0.12.4
### Features

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/lite
## 5.13.1
### Dependency updates
- @gradio/wasm@0.17.1
- @gradio/core@0.7.0
## 5.13.0
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/model3d
## 0.13.14
### Dependency updates
- @gradio/upload@0.14.7
- @gradio/wasm@0.17.1
## 0.13.13
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/multimodaltextbox
## 0.9.4
### Dependency updates
- @gradio/upload@0.14.7
- @gradio/image@0.20.3
- @gradio/video@0.13.3
## 0.9.3
### Fixes

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/simpleimage
## 0.8.14
### Dependency updates
- @gradio/upload@0.14.7
- @gradio/wasm@0.17.1
## 0.8.13
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/simpleimage",
"version": "0.8.13",
"version": "0.8.14",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -2,6 +2,13 @@
## 0.5.0
### Dependency updates
- @gradio/wasm@0.17.1
- @gradio/core@0.7.0
## 0.5.0
### Features
- [#10341](https://github.com/gradio-app/gradio/pull/10341) [`b0cf92f`](https://github.com/gradio-app/gradio/commit/b0cf92f03ba29f29fa540de8c5803a7263df0106) - PWA icon customization. Thanks @whitphx!

View File

@ -1,5 +1,11 @@
# @gradio/upload
## 0.14.7
### Dependency updates
- @gradio/wasm@0.17.1
## 0.14.6
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/uploadbutton
## 0.8.3
### Dependency updates
- @gradio/upload@0.14.7
- @gradio/button@0.4.3
## 0.8.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/uploadbutton",
"version": "0.8.2",
"version": "0.8.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/video
## 0.13.3
### Dependency updates
- @gradio/upload@0.14.7
- @gradio/image@0.20.3
- @gradio/wasm@0.17.1
## 0.13.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/video",
"version": "0.13.2",
"version": "0.13.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,11 @@
# @gradio/wasm
## 0.17.1
### Features
- [#10426](https://github.com/gradio-app/gradio/pull/10426) [`2167f58`](https://github.com/gradio-app/gradio/commit/2167f58fb8d64141d1b9d567af621c8b4d039e04) - Update Pyodide to 0.27.2. Thanks @whitphx!
## 0.17.0
### Features

View File

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