chore: update versions (#8147)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2024-04-26 19:17:13 +01:00 committed by GitHub
parent 7ba2780dc0
commit d9afb0ff32
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/preview": patch
"gradio": patch
---
fix:fix missing dependencies for `@gradio/preview`

View File

@ -1,5 +1,11 @@
# gradio
## 4.28.3
### Fixes
- [#8144](https://github.com/gradio-app/gradio/pull/8144) [`7ba2780`](https://github.com/gradio-app/gradio/commit/7ba2780dc096a21f790695bf9368d2b39a79e2fa) - fix missing dependencies for `@gradio/preview`. Thanks @pngwn!
## 4.28.2
### Fixes

View File

@ -1,5 +1,11 @@
# gradio
## 4.28.3
### Fixes
- [#8144](https://github.com/gradio-app/gradio/pull/8144) [`7ba2780`](https://github.com/gradio-app/gradio/commit/7ba2780dc096a21f790695bf9368d2b39a79e2fa) - fix missing dependencies for `@gradio/preview`. Thanks @pngwn!
## 4.28.2
### Fixes

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/lite
## 4.28.3
### Dependency updates
- gradio@4.28.3
## 4.28.2
### Dependency updates

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/preview
## 0.8.3
### Fixes
- [#8144](https://github.com/gradio-app/gradio/pull/8144) [`7ba2780`](https://github.com/gradio-app/gradio/commit/7ba2780dc096a21f790695bf9368d2b39a79e2fa) - fix missing dependencies for `@gradio/preview`. Thanks @pngwn!
## 0.8.2
### Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/preview",
"version": "0.8.2",
"version": "0.8.3",
"description": "Gradio UI packages",
"type": "module",
"main": "dist/index.js",