mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
chore: update versions (#5992)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
7315fb2fe2
commit
62c0a34a40
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@gradio/lite": patch
|
||||
---
|
||||
|
||||
fix: release
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@gradio/app": patch
|
||||
"@gradio/wasm": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Lite: Error handling after initialization
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@gradio/wasm": patch
|
||||
---
|
||||
|
||||
fix:Lite: Set `wasClean: true` on the `CloseEvent` emitted by `WebSocket.close()`
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"website": minor
|
||||
---
|
||||
|
||||
feat:Adds a Guide on how to stylize the DataFrame component
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@gradio/wasm": patch
|
||||
---
|
||||
|
||||
fix:Lite fix matplotlib install postprocess
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/audio": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Update static/AudioPlayerto use ../shared/Audio instead of the native `<audio>` for Wasm support
|
@ -1,5 +1,12 @@
|
||||
# gradio
|
||||
|
||||
## 3.50.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#6005](https://github.com/gradio-app/gradio/pull/6005) [`e0ed0642a`](https://github.com/gradio-app/gradio/commit/e0ed0642ac2cb4f7ce9ee698d082607d9bab3636) - Lite: Error handling after initialization. Thanks [@whitphx](https://github.com/whitphx)!
|
||||
- [#6004](https://github.com/gradio-app/gradio/pull/6004) [`ec26b71df`](https://github.com/gradio-app/gradio/commit/ec26b71dfbc0b89b4554475fe465c2f6974731e2) - Update static/AudioPlayerto use ../shared/Audio instead of the native `<audio>` for Wasm support. Thanks [@whitphx](https://github.com/whitphx)!
|
||||
|
||||
## 3.50.0
|
||||
|
||||
### Features
|
||||
|
@ -1,5 +1,12 @@
|
||||
# gradio
|
||||
|
||||
## 3.50.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#6005](https://github.com/gradio-app/gradio/pull/6005) [`e0ed0642a`](https://github.com/gradio-app/gradio/commit/e0ed0642ac2cb4f7ce9ee698d082607d9bab3636) - Lite: Error handling after initialization. Thanks [@whitphx](https://github.com/whitphx)!
|
||||
- [#6004](https://github.com/gradio-app/gradio/pull/6004) [`ec26b71df`](https://github.com/gradio-app/gradio/commit/ec26b71dfbc0b89b4554475fe465c2f6974731e2) - Update static/AudioPlayerto use ../shared/Audio instead of the native `<audio>` for Wasm support. Thanks [@whitphx](https://github.com/whitphx)!
|
||||
|
||||
## 3.50.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio",
|
||||
"version": "3.50.0",
|
||||
"version": "3.50.1",
|
||||
"description": "",
|
||||
"python": "true"
|
||||
}
|
||||
|
@ -1,5 +1,11 @@
|
||||
# website
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#5936](https://github.com/gradio-app/gradio/pull/5936) [`b8b9f6d27`](https://github.com/gradio-app/gradio/commit/b8b9f6d27e258256584b7662d03110cc2eeb883b) - Adds a Guide on how to stylize the DataFrame component. Thanks [@abidlabs](https://github.com/abidlabs)!
|
||||
|
||||
## 0.7.1
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "website",
|
||||
"version": "0.7.1",
|
||||
"version": "0.8.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "python generate_jsons/generate.py && vite dev",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/app
|
||||
|
||||
## 1.10.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#6005](https://github.com/gradio-app/gradio/pull/6005) [`e0ed0642a`](https://github.com/gradio-app/gradio/commit/e0ed0642ac2cb4f7ce9ee698d082607d9bab3636) - Lite: Error handling after initialization. Thanks [@whitphx](https://github.com/whitphx)!
|
||||
|
||||
## 1.10.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/app",
|
||||
"version": "1.10.0",
|
||||
"version": "1.10.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/audio
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#6004](https://github.com/gradio-app/gradio/pull/6004) [`ec26b71df`](https://github.com/gradio-app/gradio/commit/ec26b71dfbc0b89b4554475fe465c2f6974731e2) - Update static/AudioPlayerto use ../shared/Audio instead of the native `<audio>` for Wasm support. Thanks [@whitphx](https://github.com/whitphx)!
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Patch Changes
|
||||
@ -119,4 +125,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
||||
|
||||
### Features
|
||||
|
||||
- [#4993](https://github.com/gradio-app/gradio/pull/4993) [`dc07a9f9`](https://github.com/gradio-app/gradio/commit/dc07a9f947de44b419d8384987a02dcf94977851) - Bringing back the "Add download button for audio" PR by [@leuryr](https://github.com/leuryr). Thanks [@abidlabs](https://github.com/abidlabs)!
|
||||
- [#4993](https://github.com/gradio-app/gradio/pull/4993) [`dc07a9f9`](https://github.com/gradio-app/gradio/commit/dc07a9f947de44b419d8384987a02dcf94977851) - Bringing back the "Add download button for audio" PR by [@leuryr](https://github.com/leuryr). Thanks [@abidlabs](https://github.com/abidlabs)!
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/audio",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "./index.svelte",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/gallery
|
||||
|
||||
## 0.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @gradio/image@0.4.3
|
||||
|
||||
## 0.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/gallery",
|
||||
"version": "0.5.3",
|
||||
"version": "0.5.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "./static/index.ts",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/image
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`e0ed0642a`](https://github.com/gradio-app/gradio/commit/e0ed0642ac2cb4f7ce9ee698d082607d9bab3636), [`0e0681fce`](https://github.com/gradio-app/gradio/commit/0e0681fce718a38fb6662e011859a3ea5c56e868), [`584fd97d5`](https://github.com/gradio-app/gradio/commit/584fd97d599540c2770377fc7aecf08619f99cc8)]:
|
||||
- @gradio/wasm@0.3.1
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/image",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "./index.svelte",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/lite
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#6015](https://github.com/gradio-app/gradio/pull/6015) [`7315fb2fe`](https://github.com/gradio-app/gradio/commit/7315fb2fe2074ffec4dd29325cb0f18cf2f263e8) - release. Thanks [@pngwn](https://github.com/pngwn)!
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/lite",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"description": "Serverless Gradio",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/video
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`e0ed0642a`](https://github.com/gradio-app/gradio/commit/e0ed0642ac2cb4f7ce9ee698d082607d9bab3636), [`0e0681fce`](https://github.com/gradio-app/gradio/commit/0e0681fce718a38fb6662e011859a3ea5c56e868), [`584fd97d5`](https://github.com/gradio-app/gradio/commit/584fd97d599540c2770377fc7aecf08619f99cc8)]:
|
||||
- @gradio/wasm@0.3.1
|
||||
- @gradio/image@0.4.3
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/video",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "index.svelte",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/wasm
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#6005](https://github.com/gradio-app/gradio/pull/6005) [`e0ed0642a`](https://github.com/gradio-app/gradio/commit/e0ed0642ac2cb4f7ce9ee698d082607d9bab3636) - Lite: Error handling after initialization. Thanks [@whitphx](https://github.com/whitphx)!
|
||||
- [#6009](https://github.com/gradio-app/gradio/pull/6009) [`0e0681fce`](https://github.com/gradio-app/gradio/commit/0e0681fce718a38fb6662e011859a3ea5c56e868) - Lite: Set `wasClean: true` on the `CloseEvent` emitted by `WebSocket.close()`. Thanks [@whitphx](https://github.com/whitphx)!
|
||||
- [#5998](https://github.com/gradio-app/gradio/pull/5998) [`584fd97d5`](https://github.com/gradio-app/gradio/commit/584fd97d599540c2770377fc7aecf08619f99cc8) - Lite fix matplotlib install postprocess. Thanks [@whitphx](https://github.com/whitphx)!
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/wasm",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"description": "Gradio Wasm package",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user