chore: update versions (#8433)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2024-06-01 18:47:41 +01:00 committed by GitHub
parent 9909b28364
commit e4ee5facab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 27 additions and 9 deletions

View File

@ -1,6 +0,0 @@
---
"@gradio/app": patch
"gradio": patch
---
fix:fix scrolling on spaces

View File

@ -1,5 +1,11 @@
# gradio
## 4.32.2
### Fixes
- [#8431](https://github.com/gradio-app/gradio/pull/8431) [`9909b28`](https://github.com/gradio-app/gradio/commit/9909b28364b82b5e8bfd7d47a858a204f68b963a) - fix scrolling on spaces. Thanks @pngwn!
## 4.32.1
### Features

View File

@ -1,5 +1,11 @@
# gradio
## 4.32.2
### Fixes
- [#8431](https://github.com/gradio-app/gradio/pull/8431) [`9909b28`](https://github.com/gradio-app/gradio/commit/9909b28364b82b5e8bfd7d47a858a204f68b963a) - fix scrolling on spaces. Thanks @pngwn!
## 4.32.1
### Features

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/app
## 1.35.8
### Fixes
- [#8431](https://github.com/gradio-app/gradio/pull/8431) [`9909b28`](https://github.com/gradio-app/gradio/commit/9909b28364b82b5e8bfd7d47a858a204f68b963a) - fix scrolling on spaces. Thanks @pngwn!
## 1.35.7
### Dependency updates

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/lite
## 4.32.2
### Dependency updates
- gradio@4.32.2
## 4.32.1
### Dependency updates

View File

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