chore: update versions (#8143)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2024-04-26 15:07:47 +01:00 committed by GitHub
parent 44eb8ac6c3
commit cbbb44283b
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:ensure @gradio/preview dist files are published

View File

@ -1,5 +1,11 @@
# gradio # 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 ## 4.28.1
### Fixes ### Fixes

View File

@ -1,5 +1,11 @@
# gradio # 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 ## 4.28.1
### Fixes ### Fixes

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@gradio/lite", "name": "@gradio/lite",
"version": "4.28.1", "version": "4.28.2",
"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.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 ## 0.8.1
### Fixes ### Fixes

View File

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