chore: update versions (#8141)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2024-04-26 13:53:44 +01:00 committed by GitHub
parent 0d41b221dc
commit 020c65e8e1
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 publish build

View File

@ -1,5 +1,11 @@
# gradio # gradio
## 4.28.1
### Fixes
- [#8140](https://github.com/gradio-app/gradio/pull/8140) [`0d41b22`](https://github.com/gradio-app/gradio/commit/0d41b221dc69eb543396504a276b84a485c98901) - fix publish build. Thanks @pngwn!
## 4.28.0 ## 4.28.0
### Highlights ### Highlights

View File

@ -1,5 +1,11 @@
# gradio # gradio
## 4.28.1
### Fixes
- [#8140](https://github.com/gradio-app/gradio/pull/8140) [`0d41b22`](https://github.com/gradio-app/gradio/commit/0d41b221dc69eb543396504a276b84a485c98901) - fix publish build. Thanks @pngwn!
## 4.28.0 ## 4.28.0
### Highlights ### Highlights

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/lite # @gradio/lite
## 4.28.1
### Dependency updates
- gradio@4.28.1
## 4.28.0 ## 4.28.0
### Dependency updates ### Dependency updates

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/preview # @gradio/preview
## 0.8.1
### Fixes
- [#8140](https://github.com/gradio-app/gradio/pull/8140) [`0d41b22`](https://github.com/gradio-app/gradio/commit/0d41b221dc69eb543396504a276b84a485c98901) - fix publish build. Thanks @pngwn!
## 0.8.0 ## 0.8.0
### Features ### Features

View File

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