chore: update versions (#8613)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2024-06-25 17:18:25 +01:00 committed by GitHub
parent 4cfb6eebf6
commit 8d425ee777
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 20 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Add guide on cleaning up state and file resources

View File

@ -1,5 +1,11 @@
# gradio
## 4.37.1
### Fixes
- [#8610](https://github.com/gradio-app/gradio/pull/8610) [`9204d86`](https://github.com/gradio-app/gradio/commit/9204d86ed48b4a45ed5de5ea628b756d092ce910) - Add guide on cleaning up state and file resources. Thanks @freddyaboulton!
## 4.37.0
### Features

View File

@ -1,5 +1,11 @@
# gradio
## 4.37.1
### Fixes
- [#8610](https://github.com/gradio-app/gradio/pull/8610) [`9204d86`](https://github.com/gradio-app/gradio/commit/9204d86ed48b4a45ed5de5ea628b756d092ce910) - Add guide on cleaning up state and file resources. Thanks @freddyaboulton!
## 4.37.0
### Features

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/lite
## 4.37.1
### Dependency updates
- gradio@4.37.1
## 4.37.0
### Dependency updates

View File

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