mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-05 11:10:03 +08:00
chore: update versions (#8143)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
44eb8ac6c3
commit
cbbb44283b
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/preview": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:ensure @gradio/preview dist files are published
|
@ -1,5 +1,11 @@
|
||||
# gradio
|
||||
|
||||
## 4.28.2
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8142](https://github.com/gradio-app/gradio/pull/8142) [`44eb8ac`](https://github.com/gradio-app/gradio/commit/44eb8ac6c315ffe4f0e3f544b0664c93813b6f68) - ensure @gradio/preview dist files are published. Thanks @pngwn!
|
||||
|
||||
## 4.28.1
|
||||
|
||||
### Fixes
|
||||
|
@ -1,5 +1,11 @@
|
||||
# gradio
|
||||
|
||||
## 4.28.2
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8142](https://github.com/gradio-app/gradio/pull/8142) [`44eb8ac`](https://github.com/gradio-app/gradio/commit/44eb8ac6c315ffe4f0e3f544b0664c93813b6f68) - ensure @gradio/preview dist files are published. Thanks @pngwn!
|
||||
|
||||
## 4.28.1
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio",
|
||||
"version": "4.28.1",
|
||||
"version": "4.28.2",
|
||||
"description": "",
|
||||
"python": "true"
|
||||
}
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/lite
|
||||
|
||||
## 4.28.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- gradio@4.28.2
|
||||
|
||||
## 4.28.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/lite",
|
||||
"version": "4.28.1",
|
||||
"version": "4.28.2",
|
||||
"description": "Serverless Gradio",
|
||||
"type": "module",
|
||||
"main": "dist/lite.js",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/preview
|
||||
|
||||
## 0.8.2
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8142](https://github.com/gradio-app/gradio/pull/8142) [`44eb8ac`](https://github.com/gradio-app/gradio/commit/44eb8ac6c315ffe4f0e3f544b0664c93813b6f68) - ensure @gradio/preview dist files are published. Thanks @pngwn!
|
||||
|
||||
## 0.8.1
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/preview",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user