mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
chore: update versions (#8767)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
2b4636e75c
commit
d51dd2ce17
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/chatbot": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Fix width of assistant's chatbot bubble
|
@ -1,5 +1,11 @@
|
||||
# gradio
|
||||
|
||||
## 4.38.1
|
||||
|
||||
### Features
|
||||
|
||||
- [#8766](https://github.com/gradio-app/gradio/pull/8766) [`2b4636e`](https://github.com/gradio-app/gradio/commit/2b4636e75cf728846253451b7104b724609a9cd1) - Fix width of assistant's chatbot bubble. Thanks @pngwn!
|
||||
|
||||
## 4.38.0
|
||||
|
||||
### Highlights
|
||||
|
@ -1,5 +1,11 @@
|
||||
# gradio
|
||||
|
||||
## 4.38.1
|
||||
|
||||
### Features
|
||||
|
||||
- [#8766](https://github.com/gradio-app/gradio/pull/8766) [`2b4636e`](https://github.com/gradio-app/gradio/commit/2b4636e75cf728846253451b7104b724609a9cd1) - Fix width of assistant's chatbot bubble. Thanks @pngwn!
|
||||
|
||||
## 4.38.0
|
||||
|
||||
### Highlights
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio",
|
||||
"version": "4.38.0",
|
||||
"version": "4.38.1",
|
||||
"description": "",
|
||||
"python": "true"
|
||||
}
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/app
|
||||
|
||||
## 1.38.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/chatbot@0.12.1
|
||||
|
||||
## 1.38.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/app",
|
||||
"version": "1.38.0",
|
||||
"version": "1.38.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/chatbot
|
||||
|
||||
## 0.12.1
|
||||
|
||||
### Features
|
||||
|
||||
- [#8766](https://github.com/gradio-app/gradio/pull/8766) [`2b4636e`](https://github.com/gradio-app/gradio/commit/2b4636e75cf728846253451b7104b724609a9cd1) - Fix width of assistant's chatbot bubble. Thanks @pngwn!
|
||||
|
||||
## 0.12.0
|
||||
|
||||
### Highlights
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/chatbot",
|
||||
"version": "0.12.0",
|
||||
"version": "0.12.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/lite
|
||||
|
||||
## 4.38.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- gradio@4.38.1
|
||||
|
||||
## 4.38.0
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/lite",
|
||||
"version": "4.38.0",
|
||||
"version": "4.38.1",
|
||||
"description": "Serverless Gradio",
|
||||
"type": "module",
|
||||
"main": "dist/lite.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user