mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
chore: update versions (#8147)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
7ba2780dc0
commit
d9afb0ff32
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/preview": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:fix missing dependencies for `@gradio/preview`
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio",
|
||||
"version": "4.28.2",
|
||||
"version": "4.28.3",
|
||||
"description": "",
|
||||
"python": "true"
|
||||
}
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/lite
|
||||
|
||||
## 4.28.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- gradio@4.28.3
|
||||
|
||||
## 4.28.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/lite",
|
||||
"version": "4.28.2",
|
||||
"version": "4.28.3",
|
||||
"description": "Serverless Gradio",
|
||||
"type": "module",
|
||||
"main": "dist/lite.js",
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user