chore: update versions (#6554)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2023-11-23 03:11:41 +00:00 committed by GitHub
parent 58fa928a01
commit da6814d226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 68 additions and 27 deletions

View File

@ -1,6 +0,0 @@
---
"@gradio/app": patch
"gradio": patch
---
fix:Quick fix: Make component interactive when it is in focus

View File

@ -1,9 +0,0 @@
---
"@gradio/app": minor
"@gradio/chatbot": minor
"@gradio/markdown": minor
"@gradio/preview": minor
"gradio": minor
---
feat:chore(deps): update all non-major dependencies

View File

@ -1,5 +0,0 @@
---
"website": minor
---
feat:Add 3.x docs to the website!

View File

@ -1,5 +1,15 @@
# gradio
## 4.7.0
### Features
- [#6537](https://github.com/gradio-app/gradio/pull/6537) [`6d3fecfa4`](https://github.com/gradio-app/gradio/commit/6d3fecfa42dde1c70a60c397434c88db77289be6) - chore(deps): update all non-major dependencies. Thanks [@renovate](https://github.com/apps/renovate)!
### Fixes
- [#6530](https://github.com/gradio-app/gradio/pull/6530) [`13ef0f0ca`](https://github.com/gradio-app/gradio/commit/13ef0f0caa13e5a1cea70d572684122419419599) - Quick fix: Make component interactive when it is in focus. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
## 4.6.0
### Features

View File

@ -1,5 +1,15 @@
# gradio
## 4.7.0
### Features
- [#6537](https://github.com/gradio-app/gradio/pull/6537) [`6d3fecfa4`](https://github.com/gradio-app/gradio/commit/6d3fecfa42dde1c70a60c397434c88db77289be6) - chore(deps): update all non-major dependencies. Thanks [@renovate](https://github.com/apps/renovate)!
### Fixes
- [#6530](https://github.com/gradio-app/gradio/pull/6530) [`13ef0f0ca`](https://github.com/gradio-app/gradio/commit/13ef0f0caa13e5a1cea70d572684122419419599) - Quick fix: Make component interactive when it is in focus. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
## 4.6.0
### Features

View File

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

View File

@ -1,5 +1,11 @@
# website
## 0.18.0
### Features
- [#6549](https://github.com/gradio-app/gradio/pull/6549) [`3e60c13b9`](https://github.com/gradio-app/gradio/commit/3e60c13b9192fac04c5386135ede906d0e6a2025) - Add 3.x docs to the website!. Thanks [@aliabd](https://github.com/aliabd)!
## 0.17.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"scripts": {
"dev": "python generate_jsons/generate.py && vite dev",

View File

@ -1,5 +1,15 @@
# @gradio/app
## 1.14.0
### Features
- [#6537](https://github.com/gradio-app/gradio/pull/6537) [`6d3fecfa4`](https://github.com/gradio-app/gradio/commit/6d3fecfa42dde1c70a60c397434c88db77289be6) - chore(deps): update all non-major dependencies. Thanks [@renovate](https://github.com/apps/renovate)!
### Fixes
- [#6530](https://github.com/gradio-app/gradio/pull/6530) [`13ef0f0ca`](https://github.com/gradio-app/gradio/commit/13ef0f0caa13e5a1cea70d572684122419419599) - Quick fix: Make component interactive when it is in focus. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
## 1.13.1
### Fixes

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/chatbot
## 0.5.0
### Features
- [#6537](https://github.com/gradio-app/gradio/pull/6537) [`6d3fecfa4`](https://github.com/gradio-app/gradio/commit/6d3fecfa42dde1c70a60c397434c88db77289be6) - chore(deps): update all non-major dependencies. Thanks [@renovate](https://github.com/apps/renovate)!
## 0.4.8
### Features

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/dataframe
## 0.3.10
### Patch Changes
- Updated dependencies [[`6d3fecfa4`](https://github.com/gradio-app/gradio/commit/6d3fecfa42dde1c70a60c397434c88db77289be6)]:
- @gradio/markdown@0.4.0
## 0.3.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/dataframe",
"version": "0.3.9",
"version": "0.3.10",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,11 @@
# @gradio/markdown
## 0.4.0
### Features
- [#6537](https://github.com/gradio-app/gradio/pull/6537) [`6d3fecfa4`](https://github.com/gradio-app/gradio/commit/6d3fecfa42dde1c70a60c397434c88db77289be6) - chore(deps): update all non-major dependencies. Thanks [@renovate](https://github.com/apps/renovate)!
## 0.3.4
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/markdown",
"version": "0.3.4",
"version": "0.4.0",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,11 @@
# @gradio/preview
## 0.5.0
### Features
- [#6537](https://github.com/gradio-app/gradio/pull/6537) [`6d3fecfa4`](https://github.com/gradio-app/gradio/commit/6d3fecfa42dde1c70a60c397434c88db77289be6) - chore(deps): update all non-major dependencies. Thanks [@renovate](https://github.com/apps/renovate)!
## 0.4.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/preview",
"version": "0.4.0",
"version": "0.5.0",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",