From 7415ffb0d8ad960215466775b48bb8817f61a803 Mon Sep 17 00:00:00 2001 From: pngwn Date: Wed, 18 Oct 2023 20:06:23 +0100 Subject: [PATCH] chore: update versions (#5981) Co-authored-by: github-actions[bot] --- .changeset/eight-hoops-juggle.md | 7 ------- .changeset/red-terms-rest.md | 5 ----- .changeset/serious-pears-tell.md | 5 ----- .changeset/shy-ghosts-turn.md | 5 ----- .changeset/warm-chefs-trade.md | 5 ----- CHANGELOG.md | 6 ++++++ gradio/CHANGELOG.md | 6 ++++++ gradio/package.json | 2 +- js/app/CHANGELOG.md | 6 ++++++ js/app/package.json | 2 +- js/audio/CHANGELOG.md | 7 +++++++ js/audio/package.json | 2 +- js/gallery/CHANGELOG.md | 7 +++++++ js/gallery/package.json | 2 +- js/image/CHANGELOG.md | 7 +++++++ js/image/package.json | 2 +- js/lite/CHANGELOG.md | 6 ++++++ js/lite/package.json | 2 +- js/video/CHANGELOG.md | 8 ++++++++ js/video/package.json | 2 +- js/wasm/CHANGELOG.md | 12 ++++++++++++ js/wasm/package.json | 2 +- 22 files changed, 73 insertions(+), 35 deletions(-) delete mode 100644 .changeset/eight-hoops-juggle.md delete mode 100644 .changeset/red-terms-rest.md delete mode 100644 .changeset/serious-pears-tell.md delete mode 100644 .changeset/shy-ghosts-turn.md delete mode 100644 .changeset/warm-chefs-trade.md diff --git a/.changeset/eight-hoops-juggle.md b/.changeset/eight-hoops-juggle.md deleted file mode 100644 index a08d64ec82..0000000000 --- a/.changeset/eight-hoops-juggle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@gradio/app": minor -"@gradio/wasm": minor -"gradio": minor ---- - -feat:Lite: Show initialization progress messages diff --git a/.changeset/red-terms-rest.md b/.changeset/red-terms-rest.md deleted file mode 100644 index acb47c1ed5..0000000000 --- a/.changeset/red-terms-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gradio/wasm": minor ---- - -feat:Specify FastAPI version for the Wasm runtime as a workaround diff --git a/.changeset/serious-pears-tell.md b/.changeset/serious-pears-tell.md deleted file mode 100644 index c928095741..0000000000 --- a/.changeset/serious-pears-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gradio/lite": patch ---- - -fix: release lite diff --git a/.changeset/shy-ghosts-turn.md b/.changeset/shy-ghosts-turn.md deleted file mode 100644 index 5b5420a999..0000000000 --- a/.changeset/shy-ghosts-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gradio/wasm": patch ---- - -fix:Lite: Explicitly install a specific version of `anyio` to avoid version conflicts diff --git a/.changeset/warm-chefs-trade.md b/.changeset/warm-chefs-trade.md deleted file mode 100644 index f4133cf649..0000000000 --- a/.changeset/warm-chefs-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gradio/wasm": minor ---- - -feat:Lite: Fix error handling on the ASGI app diff --git a/CHANGELOG.md b/CHANGELOG.md index 837d12e6d8..9994dc64ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradio/CHANGELOG.md b/gradio/CHANGELOG.md index 837d12e6d8..9994dc64ea 100644 --- a/gradio/CHANGELOG.md +++ b/gradio/CHANGELOG.md @@ -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 diff --git a/gradio/package.json b/gradio/package.json index 75912207b7..0f1550bba2 100644 --- a/gradio/package.json +++ b/gradio/package.json @@ -1,6 +1,6 @@ { "name": "gradio", - "version": "3.49.0", + "version": "3.50.0", "description": "", "python": "true" } diff --git a/js/app/CHANGELOG.md b/js/app/CHANGELOG.md index 663dc5f809..0c698fa8e4 100644 --- a/js/app/CHANGELOG.md +++ b/js/app/CHANGELOG.md @@ -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 diff --git a/js/app/package.json b/js/app/package.json index ee54973d6a..2dcd771cc8 100644 --- a/js/app/package.json +++ b/js/app/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/app", - "version": "1.9.0", + "version": "1.10.0", "private": true, "type": "module", "scripts": { diff --git a/js/audio/CHANGELOG.md b/js/audio/CHANGELOG.md index 811236ee4f..0b2983b044 100644 --- a/js/audio/CHANGELOG.md +++ b/js/audio/CHANGELOG.md @@ -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 diff --git a/js/audio/package.json b/js/audio/package.json index 2f5332b804..a8c7db22d6 100644 --- a/js/audio/package.json +++ b/js/audio/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/audio", - "version": "0.4.1", + "version": "0.4.2", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/gallery/CHANGELOG.md b/js/gallery/CHANGELOG.md index 4ae854dd19..ee37c86874 100644 --- a/js/gallery/CHANGELOG.md +++ b/js/gallery/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/gallery +## 0.5.3 + +### Patch Changes + +- Updated dependencies []: + - @gradio/image@0.4.2 + ## 0.5.2 ### Patch Changes diff --git a/js/gallery/package.json b/js/gallery/package.json index dfa4a93b9e..4038900b96 100644 --- a/js/gallery/package.json +++ b/js/gallery/package.json @@ -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", diff --git a/js/image/CHANGELOG.md b/js/image/CHANGELOG.md index e6c4268522..d3a4870c64 100644 --- a/js/image/CHANGELOG.md +++ b/js/image/CHANGELOG.md @@ -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 diff --git a/js/image/package.json b/js/image/package.json index 1988ca975f..fe2f39f26b 100644 --- a/js/image/package.json +++ b/js/image/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/image", - "version": "0.4.1", + "version": "0.4.2", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/lite/CHANGELOG.md b/js/lite/CHANGELOG.md index 7d014f60db..38184b6de4 100644 --- a/js/lite/CHANGELOG.md +++ b/js/lite/CHANGELOG.md @@ -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 diff --git a/js/lite/package.json b/js/lite/package.json index ab9773ffbc..526f662954 100644 --- a/js/lite/package.json +++ b/js/lite/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/lite", - "version": "0.4.0", + "version": "0.4.1", "description": "Serverless Gradio", "type": "module", "main": "dist/index.js", diff --git a/js/video/CHANGELOG.md b/js/video/CHANGELOG.md index 308b9c8ca6..184fa7fe4e 100644 --- a/js/video/CHANGELOG.md +++ b/js/video/CHANGELOG.md @@ -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 diff --git a/js/video/package.json b/js/video/package.json index 14a9b11242..713418ea78 100644 --- a/js/video/package.json +++ b/js/video/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/video", - "version": "0.1.1", + "version": "0.1.2", "description": "Gradio UI packages", "type": "module", "main": "index.svelte", diff --git a/js/wasm/CHANGELOG.md b/js/wasm/CHANGELOG.md index e27a00ca08..f9ac70cd58 100644 --- a/js/wasm/CHANGELOG.md +++ b/js/wasm/CHANGELOG.md @@ -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 diff --git a/js/wasm/package.json b/js/wasm/package.json index a2bde8a62a..dd255c5beb 100644 --- a/js/wasm/package.json +++ b/js/wasm/package.json @@ -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",