chore: update versions (#9298)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Gradio PR Bot 2024-09-10 17:38:52 -04:00 committed by GitHub
parent 8f8e1c6a0b
commit 81a1132d30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 55 additions and 38 deletions

View File

@ -1,7 +0,0 @@
---
"@gradio/audio": patch
"@gradio/core": patch
"gradio": patch
---
fix:Fix multiple trigger bug when function has js

View File

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:Fileformat whitelist

View File

@ -1,5 +0,0 @@
---
"website": minor
---
feat:chore: update error.svx

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Separate starlette.Request from PredictBody. Only set in new PredictBodyInternal object

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Add root_url to components created by gr.render

View File

@ -1,6 +0,0 @@
---
"@gradio/json": minor
"gradio": minor
---
feat:Fix scrollbars everywhere

View File

@ -1,5 +1,18 @@
# gradio
## 4.44.0
### Features
- [#9302](https://github.com/gradio-app/gradio/pull/9302) [`ac2c015`](https://github.com/gradio-app/gradio/commit/ac2c015bd8385c3f5e346b9cfce415f1e5f54c69) - Fileformat whitelist. Thanks @aliabid94!
- [#9276](https://github.com/gradio-app/gradio/pull/9276) [`8362a10`](https://github.com/gradio-app/gradio/commit/8362a10a7e8a3c291fa0300a6f4a23a1ca997b8a) - Fix scrollbars everywhere. Thanks @aliabid94!
### Fixes
- [#9188](https://github.com/gradio-app/gradio/pull/9188) [`8f8e1c6`](https://github.com/gradio-app/gradio/commit/8f8e1c6a0b09b0d1985b8377d94d693cb00f8a18) - Fix multiple trigger bug when function has js. Thanks @freddyaboulton!
- [#9279](https://github.com/gradio-app/gradio/pull/9279) [`fb5845c`](https://github.com/gradio-app/gradio/commit/fb5845c3539e006235a2a52811a863ef2fefd66f) - Separate starlette.Request from PredictBody. Only set in new PredictBodyInternal object. Thanks @freddyaboulton!
- [#9267](https://github.com/gradio-app/gradio/pull/9267) [`ecf9137`](https://github.com/gradio-app/gradio/commit/ecf9137762130ab2e9f8e747feda091392b25e7a) - Add root_url to components created by gr.render. Thanks @freddyaboulton!
## 4.43.0
### Features

View File

@ -1,5 +1,18 @@
# gradio
## 4.44.0
### Features
- [#9302](https://github.com/gradio-app/gradio/pull/9302) [`ac2c015`](https://github.com/gradio-app/gradio/commit/ac2c015bd8385c3f5e346b9cfce415f1e5f54c69) - Fileformat whitelist. Thanks @aliabid94!
- [#9276](https://github.com/gradio-app/gradio/pull/9276) [`8362a10`](https://github.com/gradio-app/gradio/commit/8362a10a7e8a3c291fa0300a6f4a23a1ca997b8a) - Fix scrollbars everywhere. Thanks @aliabid94!
### Fixes
- [#9188](https://github.com/gradio-app/gradio/pull/9188) [`8f8e1c6`](https://github.com/gradio-app/gradio/commit/8f8e1c6a0b09b0d1985b8377d94d693cb00f8a18) - Fix multiple trigger bug when function has js. Thanks @freddyaboulton!
- [#9279](https://github.com/gradio-app/gradio/pull/9279) [`fb5845c`](https://github.com/gradio-app/gradio/commit/fb5845c3539e006235a2a52811a863ef2fefd66f) - Separate starlette.Request from PredictBody. Only set in new PredictBodyInternal object. Thanks @freddyaboulton!
- [#9267](https://github.com/gradio-app/gradio/pull/9267) [`ecf9137`](https://github.com/gradio-app/gradio/commit/ecf9137762130ab2e9f8e747feda091392b25e7a) - Add root_url to components created by gr.render. Thanks @freddyaboulton!
## 4.43.0
### Features

View File

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

View File

@ -1,5 +1,11 @@
# website
## 0.39.0
### Features
- [#9291](https://github.com/gradio-app/gradio/pull/9291) [`bcb3a2b`](https://github.com/gradio-app/gradio/commit/bcb3a2b9a0e4f1a0195aed92f3ecfd1eda324464) - chore: update error.svx. Thanks @eltociear!
## 0.38.1
### Features

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/audio
## 0.13.5
### Fixes
- [#9188](https://github.com/gradio-app/gradio/pull/9188) [`8f8e1c6`](https://github.com/gradio-app/gradio/commit/8f8e1c6a0b09b0d1985b8377d94d693cb00f8a18) - Fix multiple trigger bug when function has js. Thanks @freddyaboulton!
## 0.13.4
### Features

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/core
## 0.0.4
### Fixes
- [#9188](https://github.com/gradio-app/gradio/pull/9188) [`8f8e1c6`](https://github.com/gradio-app/gradio/commit/8f8e1c6a0b09b0d1985b8377d94d693cb00f8a18) - Fix multiple trigger bug when function has js. Thanks @freddyaboulton!
## 0.0.3
### Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/core",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"devDependencies": {
"@gradio/accordion": "workspace:^",

View File

@ -1,5 +1,11 @@
# @gradio/json
## 0.5.0
### Features
- [#9276](https://github.com/gradio-app/gradio/pull/9276) [`8362a10`](https://github.com/gradio-app/gradio/commit/8362a10a7e8a3c291fa0300a6f4a23a1ca997b8a) - Fix scrollbars everywhere. Thanks @aliabid94!
## 0.4.1
### Fixes

View File

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