From 36084466301c1c7242bb44ab2d5271d508cafa65 Mon Sep 17 00:00:00 2001 From: Gradio PR Bot <121576822+gradio-pr-bot@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:38:46 -0800 Subject: [PATCH] chore: update versions (#10417) Co-authored-by: github-actions[bot] --- .changeset/afraid-things-raise.md | 8 -------- .changeset/better-rats-kiss.md | 5 ----- .changeset/honest-tires-think.md | 5 ----- .changeset/lemon-hotels-retire.md | 5 ----- .changeset/nice-streets-start.md | 6 ------ .changeset/open-teeth-give.md | 6 ------ CHANGELOG.md | 13 +++++++++++++ gradio/CHANGELOG.md | 13 +++++++++++++ gradio/package.json | 2 +- js/_website/CHANGELOG.md | 6 ++++++ js/_website/package.json | 2 +- js/audio/CHANGELOG.md | 6 ++++++ js/audio/package.json | 2 +- js/chatbot/CHANGELOG.md | 6 ++++++ js/chatbot/package.json | 2 +- js/imageeditor/CHANGELOG.md | 7 +++++++ js/imageeditor/package.json | 2 +- js/multimodaltextbox/CHANGELOG.md | 6 ++++++ js/multimodaltextbox/package.json | 2 +- 19 files changed, 63 insertions(+), 41 deletions(-) delete mode 100644 .changeset/afraid-things-raise.md delete mode 100644 .changeset/better-rats-kiss.md delete mode 100644 .changeset/honest-tires-think.md delete mode 100644 .changeset/lemon-hotels-retire.md delete mode 100644 .changeset/nice-streets-start.md delete mode 100644 .changeset/open-teeth-give.md diff --git a/.changeset/afraid-things-raise.md b/.changeset/afraid-things-raise.md deleted file mode 100644 index 996d76cbf3d2c..0000000000000 --- a/.changeset/afraid-things-raise.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@gradio/audio": patch -"@gradio/chatbot": patch -"@gradio/multimodaltextbox": patch -"gradio": patch ---- - -fix:Hide the waveform when playing recorded audio if `show_recording_waveform` is `False` diff --git a/.changeset/better-rats-kiss.md b/.changeset/better-rats-kiss.md deleted file mode 100644 index b3dcc9ef9c408..0000000000000 --- a/.changeset/better-rats-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"website": patch ---- - -fix:Update chatbot.svx for issue#10413 diff --git a/.changeset/honest-tires-think.md b/.changeset/honest-tires-think.md deleted file mode 100644 index 8201df466e97f..0000000000000 --- a/.changeset/honest-tires-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -fix:Update all md5 hashes to sha256 diff --git a/.changeset/lemon-hotels-retire.md b/.changeset/lemon-hotels-retire.md deleted file mode 100644 index 95263b970895f..0000000000000 --- a/.changeset/lemon-hotels-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -fix:Support presigned URLs with gr.Video, gr.Model3D, and other components diff --git a/.changeset/nice-streets-start.md b/.changeset/nice-streets-start.md deleted file mode 100644 index 909373dd1a4c1..0000000000000 --- a/.changeset/nice-streets-start.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/imageeditor": patch -"gradio": patch ---- - -feat:Clear Image Editor Value with None diff --git a/.changeset/open-teeth-give.md b/.changeset/open-teeth-give.md deleted file mode 100644 index 379ce76db1dd1..0000000000000 --- a/.changeset/open-teeth-give.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/imageeditor": patch -"gradio": patch ---- - -feat:Fix ImageEditor Cropping - Cropping now crops the background image instead of the image + canvas diff --git a/CHANGELOG.md b/CHANGELOG.md index 67afbb29d8bef..5ab505ab2940a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # gradio +## 5.13.1 + +### Features + +- [#10370](https://github.com/gradio-app/gradio/pull/10370) [`71c8b8a`](https://github.com/gradio-app/gradio/commit/71c8b8abbfae0e47eb46561b0104bd452e5dffe8) - Clear Image Editor Value with None. Thanks @freddyaboulton! +- [#10416](https://github.com/gradio-app/gradio/pull/10416) [`3c2e12b`](https://github.com/gradio-app/gradio/commit/3c2e12b5ba52441f45565ae8e14cea46ea5b5b2c) - Fix ImageEditor Cropping - Cropping now crops the background image instead of the image + canvas. Thanks @freddyaboulton! + +### Fixes + +- [#10405](https://github.com/gradio-app/gradio/pull/10405) [`92dda15`](https://github.com/gradio-app/gradio/commit/92dda15f6d1c71929d3bdca1910734309db72458) - Hide the waveform when playing recorded audio if `show_recording_waveform` is `False`. Thanks @abidlabs! +- [#10421](https://github.com/gradio-app/gradio/pull/10421) [`90e0b47`](https://github.com/gradio-app/gradio/commit/90e0b47be30687347d5d7f2ec8bff16ac6a99560) - Update all md5 hashes to sha256. Thanks @LArkema! +- [#10406](https://github.com/gradio-app/gradio/pull/10406) [`b7a7e59`](https://github.com/gradio-app/gradio/commit/b7a7e590945e938714a5c9a8694d4f188d54b314) - Support presigned URLs with gr.Video, gr.Model3D, and other components. Thanks @abidlabs! + ## 5.13.0 ### Features diff --git a/gradio/CHANGELOG.md b/gradio/CHANGELOG.md index 67afbb29d8bef..5ab505ab2940a 100644 --- a/gradio/CHANGELOG.md +++ b/gradio/CHANGELOG.md @@ -1,5 +1,18 @@ # gradio +## 5.13.1 + +### Features + +- [#10370](https://github.com/gradio-app/gradio/pull/10370) [`71c8b8a`](https://github.com/gradio-app/gradio/commit/71c8b8abbfae0e47eb46561b0104bd452e5dffe8) - Clear Image Editor Value with None. Thanks @freddyaboulton! +- [#10416](https://github.com/gradio-app/gradio/pull/10416) [`3c2e12b`](https://github.com/gradio-app/gradio/commit/3c2e12b5ba52441f45565ae8e14cea46ea5b5b2c) - Fix ImageEditor Cropping - Cropping now crops the background image instead of the image + canvas. Thanks @freddyaboulton! + +### Fixes + +- [#10405](https://github.com/gradio-app/gradio/pull/10405) [`92dda15`](https://github.com/gradio-app/gradio/commit/92dda15f6d1c71929d3bdca1910734309db72458) - Hide the waveform when playing recorded audio if `show_recording_waveform` is `False`. Thanks @abidlabs! +- [#10421](https://github.com/gradio-app/gradio/pull/10421) [`90e0b47`](https://github.com/gradio-app/gradio/commit/90e0b47be30687347d5d7f2ec8bff16ac6a99560) - Update all md5 hashes to sha256. Thanks @LArkema! +- [#10406](https://github.com/gradio-app/gradio/pull/10406) [`b7a7e59`](https://github.com/gradio-app/gradio/commit/b7a7e590945e938714a5c9a8694d4f188d54b314) - Support presigned URLs with gr.Video, gr.Model3D, and other components. Thanks @abidlabs! + ## 5.13.0 ### Features diff --git a/gradio/package.json b/gradio/package.json index c80704552804d..629a35a75c486 100644 --- a/gradio/package.json +++ b/gradio/package.json @@ -1,6 +1,6 @@ { "name": "gradio", - "version": "5.13.0", + "version": "5.13.1", "description": "", "python": "true" } \ No newline at end of file diff --git a/js/_website/CHANGELOG.md b/js/_website/CHANGELOG.md index 39f5d91de0c96..a0a181638452f 100644 --- a/js/_website/CHANGELOG.md +++ b/js/_website/CHANGELOG.md @@ -1,5 +1,11 @@ # website +## 0.47.1 + +### Fixes + +- [#10419](https://github.com/gradio-app/gradio/pull/10419) [`efd358a`](https://github.com/gradio-app/gradio/commit/efd358a54a0f3ec0b201f17f3d61a2b28a733bc1) - Update chatbot.svx for issue#10413. Thanks @NewJerseyStyle! + ## 0.47.0 ### Features diff --git a/js/_website/package.json b/js/_website/package.json index 0c86dd01f5efb..b5099de4286f4 100644 --- a/js/_website/package.json +++ b/js/_website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.47.0", + "version": "0.47.1", "private": true, "scripts": { "dev": "pip install boto3 && python generate_jsons/generate.py && vite dev", diff --git a/js/audio/CHANGELOG.md b/js/audio/CHANGELOG.md index a896bf13679ad..db55fa55b65cb 100644 --- a/js/audio/CHANGELOG.md +++ b/js/audio/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/audio +## 0.15.3 + +### Fixes + +- [#10405](https://github.com/gradio-app/gradio/pull/10405) [`92dda15`](https://github.com/gradio-app/gradio/commit/92dda15f6d1c71929d3bdca1910734309db72458) - Hide the waveform when playing recorded audio if `show_recording_waveform` is `False`. Thanks @abidlabs! + ## 0.15.2 ### Dependency updates diff --git a/js/audio/package.json b/js/audio/package.json index 2c0433b58c76a..7e1eb6beee0cb 100644 --- a/js/audio/package.json +++ b/js/audio/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/audio", - "version": "0.15.2", + "version": "0.15.3", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/chatbot/CHANGELOG.md b/js/chatbot/CHANGELOG.md index d99508a692e2e..6d9f014dc828e 100644 --- a/js/chatbot/CHANGELOG.md +++ b/js/chatbot/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/chatbot +## 0.22.1 + +### Fixes + +- [#10405](https://github.com/gradio-app/gradio/pull/10405) [`92dda15`](https://github.com/gradio-app/gradio/commit/92dda15f6d1c71929d3bdca1910734309db72458) - Hide the waveform when playing recorded audio if `show_recording_waveform` is `False`. Thanks @abidlabs! + ## 0.22.0 ### Features diff --git a/js/chatbot/package.json b/js/chatbot/package.json index 86007fea4ceec..9411618ccffe9 100644 --- a/js/chatbot/package.json +++ b/js/chatbot/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/chatbot", - "version": "0.22.0", + "version": "0.22.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/imageeditor/CHANGELOG.md b/js/imageeditor/CHANGELOG.md index 39cfa54632d77..88da3778dbc2e 100644 --- a/js/imageeditor/CHANGELOG.md +++ b/js/imageeditor/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/imageeditor +## 0.12.4 + +### Features + +- [#10370](https://github.com/gradio-app/gradio/pull/10370) [`71c8b8a`](https://github.com/gradio-app/gradio/commit/71c8b8abbfae0e47eb46561b0104bd452e5dffe8) - Clear Image Editor Value with None. Thanks @freddyaboulton! +- [#10416](https://github.com/gradio-app/gradio/pull/10416) [`3c2e12b`](https://github.com/gradio-app/gradio/commit/3c2e12b5ba52441f45565ae8e14cea46ea5b5b2c) - Fix ImageEditor Cropping - Cropping now crops the background image instead of the image + canvas. Thanks @freddyaboulton! + ## 0.12.3 ### Fixes diff --git a/js/imageeditor/package.json b/js/imageeditor/package.json index 69f08275df762..c9dcb0895b3db 100644 --- a/js/imageeditor/package.json +++ b/js/imageeditor/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/imageeditor", - "version": "0.12.3", + "version": "0.12.4", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/multimodaltextbox/CHANGELOG.md b/js/multimodaltextbox/CHANGELOG.md index cc4d38221eeff..bf4504b6a049b 100644 --- a/js/multimodaltextbox/CHANGELOG.md +++ b/js/multimodaltextbox/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/multimodaltextbox +## 0.9.3 + +### Fixes + +- [#10405](https://github.com/gradio-app/gradio/pull/10405) [`92dda15`](https://github.com/gradio-app/gradio/commit/92dda15f6d1c71929d3bdca1910734309db72458) - Hide the waveform when playing recorded audio if `show_recording_waveform` is `False`. Thanks @abidlabs! + ## 0.9.2 ### Dependency updates diff --git a/js/multimodaltextbox/package.json b/js/multimodaltextbox/package.json index 7b116981f6581..da99826477d85 100644 --- a/js/multimodaltextbox/package.json +++ b/js/multimodaltextbox/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/multimodaltextbox", - "version": "0.9.2", + "version": "0.9.3", "description": "Gradio UI packages", "type": "module", "author": "",