chore: update versions (#8767)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2024-07-12 20:48:12 +01:00 committed by GitHub
parent 2b4636e75c
commit d51dd2ce17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 34 additions and 10 deletions

View File

@ -1,6 +0,0 @@
---
"@gradio/chatbot": patch
"gradio": patch
---
feat:Fix width of assistant's chatbot bubble

View File

@ -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

View File

@ -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

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/app
## 1.38.1
### Dependency updates
- @gradio/chatbot@0.12.1
## 1.38.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/app",
"version": "1.38.0",
"version": "1.38.1",
"private": true,
"type": "module",
"scripts": {

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/chatbot",
"version": "0.12.0",
"version": "0.12.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,11 @@
# @gradio/lite
## 4.38.1
### Dependency updates
- gradio@4.38.1
## 4.38.0
### Dependency updates

View File

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