From aee3757ad866da0da72a076af7f8873f8a28771f Mon Sep 17 00:00:00 2001 From: pngwn Date: Thu, 14 Sep 2023 08:52:36 +0100 Subject: [PATCH] chore: update versions (#5543) Co-authored-by: github-actions[bot] --- .changeset/eighty-buttons-film.md | 5 ----- .changeset/sour-falcons-marry.md | 6 ------ CHANGELOG.md | 7 +++++++ gradio/CHANGELOG.md | 7 +++++++ gradio/package.json | 2 +- gradio/version.txt | 2 +- js/app/CHANGELOG.md | 7 +++++++ js/app/package.json | 2 +- js/dropdown/CHANGELOG.md | 6 ++++++ js/dropdown/package.json | 2 +- 10 files changed, 31 insertions(+), 15 deletions(-) delete mode 100644 .changeset/eighty-buttons-film.md delete mode 100644 .changeset/sour-falcons-marry.md diff --git a/.changeset/eighty-buttons-film.md b/.changeset/eighty-buttons-film.md deleted file mode 100644 index 985eca9bbe..0000000000 --- a/.changeset/eighty-buttons-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -fix:allow gr.Image() examples to take urls diff --git a/.changeset/sour-falcons-marry.md b/.changeset/sour-falcons-marry.md deleted file mode 100644 index 06922ede79..0000000000 --- a/.changeset/sour-falcons-marry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/dropdown": patch -"gradio": patch ---- - -fix:Fixes dropdown breaking if a user types in invalid value and presses enter diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee9ba6d51..939c41a8af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # gradio +## 3.44.2 + +### Fixes + +- [#5537](https://github.com/gradio-app/gradio/pull/5537) [`301c7878`](https://github.com/gradio-app/gradio/commit/301c7878217f9fc531c0f28330b394f02955811b) - allow gr.Image() examples to take urls. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#5544](https://github.com/gradio-app/gradio/pull/5544) [`a0cc9ac9`](https://github.com/gradio-app/gradio/commit/a0cc9ac931554e06dcb091158c9b9ac0cc580b6c) - Fixes dropdown breaking if a user types in invalid value and presses enter. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 3.44.1 ### Fixes diff --git a/gradio/CHANGELOG.md b/gradio/CHANGELOG.md index 2ee9ba6d51..939c41a8af 100644 --- a/gradio/CHANGELOG.md +++ b/gradio/CHANGELOG.md @@ -1,5 +1,12 @@ # gradio +## 3.44.2 + +### Fixes + +- [#5537](https://github.com/gradio-app/gradio/pull/5537) [`301c7878`](https://github.com/gradio-app/gradio/commit/301c7878217f9fc531c0f28330b394f02955811b) - allow gr.Image() examples to take urls. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#5544](https://github.com/gradio-app/gradio/pull/5544) [`a0cc9ac9`](https://github.com/gradio-app/gradio/commit/a0cc9ac931554e06dcb091158c9b9ac0cc580b6c) - Fixes dropdown breaking if a user types in invalid value and presses enter. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 3.44.1 ### Fixes diff --git a/gradio/package.json b/gradio/package.json index f2c880c5d9..05c0155d81 100644 --- a/gradio/package.json +++ b/gradio/package.json @@ -1,6 +1,6 @@ { "name": "gradio", - "version": "3.44.1", + "version": "3.44.2", "description": "", "python": "true" } diff --git a/gradio/version.txt b/gradio/version.txt index 9a4c4f65d0..f5c44e11ee 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -3.44.1 \ No newline at end of file +3.44.2 \ No newline at end of file diff --git a/js/app/CHANGELOG.md b/js/app/CHANGELOG.md index 7ce27c853f..ba08c5b040 100644 --- a/js/app/CHANGELOG.md +++ b/js/app/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/app +## 1.5.2 + +### Patch Changes + +- Updated dependencies [[`a0cc9ac9`](https://github.com/gradio-app/gradio/commit/a0cc9ac931554e06dcb091158c9b9ac0cc580b6c)]: + - @gradio/dropdown@0.2.2 + ## 1.5.1 ### Patch Changes diff --git a/js/app/package.json b/js/app/package.json index 6d6dcaf89e..ee6e8987de 100644 --- a/js/app/package.json +++ b/js/app/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/app", - "version": "1.5.1", + "version": "1.5.2", "private": true, "type": "module", "scripts": { diff --git a/js/dropdown/CHANGELOG.md b/js/dropdown/CHANGELOG.md index d0625fb299..cd993c17e3 100644 --- a/js/dropdown/CHANGELOG.md +++ b/js/dropdown/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/dropdown +## 0.2.2 + +### Fixes + +- [#5544](https://github.com/gradio-app/gradio/pull/5544) [`a0cc9ac9`](https://github.com/gradio-app/gradio/commit/a0cc9ac931554e06dcb091158c9b9ac0cc580b6c) - Fixes dropdown breaking if a user types in invalid value and presses enter. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.2.1 ### Fixes diff --git a/js/dropdown/package.json b/js/dropdown/package.json index dd595187a4..8eb5e494f2 100644 --- a/js/dropdown/package.json +++ b/js/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dropdown", - "version": "0.2.1", + "version": "0.2.2", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte",