chore: update versions (#5981)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2023-10-18 20:06:23 +01:00 committed by GitHub
parent bea931c31b
commit 7415ffb0d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 73 additions and 35 deletions

View File

@ -1,7 +0,0 @@
---
"@gradio/app": minor
"@gradio/wasm": minor
"gradio": minor
---
feat:Lite: Show initialization progress messages

View File

@ -1,5 +0,0 @@
---
"@gradio/wasm": minor
---
feat:Specify FastAPI version for the Wasm runtime as a workaround

View File

@ -1,5 +0,0 @@
---
"@gradio/lite": patch
---
fix: release lite

View File

@ -1,5 +0,0 @@
---
"@gradio/wasm": patch
---
fix:Lite: Explicitly install a specific version of `anyio` to avoid version conflicts

View File

@ -1,5 +0,0 @@
---
"@gradio/wasm": minor
---
feat:Lite: Fix error handling on the ASGI app

View File

@ -1,5 +1,11 @@
# gradio
## 3.50.0
### Features
- [#5983](https://github.com/gradio-app/gradio/pull/5983) [`a32aabaf5`](https://github.com/gradio-app/gradio/commit/a32aabaf50b14779dec889cf539d7a3770139bac) - Lite: Show initialization progress messages. Thanks [@whitphx](https://github.com/whitphx)!
## 3.49.0
### Features

View File

@ -1,5 +1,11 @@
# gradio
## 3.50.0
### Features
- [#5983](https://github.com/gradio-app/gradio/pull/5983) [`a32aabaf5`](https://github.com/gradio-app/gradio/commit/a32aabaf50b14779dec889cf539d7a3770139bac) - Lite: Show initialization progress messages. Thanks [@whitphx](https://github.com/whitphx)!
## 3.49.0
### Features

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/app
## 1.10.0
### Features
- [#5983](https://github.com/gradio-app/gradio/pull/5983) [`a32aabaf5`](https://github.com/gradio-app/gradio/commit/a32aabaf50b14779dec889cf539d7a3770139bac) - Lite: Show initialization progress messages. Thanks [@whitphx](https://github.com/whitphx)!
## 1.9.0
### Features

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/audio
## 0.4.2
### Patch Changes
- Updated dependencies [[`a32aabaf5`](https://github.com/gradio-app/gradio/commit/a32aabaf50b14779dec889cf539d7a3770139bac), [`d8a6491a1`](https://github.com/gradio-app/gradio/commit/d8a6491a18854cb8cad6221ba96dcbd20556e806), [`686719a3b`](https://github.com/gradio-app/gradio/commit/686719a3b0bcd64479a5f3c485da4620d0747341), [`ab1e5da55`](https://github.com/gradio-app/gradio/commit/ab1e5da5578d4a7cec1fe1117a8b660784a9ae30)]:
- @gradio/wasm@0.3.0
## 0.4.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/audio",
"version": "0.4.1",
"version": "0.4.2",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,12 @@
# @gradio/gallery
## 0.5.3
### Patch Changes
- Updated dependencies []:
- @gradio/image@0.4.2
## 0.5.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/gallery",
"version": "0.5.2",
"version": "0.5.3",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",

View File

@ -1,5 +1,12 @@
# @gradio/image
## 0.4.2
### Patch Changes
- Updated dependencies [[`a32aabaf5`](https://github.com/gradio-app/gradio/commit/a32aabaf50b14779dec889cf539d7a3770139bac), [`d8a6491a1`](https://github.com/gradio-app/gradio/commit/d8a6491a18854cb8cad6221ba96dcbd20556e806), [`686719a3b`](https://github.com/gradio-app/gradio/commit/686719a3b0bcd64479a5f3c485da4620d0747341), [`ab1e5da55`](https://github.com/gradio-app/gradio/commit/ab1e5da5578d4a7cec1fe1117a8b660784a9ae30)]:
- @gradio/wasm@0.3.0
## 0.4.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/image",
"version": "0.4.1",
"version": "0.4.2",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,11 @@
# @gradio/lite
## 0.4.1
### Fixes
- [#5988](https://github.com/gradio-app/gradio/pull/5988) [`bea931c31`](https://github.com/gradio-app/gradio/commit/bea931c31b7c19ee88c82efa6261acc13e629d71) - release lite. Thanks [@pngwn](https://github.com/pngwn)!
## 0.4.0
### Features

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/video
## 0.1.2
### Patch Changes
- Updated dependencies [[`a32aabaf5`](https://github.com/gradio-app/gradio/commit/a32aabaf50b14779dec889cf539d7a3770139bac), [`d8a6491a1`](https://github.com/gradio-app/gradio/commit/d8a6491a18854cb8cad6221ba96dcbd20556e806), [`686719a3b`](https://github.com/gradio-app/gradio/commit/686719a3b0bcd64479a5f3c485da4620d0747341), [`ab1e5da55`](https://github.com/gradio-app/gradio/commit/ab1e5da5578d4a7cec1fe1117a8b660784a9ae30)]:
- @gradio/wasm@0.3.0
- @gradio/image@0.4.2
## 0.1.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/video",
"version": "0.1.1",
"version": "0.1.2",
"description": "Gradio UI packages",
"type": "module",
"main": "index.svelte",

View File

@ -1,5 +1,17 @@
# @gradio/wasm
## 0.3.0
### Features
- [#5983](https://github.com/gradio-app/gradio/pull/5983) [`a32aabaf5`](https://github.com/gradio-app/gradio/commit/a32aabaf50b14779dec889cf539d7a3770139bac) - Lite: Show initialization progress messages. Thanks [@whitphx](https://github.com/whitphx)!
- [#5987](https://github.com/gradio-app/gradio/pull/5987) [`d8a6491a1`](https://github.com/gradio-app/gradio/commit/d8a6491a18854cb8cad6221ba96dcbd20556e806) - Specify FastAPI version for the Wasm runtime as a workaround. Thanks [@whitphx](https://github.com/whitphx)!
- [#5982](https://github.com/gradio-app/gradio/pull/5982) [`ab1e5da55`](https://github.com/gradio-app/gradio/commit/ab1e5da5578d4a7cec1fe1117a8b660784a9ae30) - Lite: Fix error handling on the ASGI app. Thanks [@whitphx](https://github.com/whitphx)!
### Fixes
- [#5980](https://github.com/gradio-app/gradio/pull/5980) [`686719a3b`](https://github.com/gradio-app/gradio/commit/686719a3b0bcd64479a5f3c485da4620d0747341) - Lite: Explicitly install a specific version of `anyio` to avoid version conflicts. Thanks [@whitphx](https://github.com/whitphx)!
## 0.2.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/wasm",
"version": "0.2.0",
"version": "0.3.0",
"description": "Gradio Wasm package",
"type": "module",
"main": "./dist/index.js",