From 2280e77ed760175bce445c3d0acdf8ea02f90e97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 Jan 2024 15:21:46 +0000 Subject: [PATCH] chore: update versions --- .changeset/angry-onions-hope.md | 7 - .changeset/dirty-crabs-wear.md | 5 - .changeset/eager-rivers-rescue.md | 6 - .changeset/easy-flowers-nail.md | 6 - .changeset/every-bears-peel.md | 6 - .changeset/fuzzy-windows-matter.md | 6 - .changeset/happy-hairs-wash.md | 6 - .changeset/old-rice-laugh.md | 5 - .changeset/ripe-emus-try.md | 6 - .changeset/seven-trains-return.md | 6 - .changeset/thick-grapes-shine.md | 6 - .changeset/warm-jokes-fetch.md | 23 -- CHANGELOG.md | 20 ++ client/python/CHANGELOG.md | 6 + client/python/gradio_client/CHANGELOG.md | 6 + client/python/gradio_client/package.json | 2 +- gradio/CHANGELOG.md | 20 ++ gradio/package.json | 2 +- js/_website/CHANGELOG.md | 13 +- js/_website/package.json | 4 +- js/accordion/CHANGELOG.md | 8 +- js/accordion/package.json | 2 +- js/annotatedimage/CHANGELOG.md | 7 + js/annotatedimage/package.json | 2 +- js/app/CHANGELOG.md | 6 + js/app/package.json | 2 +- js/audio/CHANGELOG.md | 8 + js/audio/package.json | 2 +- js/button/CHANGELOG.md | 11 +- js/button/package.json | 2 +- js/chatbot/CHANGELOG.md | 11 + js/chatbot/package.json | 2 +- js/checkbox/CHANGELOG.md | 8 +- js/checkbox/package.json | 2 +- js/code/CHANGELOG.md | 8 +- js/code/package.json | 2 +- js/colorpicker/CHANGELOG.md | 8 +- js/colorpicker/package.json | 2 +- js/dataframe/CHANGELOG.md | 8 +- js/dataframe/package.json | 2 +- js/dataset/CHANGELOG.md | 8 +- js/dataset/package.json | 2 +- js/dropdown/CHANGELOG.md | 6 + js/dropdown/package.json | 2 +- js/file/CHANGELOG.md | 8 +- js/file/package.json | 2 +- js/fileexplorer/CHANGELOG.md | 8 +- js/fileexplorer/package.json | 2 +- js/gallery/CHANGELOG.md | 17 +- js/gallery/package.json | 2 +- js/image/CHANGELOG.md | 8 +- js/image/package.json | 2 +- js/imageeditor/CHANGELOG.md | 8 +- js/imageeditor/package.json | 2 +- js/markdown/CHANGELOG.md | 6 + js/markdown/package.json | 2 +- js/model3D/CHANGELOG.md | 6 + js/model3D/package.json | 2 +- js/number/CHANGELOG.md | 8 +- js/number/package.json | 2 +- js/radio/CHANGELOG.md | 8 +- js/radio/package.json | 2 +- js/simpledropdown/CHANGELOG.md | 8 +- js/simpledropdown/package.json | 2 +- js/simpleimage/CHANGELOG.md | 10 + js/simpleimage/package.json | 2 +- js/simpletextbox/CHANGELOG.md | 8 +- js/simpletextbox/package.json | 2 +- js/textbox/CHANGELOG.md | 8 +- js/textbox/package.json | 2 +- js/upload/CHANGELOG.md | 6 + js/upload/package.json | 2 +- js/uploadbutton/CHANGELOG.md | 12 +- js/uploadbutton/package.json | 2 +- js/video/CHANGELOG.md | 6 + js/video/package.json | 2 +- pnpm-lock.yaml | 254 ++++++++++------------- requirements.txt | 2 +- 78 files changed, 418 insertions(+), 287 deletions(-) delete mode 100644 .changeset/angry-onions-hope.md delete mode 100644 .changeset/dirty-crabs-wear.md delete mode 100644 .changeset/eager-rivers-rescue.md delete mode 100644 .changeset/easy-flowers-nail.md delete mode 100644 .changeset/every-bears-peel.md delete mode 100644 .changeset/fuzzy-windows-matter.md delete mode 100644 .changeset/happy-hairs-wash.md delete mode 100644 .changeset/old-rice-laugh.md delete mode 100644 .changeset/ripe-emus-try.md delete mode 100644 .changeset/seven-trains-return.md delete mode 100644 .changeset/thick-grapes-shine.md delete mode 100644 .changeset/warm-jokes-fetch.md diff --git a/.changeset/angry-onions-hope.md b/.changeset/angry-onions-hope.md deleted file mode 100644 index 16474fa4e2da0..0000000000000 --- a/.changeset/angry-onions-hope.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@gradio/app": minor -"@gradio/simpleimage": minor -"gradio": minor ---- - -feat:Add a `simpleimage` template for custom components diff --git a/.changeset/dirty-crabs-wear.md b/.changeset/dirty-crabs-wear.md deleted file mode 100644 index 3090424e59b19..0000000000000 --- a/.changeset/dirty-crabs-wear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": minor ---- - -fix:Add missing parameters and docstrings for `gr.TabbedInterface` diff --git a/.changeset/eager-rivers-rescue.md b/.changeset/eager-rivers-rescue.md deleted file mode 100644 index 2af4cd533a490..0000000000000 --- a/.changeset/eager-rivers-rescue.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/upload": patch -"gradio": patch ---- - -feat:Upload tweak diff --git a/.changeset/easy-flowers-nail.md b/.changeset/easy-flowers-nail.md deleted file mode 100644 index a94495d26b400..0000000000000 --- a/.changeset/easy-flowers-nail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"gradio": patch -"gradio_client": patch ---- - -fix:Optimize client view_api method diff --git a/.changeset/every-bears-peel.md b/.changeset/every-bears-peel.md deleted file mode 100644 index d2f60b1409fa5..0000000000000 --- a/.changeset/every-bears-peel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/audio": patch -"gradio": patch ---- - -fix:Fix audio recording events not dispatching diff --git a/.changeset/fuzzy-windows-matter.md b/.changeset/fuzzy-windows-matter.md deleted file mode 100644 index 6be9dd0f51506..0000000000000 --- a/.changeset/fuzzy-windows-matter.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/accordion": minor -"gradio": minor ---- - -feat:Ensure `open` reactivity in Accordion diff --git a/.changeset/happy-hairs-wash.md b/.changeset/happy-hairs-wash.md deleted file mode 100644 index 7dd7087d86249..0000000000000 --- a/.changeset/happy-hairs-wash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/simpleimage": patch -"gradio": patch ---- - -feat:Fix SimpleImage package json diff --git a/.changeset/old-rice-laugh.md b/.changeset/old-rice-laugh.md deleted file mode 100644 index eaa258bcd813a..0000000000000 --- a/.changeset/old-rice-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": minor ---- - -feat:Defer importing matplotlib diff --git a/.changeset/ripe-emus-try.md b/.changeset/ripe-emus-try.md deleted file mode 100644 index e248b62d519ae..0000000000000 --- a/.changeset/ripe-emus-try.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/dataframe": minor -"gradio": minor ---- - -feat:Allow selecting texts in dataframe cells diff --git a/.changeset/seven-trains-return.md b/.changeset/seven-trains-return.md deleted file mode 100644 index bdc30686a822c..0000000000000 --- a/.changeset/seven-trains-return.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/audio": patch -"gradio": patch ---- - -fix:Amend audio waveform colour diff --git a/.changeset/thick-grapes-shine.md b/.changeset/thick-grapes-shine.md deleted file mode 100644 index 4b1de9e53a429..0000000000000 --- a/.changeset/thick-grapes-shine.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/imageeditor": patch -"gradio": patch ---- - -fix:Show label in interactive image editor diff --git a/.changeset/warm-jokes-fetch.md b/.changeset/warm-jokes-fetch.md deleted file mode 100644 index 53577b67d97a3..0000000000000 --- a/.changeset/warm-jokes-fetch.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -"@gradio/audio": patch -"@gradio/checkbox": patch -"@gradio/code": patch -"@gradio/colorpicker": patch -"@gradio/dataset": patch -"@gradio/dropdown": patch -"@gradio/file": patch -"@gradio/fileexplorer": patch -"@gradio/image": patch -"@gradio/markdown": patch -"@gradio/model3d": patch -"@gradio/number": patch -"@gradio/radio": patch -"@gradio/simpledropdown": patch -"@gradio/simpleimage": patch -"@gradio/simpletextbox": patch -"@gradio/textbox": patch -"@gradio/video": patch -"gradio": patch ---- - -fix:Handle the case where examples is `null` for all components diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b993d7053b6a..7fc64762a5c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # gradio +## 4.17.0 + +### Features + +- [#7129](https://github.com/gradio-app/gradio/pull/7129) [`ccdaec4`](https://github.com/gradio-app/gradio/commit/ccdaec45002d0a9d6016e8e2078b843a1ff9172b) - Add a `simpleimage` template for custom components. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7205](https://github.com/gradio-app/gradio/pull/7205) [`e418edd`](https://github.com/gradio-app/gradio/commit/e418edd011d06df519c778b9a50573288d5bf30f) - Fix SimpleImage package json. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7206](https://github.com/gradio-app/gradio/pull/7206) [`572e360`](https://github.com/gradio-app/gradio/commit/572e360fff4a03c335b86e1a7517a44cb6af2bcd) - Upload tweak. Thanks [@pngwn](https://github.com/pngwn)! +- [#7208](https://github.com/gradio-app/gradio/pull/7208) [`efacc7d`](https://github.com/gradio-app/gradio/commit/efacc7d5cb0d1c6448cbec82abfc00ad6da05b3f) - Ensure `open` reactivity in Accordion. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#7157](https://github.com/gradio-app/gradio/pull/7157) [`46919c5`](https://github.com/gradio-app/gradio/commit/46919c5a4721ca2b0e17e38dc8c641f7ef336bcc) - Defer importing matplotlib. Thanks [@akx](https://github.com/akx)! +- [#7154](https://github.com/gradio-app/gradio/pull/7154) [`aab2a75`](https://github.com/gradio-app/gradio/commit/aab2a75f0610dd7ed0b481264c6b9f01cfe92094) - Allow selecting texts in dataframe cells. Thanks [@shubhamofbce](https://github.com/shubhamofbce)! + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7190](https://github.com/gradio-app/gradio/pull/7190) [`2d51a9d`](https://github.com/gradio-app/gradio/commit/2d51a9dbd97167aa7a2b3aa672142c1a5137e898) - Add missing parameters and docstrings for `gr.TabbedInterface`. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7178](https://github.com/gradio-app/gradio/pull/7178) [`9f23b0b`](https://github.com/gradio-app/gradio/commit/9f23b0bc54b4ef63c056b309370df52ec2c2a43c) - Optimize client view_api method. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! +- [#7158](https://github.com/gradio-app/gradio/pull/7158) [`ded5256`](https://github.com/gradio-app/gradio/commit/ded5256c4a39a84155b9c3d7f4e8e7060d798186) - Fix audio recording events not dispatching. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#7207](https://github.com/gradio-app/gradio/pull/7207) [`e3217b4`](https://github.com/gradio-app/gradio/commit/e3217b41862925a6a05f44070ac2bdabbeee6769) - Amend audio waveform colour. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#7219](https://github.com/gradio-app/gradio/pull/7219) [`faead14`](https://github.com/gradio-app/gradio/commit/faead1403cdba6415912a6ad512291ac63b04173) - Show label in interactive image editor. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 4.16.0 ### Features diff --git a/client/python/CHANGELOG.md b/client/python/CHANGELOG.md index 480f5544ae72b..49dc398a4e833 100644 --- a/client/python/CHANGELOG.md +++ b/client/python/CHANGELOG.md @@ -1,5 +1,11 @@ # gradio_client +## 0.8.2 + +### Fixes + +- [#7178](https://github.com/gradio-app/gradio/pull/7178) [`9f23b0b`](https://github.com/gradio-app/gradio/commit/9f23b0bc54b4ef63c056b309370df52ec2c2a43c) - Optimize client view_api method. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! + ## 0.8.1 ### Features diff --git a/client/python/gradio_client/CHANGELOG.md b/client/python/gradio_client/CHANGELOG.md index 480f5544ae72b..49dc398a4e833 100644 --- a/client/python/gradio_client/CHANGELOG.md +++ b/client/python/gradio_client/CHANGELOG.md @@ -1,5 +1,11 @@ # gradio_client +## 0.8.2 + +### Fixes + +- [#7178](https://github.com/gradio-app/gradio/pull/7178) [`9f23b0b`](https://github.com/gradio-app/gradio/commit/9f23b0bc54b4ef63c056b309370df52ec2c2a43c) - Optimize client view_api method. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! + ## 0.8.1 ### Features diff --git a/client/python/gradio_client/package.json b/client/python/gradio_client/package.json index c66da2e450e6b..75ac4fd5e83ac 100644 --- a/client/python/gradio_client/package.json +++ b/client/python/gradio_client/package.json @@ -1,6 +1,6 @@ { "name": "gradio_client", - "version": "0.8.1", + "version": "0.8.2", "description": "", "python": "true", "main_changeset": true diff --git a/gradio/CHANGELOG.md b/gradio/CHANGELOG.md index 4b993d7053b6a..7fc64762a5c36 100644 --- a/gradio/CHANGELOG.md +++ b/gradio/CHANGELOG.md @@ -1,5 +1,25 @@ # gradio +## 4.17.0 + +### Features + +- [#7129](https://github.com/gradio-app/gradio/pull/7129) [`ccdaec4`](https://github.com/gradio-app/gradio/commit/ccdaec45002d0a9d6016e8e2078b843a1ff9172b) - Add a `simpleimage` template for custom components. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7205](https://github.com/gradio-app/gradio/pull/7205) [`e418edd`](https://github.com/gradio-app/gradio/commit/e418edd011d06df519c778b9a50573288d5bf30f) - Fix SimpleImage package json. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7206](https://github.com/gradio-app/gradio/pull/7206) [`572e360`](https://github.com/gradio-app/gradio/commit/572e360fff4a03c335b86e1a7517a44cb6af2bcd) - Upload tweak. Thanks [@pngwn](https://github.com/pngwn)! +- [#7208](https://github.com/gradio-app/gradio/pull/7208) [`efacc7d`](https://github.com/gradio-app/gradio/commit/efacc7d5cb0d1c6448cbec82abfc00ad6da05b3f) - Ensure `open` reactivity in Accordion. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#7157](https://github.com/gradio-app/gradio/pull/7157) [`46919c5`](https://github.com/gradio-app/gradio/commit/46919c5a4721ca2b0e17e38dc8c641f7ef336bcc) - Defer importing matplotlib. Thanks [@akx](https://github.com/akx)! +- [#7154](https://github.com/gradio-app/gradio/pull/7154) [`aab2a75`](https://github.com/gradio-app/gradio/commit/aab2a75f0610dd7ed0b481264c6b9f01cfe92094) - Allow selecting texts in dataframe cells. Thanks [@shubhamofbce](https://github.com/shubhamofbce)! + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7190](https://github.com/gradio-app/gradio/pull/7190) [`2d51a9d`](https://github.com/gradio-app/gradio/commit/2d51a9dbd97167aa7a2b3aa672142c1a5137e898) - Add missing parameters and docstrings for `gr.TabbedInterface`. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7178](https://github.com/gradio-app/gradio/pull/7178) [`9f23b0b`](https://github.com/gradio-app/gradio/commit/9f23b0bc54b4ef63c056b309370df52ec2c2a43c) - Optimize client view_api method. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! +- [#7158](https://github.com/gradio-app/gradio/pull/7158) [`ded5256`](https://github.com/gradio-app/gradio/commit/ded5256c4a39a84155b9c3d7f4e8e7060d798186) - Fix audio recording events not dispatching. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#7207](https://github.com/gradio-app/gradio/pull/7207) [`e3217b4`](https://github.com/gradio-app/gradio/commit/e3217b41862925a6a05f44070ac2bdabbeee6769) - Amend audio waveform colour. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#7219](https://github.com/gradio-app/gradio/pull/7219) [`faead14`](https://github.com/gradio-app/gradio/commit/faead1403cdba6415912a6ad512291ac63b04173) - Show label in interactive image editor. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 4.16.0 ### Features diff --git a/gradio/package.json b/gradio/package.json index 378ff4c52753b..a3a19145f575d 100644 --- a/gradio/package.json +++ b/gradio/package.json @@ -1,6 +1,6 @@ { "name": "gradio", - "version": "4.16.0", + "version": "4.17.0", "description": "", "python": "true" } diff --git a/js/_website/CHANGELOG.md b/js/_website/CHANGELOG.md index e9b8817d00726..5bd228b08c816 100644 --- a/js/_website/CHANGELOG.md +++ b/js/_website/CHANGELOG.md @@ -1,11 +1,18 @@ # website +## 0.22.1 + +### Patch Changes + +- Updated dependencies [[`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739)]: + - @gradio/code@0.3.9 + ## 0.22.0 ### Features -- [#6970](https://github.com/gradio-app/gradio/pull/6970) [`dfe1f08`](https://github.com/gradio-app/gradio/commit/dfe1f08ae216dca8bac8e2d992ebde1f8746c795) - Style changes to custom components gallery. Thanks [@aliabd](https://github.com/aliabd)! -- [#7080](https://github.com/gradio-app/gradio/pull/7080) [`6654a32`](https://github.com/gradio-app/gradio/commit/6654a32ebad3c5b9f762d8e9e531f29152625819) - start cc docs guide. Thanks [@pngwn](https://github.com/pngwn)! +- [#6970](https://github.com/gradio-app/gradio/pull/6970) [`dfe1f08`](https://github.com/gradio-app/gradio/commit/dfe1f08ae216dca8bac8e2d992ebde1f8746c795) - Style changes to custom components gallery. Thanks [@aliabd](https://github.com/aliabd)! +- [#7080](https://github.com/gradio-app/gradio/pull/7080) [`6654a32`](https://github.com/gradio-app/gradio/commit/6654a32ebad3c5b9f762d8e9e531f29152625819) - start cc docs guide. Thanks [@pngwn](https://github.com/pngwn)! ## 0.21.3 @@ -295,4 +302,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Fixes -- [#5007](https://github.com/gradio-app/gradio/pull/5007) [`71c90394`](https://github.com/gradio-app/gradio/commit/71c90394012a9cfe10eae312b437a6deff52da3a) - Make sure tags aren't rendered inside a guide. Thanks [@aliabd](https://github.com/aliabd)! \ No newline at end of file +- [#5007](https://github.com/gradio-app/gradio/pull/5007) [`71c90394`](https://github.com/gradio-app/gradio/commit/71c90394012a9cfe10eae312b437a6deff52da3a) - Make sure tags aren't rendered inside a guide. Thanks [@aliabd](https://github.com/aliabd)! diff --git a/js/_website/package.json b/js/_website/package.json index 87f8790b09371..f205d08617838 100644 --- a/js/_website/package.json +++ b/js/_website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.22.0", + "version": "0.22.1", "private": true, "scripts": { "dev": "python generate_jsons/generate.py && vite dev", @@ -22,7 +22,7 @@ }, "type": "module", "dependencies": { - "@gradio/code": "0.3.8", + "@gradio/code": "0.3.9", "@sindresorhus/slugify": "^2.2.0", "@sveltejs/adapter-vercel": "^3.0.3", "hast-util-to-string": "^3.0.0", diff --git a/js/accordion/CHANGELOG.md b/js/accordion/CHANGELOG.md index 1fcfdb9bc3389..c4dadb519ef3d 100644 --- a/js/accordion/CHANGELOG.md +++ b/js/accordion/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/accordion +## 0.3.0 + +### Features + +- [#7208](https://github.com/gradio-app/gradio/pull/7208) [`efacc7d`](https://github.com/gradio-app/gradio/commit/efacc7d5cb0d1c6448cbec82abfc00ad6da05b3f) - Ensure `open` reactivity in Accordion. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 0.2.7 ### Patch Changes @@ -134,4 +140,4 @@ ### Features -- [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)! +- [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)! \ No newline at end of file diff --git a/js/accordion/package.json b/js/accordion/package.json index ce4a7d1d36b65..8aa41ce4b7ca5 100644 --- a/js/accordion/package.json +++ b/js/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/accordion", - "version": "0.2.7", + "version": "0.3.0", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/annotatedimage/CHANGELOG.md b/js/annotatedimage/CHANGELOG.md index 1cb27af1260e8..36636af71bfd7 100644 --- a/js/annotatedimage/CHANGELOG.md +++ b/js/annotatedimage/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/annotatedimage +## 0.4.4 + +### Patch Changes + +- Updated dependencies [[`572e360`](https://github.com/gradio-app/gradio/commit/572e360fff4a03c335b86e1a7517a44cb6af2bcd)]: + - @gradio/upload@0.7.1 + ## 0.4.3 ### Patch Changes diff --git a/js/annotatedimage/package.json b/js/annotatedimage/package.json index 5c79076a7923b..683258b5b2160 100644 --- a/js/annotatedimage/package.json +++ b/js/annotatedimage/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/annotatedimage", - "version": "0.4.3", + "version": "0.4.4", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/app/CHANGELOG.md b/js/app/CHANGELOG.md index 986e2a04a5f3f..c66aa20154126 100644 --- a/js/app/CHANGELOG.md +++ b/js/app/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/app +## 1.23.0 + +### Features + +- [#7129](https://github.com/gradio-app/gradio/pull/7129) [`ccdaec4`](https://github.com/gradio-app/gradio/commit/ccdaec45002d0a9d6016e8e2078b843a1ff9172b) - Add a `simpleimage` template for custom components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 1.22.0 ### Features diff --git a/js/app/package.json b/js/app/package.json index 331442ea50842..839c20ef96228 100644 --- a/js/app/package.json +++ b/js/app/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/app", - "version": "1.22.0", + "version": "1.23.0", "private": true, "type": "module", "scripts": { diff --git a/js/audio/CHANGELOG.md b/js/audio/CHANGELOG.md index d62628857a0fa..fd4d5b56e4303 100644 --- a/js/audio/CHANGELOG.md +++ b/js/audio/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/audio +## 0.8.1 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7158](https://github.com/gradio-app/gradio/pull/7158) [`ded5256`](https://github.com/gradio-app/gradio/commit/ded5256c4a39a84155b9c3d7f4e8e7060d798186) - Fix audio recording events not dispatching. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#7207](https://github.com/gradio-app/gradio/pull/7207) [`e3217b4`](https://github.com/gradio-app/gradio/commit/e3217b41862925a6a05f44070ac2bdabbeee6769) - Amend audio waveform colour. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 0.8.0 ### Features diff --git a/js/audio/package.json b/js/audio/package.json index 00de42f4c214e..9d688480a66b5 100644 --- a/js/audio/package.json +++ b/js/audio/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/audio", - "version": "0.8.0", + "version": "0.8.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/button/CHANGELOG.md b/js/button/CHANGELOG.md index fad8a1ba38298..58c74971ea9d4 100644 --- a/js/button/CHANGELOG.md +++ b/js/button/CHANGELOG.md @@ -1,10 +1,17 @@ # @gradio/button +## 0.2.19 + +### Patch Changes + +- Updated dependencies [[`572e360`](https://github.com/gradio-app/gradio/commit/572e360fff4a03c335b86e1a7517a44cb6af2bcd)]: + - @gradio/upload@0.7.1 + ## 0.2.18 ### Fixes -- [#7126](https://github.com/gradio-app/gradio/pull/7126) [`5727b92`](https://github.com/gradio-app/gradio/commit/5727b92abc8a00a675bfc0a921b38de771af947b) - Allow buttons to take null value. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7126](https://github.com/gradio-app/gradio/pull/7126) [`5727b92`](https://github.com/gradio-app/gradio/commit/5727b92abc8a00a675bfc0a921b38de771af947b) - Allow buttons to take null value. Thanks [@abidlabs](https://github.com/abidlabs)! ## 0.2.17 @@ -247,4 +254,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Patch Changes - Updated dependencies []: - - @gradio/utils@0.0.2 \ No newline at end of file + - @gradio/utils@0.0.2 diff --git a/js/button/package.json b/js/button/package.json index e6e7885d62eea..52a9ad73ce07b 100644 --- a/js/button/package.json +++ b/js/button/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/button", - "version": "0.2.18", + "version": "0.2.19", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/chatbot/CHANGELOG.md b/js/chatbot/CHANGELOG.md index 5b838b018dca7..d52bef1748da3 100644 --- a/js/chatbot/CHANGELOG.md +++ b/js/chatbot/CHANGELOG.md @@ -1,5 +1,16 @@ # @gradio/chatbot +## 0.6.4 + +### Patch Changes + +- Updated dependencies [[`572e360`](https://github.com/gradio-app/gradio/commit/572e360fff4a03c335b86e1a7517a44cb6af2bcd), [`ded5256`](https://github.com/gradio-app/gradio/commit/ded5256c4a39a84155b9c3d7f4e8e7060d798186), [`e3217b4`](https://github.com/gradio-app/gradio/commit/e3217b41862925a6a05f44070ac2bdabbeee6769), [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739)]: + - @gradio/upload@0.7.1 + - @gradio/audio@0.8.1 + - @gradio/image@0.7.2 + - @gradio/markdown@0.6.2 + - @gradio/video@0.5.1 + ## 0.6.3 ### Patch Changes diff --git a/js/chatbot/package.json b/js/chatbot/package.json index 0384a1a0a5e54..7d52820cb7e86 100644 --- a/js/chatbot/package.json +++ b/js/chatbot/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/chatbot", - "version": "0.6.3", + "version": "0.6.4", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/checkbox/CHANGELOG.md b/js/checkbox/CHANGELOG.md index b4c2908938f7b..bfadc97917224 100644 --- a/js/checkbox/CHANGELOG.md +++ b/js/checkbox/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/checkbox +## 0.2.8 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.2.7 ### Patch Changes @@ -164,4 +170,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Features - [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)! -- [#5216](https://github.com/gradio-app/gradio/pull/5216) [`4b58ea6d`](https://github.com/gradio-app/gradio/commit/4b58ea6d98e7a43b3f30d8a4cb6f379bc2eca6a8) - Update i18n tokens and locale files. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#5216](https://github.com/gradio-app/gradio/pull/5216) [`4b58ea6d`](https://github.com/gradio-app/gradio/commit/4b58ea6d98e7a43b3f30d8a4cb6f379bc2eca6a8) - Update i18n tokens and locale files. Thanks [@hannahblair](https://github.com/hannahblair)! \ No newline at end of file diff --git a/js/checkbox/package.json b/js/checkbox/package.json index a64c90edd4a69..78803277da07b 100644 --- a/js/checkbox/package.json +++ b/js/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/checkbox", - "version": "0.2.7", + "version": "0.2.8", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/code/CHANGELOG.md b/js/code/CHANGELOG.md index 6890a79fc2964..c3b2961e340e4 100644 --- a/js/code/CHANGELOG.md +++ b/js/code/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/code +## 0.3.9 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.3.8 ### Patch Changes @@ -265,4 +271,4 @@ Thanks [@pngwn](https://github.com/pngwn)! - Updated dependencies []: - @gradio/atoms@0.0.2 - - @gradio/upload@0.0.2 + - @gradio/upload@0.0.2 \ No newline at end of file diff --git a/js/code/package.json b/js/code/package.json index 8553fdd81972d..a8126926c4e7f 100644 --- a/js/code/package.json +++ b/js/code/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/code", - "version": "0.3.8", + "version": "0.3.9", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/colorpicker/CHANGELOG.md b/js/colorpicker/CHANGELOG.md index 618542d19196c..8cd17098078cb 100644 --- a/js/colorpicker/CHANGELOG.md +++ b/js/colorpicker/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/colorpicker +## 0.2.8 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.2.7 ### Patch Changes @@ -157,4 +163,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Fixes -- [#5118](https://github.com/gradio-app/gradio/pull/5118) [`1b017e68`](https://github.com/gradio-app/gradio/commit/1b017e68f6a9623cc2ec085bd20e056229552028) - Add `interactive` args to `gr.ColorPicker`. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#5118](https://github.com/gradio-app/gradio/pull/5118) [`1b017e68`](https://github.com/gradio-app/gradio/commit/1b017e68f6a9623cc2ec085bd20e056229552028) - Add `interactive` args to `gr.ColorPicker`. Thanks [@hannahblair](https://github.com/hannahblair)! \ No newline at end of file diff --git a/js/colorpicker/package.json b/js/colorpicker/package.json index 4952a4a2b42b4..bc19d72d4c21f 100644 --- a/js/colorpicker/package.json +++ b/js/colorpicker/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/colorpicker", - "version": "0.2.7", + "version": "0.2.8", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/dataframe/CHANGELOG.md b/js/dataframe/CHANGELOG.md index 6c825c4ff33ea..a4d305c739af3 100644 --- a/js/dataframe/CHANGELOG.md +++ b/js/dataframe/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/dataframe +## 0.6.0 + +### Features + +- [#7154](https://github.com/gradio-app/gradio/pull/7154) [`aab2a75`](https://github.com/gradio-app/gradio/commit/aab2a75f0610dd7ed0b481264c6b9f01cfe92094) - Allow selecting texts in dataframe cells. Thanks [@shubhamofbce](https://github.com/shubhamofbce)! + ## 0.5.1 ### Patch Changes @@ -326,4 +332,4 @@ Thanks [@pngwn](https://github.com/pngwn)! - Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd), [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f)]: - @gradio/upload@0.0.3 - - @gradio/button@0.1.0 + - @gradio/button@0.1.0 \ No newline at end of file diff --git a/js/dataframe/package.json b/js/dataframe/package.json index fc0d840244872..4d8a5ba2d85c3 100644 --- a/js/dataframe/package.json +++ b/js/dataframe/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dataframe", - "version": "0.5.1", + "version": "0.6.0", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/dataset/CHANGELOG.md b/js/dataset/CHANGELOG.md index cdc00845631bd..36bbeddaba6bf 100644 --- a/js/dataset/CHANGELOG.md +++ b/js/dataset/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/dataset +## 0.1.19 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.1.18 ### Patch Changes @@ -229,4 +235,4 @@ ### Features -- [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)! +- [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)! \ No newline at end of file diff --git a/js/dataset/package.json b/js/dataset/package.json index 04419c731a9c5..62fd79968795c 100644 --- a/js/dataset/package.json +++ b/js/dataset/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dataset", - "version": "0.1.18", + "version": "0.1.19", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/dropdown/CHANGELOG.md b/js/dropdown/CHANGELOG.md index 774f6a9046e1e..75a09db9c270f 100644 --- a/js/dropdown/CHANGELOG.md +++ b/js/dropdown/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/dropdown +## 0.5.2 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.5.1 ### Fixes diff --git a/js/dropdown/package.json b/js/dropdown/package.json index 9f2c3d6572cb8..a428490c043c4 100644 --- a/js/dropdown/package.json +++ b/js/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dropdown", - "version": "0.5.1", + "version": "0.5.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/file/CHANGELOG.md b/js/file/CHANGELOG.md index bdcb8f5c374fe..b398ef3a92182 100644 --- a/js/file/CHANGELOG.md +++ b/js/file/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/file +## 0.4.9 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.4.8 ### Patch Changes @@ -331,4 +337,4 @@ Thanks [@pngwn](https://github.com/pngwn)! - Updated dependencies []: - @gradio/utils@0.0.2 - @gradio/atoms@0.0.2 - - @gradio/upload@0.0.2 + - @gradio/upload@0.0.2 \ No newline at end of file diff --git a/js/file/package.json b/js/file/package.json index ee56de90e7689..0c502e3a7a108 100644 --- a/js/file/package.json +++ b/js/file/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/file", - "version": "0.4.8", + "version": "0.4.9", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/fileexplorer/CHANGELOG.md b/js/fileexplorer/CHANGELOG.md index 8006438cd2a75..38e64950ac027 100644 --- a/js/fileexplorer/CHANGELOG.md +++ b/js/fileexplorer/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/fileexplorer +## 0.3.19 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.3.18 ### Patch Changes @@ -226,4 +232,4 @@ Users can then navigate the virtual filesystem and select files which will be ac For more information check the [`FileExplorer` documentation](https://gradio.app/docs/fileexplorer). -Thanks [@aliabid94](https://github.com/aliabid94)! +Thanks [@aliabid94](https://github.com/aliabid94)! \ No newline at end of file diff --git a/js/fileexplorer/package.json b/js/fileexplorer/package.json index 3ad43e3117137..14ca78d4f2dcf 100644 --- a/js/fileexplorer/package.json +++ b/js/fileexplorer/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/fileexplorer", - "version": "0.3.18", + "version": "0.3.19", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/gallery/CHANGELOG.md b/js/gallery/CHANGELOG.md index 5a06121a4d5e4..aca82643c3fc0 100644 --- a/js/gallery/CHANGELOG.md +++ b/js/gallery/CHANGELOG.md @@ -1,22 +1,31 @@ # @gradio/gallery +## 0.6.1 + +### Patch Changes + +- Updated dependencies [[`572e360`](https://github.com/gradio-app/gradio/commit/572e360fff4a03c335b86e1a7517a44cb6af2bcd), [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739)]: + - @gradio/upload@0.7.1 + - @gradio/file@0.4.9 + - @gradio/image@0.7.2 + ## 0.6.0 ### Features -- [#7148](https://github.com/gradio-app/gradio/pull/7148) [`c60ad4d`](https://github.com/gradio-app/gradio/commit/c60ad4d34ab5b56a89bf6796822977e51e7a4a32) - Use Gallery as input component. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! +- [#7148](https://github.com/gradio-app/gradio/pull/7148) [`c60ad4d`](https://github.com/gradio-app/gradio/commit/c60ad4d34ab5b56a89bf6796822977e51e7a4a32) - Use Gallery as input component. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! ## 0.5.0 ### Features -- [#7024](https://github.com/gradio-app/gradio/pull/7024) [`f2d69fc`](https://github.com/gradio-app/gradio/commit/f2d69fc7d0c1c3457112e702b53e38a0255fc1b7) - Fix gallery thumbnail design regression. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#7024](https://github.com/gradio-app/gradio/pull/7024) [`f2d69fc`](https://github.com/gradio-app/gradio/commit/f2d69fc7d0c1c3457112e702b53e38a0255fc1b7) - Fix gallery thumbnail design regression. Thanks [@hannahblair](https://github.com/hannahblair)! ## 0.4.17 ### Fixes -- [#6967](https://github.com/gradio-app/gradio/pull/6967) [`5e00162`](https://github.com/gradio-app/gradio/commit/5e0016267f1d683e2daab82ee4a33d2f09513a34) - Make Wasm-compatible. Thanks [@whitphx](https://github.com/whitphx)! +- [#6967](https://github.com/gradio-app/gradio/pull/6967) [`5e00162`](https://github.com/gradio-app/gradio/commit/5e0016267f1d683e2daab82ee4a33d2f09513a34) - Make Wasm-compatible. Thanks [@whitphx](https://github.com/whitphx)! ## 0.4.16 @@ -311,4 +320,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Features -- [#4995](https://github.com/gradio-app/gradio/pull/4995) [`3f8c210b`](https://github.com/gradio-app/gradio/commit/3f8c210b01ef1ceaaf8ee73be4bf246b5b745bbf) - Implement left and right click in `Gallery` component and show implicit images in `Gallery` grid. Thanks [@hannahblair](https://github.com/hannahblair)! \ No newline at end of file +- [#4995](https://github.com/gradio-app/gradio/pull/4995) [`3f8c210b`](https://github.com/gradio-app/gradio/commit/3f8c210b01ef1ceaaf8ee73be4bf246b5b745bbf) - Implement left and right click in `Gallery` component and show implicit images in `Gallery` grid. Thanks [@hannahblair](https://github.com/hannahblair)! diff --git a/js/gallery/package.json b/js/gallery/package.json index 036b8e51940e9..091995169617f 100644 --- a/js/gallery/package.json +++ b/js/gallery/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/gallery", - "version": "0.6.0", + "version": "0.6.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/image/CHANGELOG.md b/js/image/CHANGELOG.md index 44fe65a847bc8..7e8d5e699738c 100644 --- a/js/image/CHANGELOG.md +++ b/js/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/image +## 0.7.2 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.7.1 ### Patch Changes @@ -342,4 +348,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Features -- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)! +- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)! \ No newline at end of file diff --git a/js/image/package.json b/js/image/package.json index e11d847ce4f9d..5cd5bc3cebbca 100644 --- a/js/image/package.json +++ b/js/image/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/image", - "version": "0.7.1", + "version": "0.7.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/imageeditor/CHANGELOG.md b/js/imageeditor/CHANGELOG.md index 217df7b707372..e92960a816393 100644 --- a/js/imageeditor/CHANGELOG.md +++ b/js/imageeditor/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/imageeditor +## 0.3.2 + +### Fixes + +- [#7219](https://github.com/gradio-app/gradio/pull/7219) [`faead14`](https://github.com/gradio-app/gradio/commit/faead1403cdba6415912a6ad512291ac63b04173) - Show label in interactive image editor. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 0.3.1 ### Patch Changes @@ -151,4 +157,4 @@ Thanks [@pngwn](https://github.com/pngwn)! - [#6502](https://github.com/gradio-app/gradio/pull/6502) [`070f71c93`](https://github.com/gradio-app/gradio/commit/070f71c933d846ce8e2fe11cdd9bc0f3f897f29f) - Ensure image editor crop and draw cursor works as expected when the scroll position changes. Thanks [@pngwn](https://github.com/pngwn)! -# @gradio/image +# @gradio/image \ No newline at end of file diff --git a/js/imageeditor/package.json b/js/imageeditor/package.json index 4c44a3ef8ba61..15ae5c6dde951 100644 --- a/js/imageeditor/package.json +++ b/js/imageeditor/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/imageeditor", - "version": "0.3.1", + "version": "0.3.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/markdown/CHANGELOG.md b/js/markdown/CHANGELOG.md index 496b3944a43cc..210d5efd06bd0 100644 --- a/js/markdown/CHANGELOG.md +++ b/js/markdown/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/markdown +## 0.6.2 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.6.1 ### Fixes diff --git a/js/markdown/package.json b/js/markdown/package.json index 8031cb693e24b..3fb3a03d9ffd2 100644 --- a/js/markdown/package.json +++ b/js/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/markdown", - "version": "0.6.1", + "version": "0.6.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/model3D/CHANGELOG.md b/js/model3D/CHANGELOG.md index 00a39b3f4b98b..86d79bf7a485f 100644 --- a/js/model3D/CHANGELOG.md +++ b/js/model3D/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/model3d +## 0.5.1 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.5.0 ### Features diff --git a/js/model3D/package.json b/js/model3D/package.json index d066ffb85f26c..5e98666f18b76 100644 --- a/js/model3D/package.json +++ b/js/model3D/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/model3d", - "version": "0.5.0", + "version": "0.5.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/number/CHANGELOG.md b/js/number/CHANGELOG.md index dbc998651f9e5..8f13993c4ab25 100644 --- a/js/number/CHANGELOG.md +++ b/js/number/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/number +## 0.3.8 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.3.7 ### Patch Changes @@ -164,4 +170,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Features - [#5047](https://github.com/gradio-app/gradio/pull/5047) [`883ac364`](https://github.com/gradio-app/gradio/commit/883ac364f69d92128774ac446ce49bdf8415fd7b) - Add `step` param to `Number`. Thanks [@hannahblair](https://github.com/hannahblair)! -- [#5005](https://github.com/gradio-app/gradio/pull/5005) [`f5539c76`](https://github.com/gradio-app/gradio/commit/f5539c7618e31451420bd3228754774da14dc65f) - Enhancement: Add focus event to textbox and number component. Thanks [@JodyZ0203](https://github.com/JodyZ0203)! +- [#5005](https://github.com/gradio-app/gradio/pull/5005) [`f5539c76`](https://github.com/gradio-app/gradio/commit/f5539c7618e31451420bd3228754774da14dc65f) - Enhancement: Add focus event to textbox and number component. Thanks [@JodyZ0203](https://github.com/JodyZ0203)! \ No newline at end of file diff --git a/js/number/package.json b/js/number/package.json index b582ab6262bb4..45bd241edddad 100644 --- a/js/number/package.json +++ b/js/number/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/number", - "version": "0.3.7", + "version": "0.3.8", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/radio/CHANGELOG.md b/js/radio/CHANGELOG.md index 9469338b250cb..95ec9bad93fc7 100644 --- a/js/radio/CHANGELOG.md +++ b/js/radio/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/radio +## 0.4.2 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.4.1 ### Patch Changes @@ -180,4 +186,4 @@ Thanks [@pngwn](https://github.com/pngwn)! - [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)! - [#5216](https://github.com/gradio-app/gradio/pull/5216) [`4b58ea6d`](https://github.com/gradio-app/gradio/commit/4b58ea6d98e7a43b3f30d8a4cb6f379bc2eca6a8) - Update i18n tokens and locale files. Thanks [@hannahblair](https://github.com/hannahblair)! -- [#5232](https://github.com/gradio-app/gradio/pull/5232) [`c57d4c23`](https://github.com/gradio-app/gradio/commit/c57d4c232a97e03b4671f9e9edc3af456438fe89) - `gr.Radio` and `gr.CheckboxGroup` can now accept different names and values. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#5232](https://github.com/gradio-app/gradio/pull/5232) [`c57d4c23`](https://github.com/gradio-app/gradio/commit/c57d4c232a97e03b4671f9e9edc3af456438fe89) - `gr.Radio` and `gr.CheckboxGroup` can now accept different names and values. Thanks [@abidlabs](https://github.com/abidlabs)! \ No newline at end of file diff --git a/js/radio/package.json b/js/radio/package.json index fea5d2d8127b2..82f1537d81893 100644 --- a/js/radio/package.json +++ b/js/radio/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/radio", - "version": "0.4.1", + "version": "0.4.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/simpledropdown/CHANGELOG.md b/js/simpledropdown/CHANGELOG.md index 48853746e3fa4..9e68d4326bcce 100644 --- a/js/simpledropdown/CHANGELOG.md +++ b/js/simpledropdown/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/simpledropdown +## 0.1.8 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.1.7 ### Patch Changes @@ -81,4 +87,4 @@ ### Features -- [#5996](https://github.com/gradio-app/gradio/pull/5996) [`9cf40f76f`](https://github.com/gradio-app/gradio/commit/9cf40f76fed1c0f84b5a5336a9b0100f8a9b4ee3) - V4: Simple dropdown. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! +- [#5996](https://github.com/gradio-app/gradio/pull/5996) [`9cf40f76f`](https://github.com/gradio-app/gradio/commit/9cf40f76fed1c0f84b5a5336a9b0100f8a9b4ee3) - V4: Simple dropdown. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! \ No newline at end of file diff --git a/js/simpledropdown/package.json b/js/simpledropdown/package.json index 479088541f613..26fd8a9083468 100644 --- a/js/simpledropdown/package.json +++ b/js/simpledropdown/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/simpledropdown", - "version": "0.1.7", + "version": "0.1.8", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/simpleimage/CHANGELOG.md b/js/simpleimage/CHANGELOG.md index d827798711d31..3c5a01c347f14 100644 --- a/js/simpleimage/CHANGELOG.md +++ b/js/simpleimage/CHANGELOG.md @@ -1,2 +1,12 @@ # @gradio/simpleimage +## 0.2.0 + +### Features + +- [#7129](https://github.com/gradio-app/gradio/pull/7129) [`ccdaec4`](https://github.com/gradio-app/gradio/commit/ccdaec45002d0a9d6016e8e2078b843a1ff9172b) - Add a `simpleimage` template for custom components. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7205](https://github.com/gradio-app/gradio/pull/7205) [`e418edd`](https://github.com/gradio-app/gradio/commit/e418edd011d06df519c778b9a50573288d5bf30f) - Fix SimpleImage package json. Thanks [@abidlabs](https://github.com/abidlabs)! + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! \ No newline at end of file diff --git a/js/simpleimage/package.json b/js/simpleimage/package.json index 088d55aa3318b..a02a587a9a6b0 100644 --- a/js/simpleimage/package.json +++ b/js/simpleimage/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/simpleimage", - "version": "0.1.0", + "version": "0.2.0", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/simpletextbox/CHANGELOG.md b/js/simpletextbox/CHANGELOG.md index 786a938394586..204fa7b920190 100644 --- a/js/simpletextbox/CHANGELOG.md +++ b/js/simpletextbox/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/simpletextbox +## 0.1.8 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.1.7 ### Patch Changes @@ -81,4 +87,4 @@ ### Features -- [#5990](https://github.com/gradio-app/gradio/pull/5990) [`85056de5c`](https://github.com/gradio-app/gradio/commit/85056de5cd4e90a10cbfcefab74037dbc622b26b) - V4: Simple textbox. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! +- [#5990](https://github.com/gradio-app/gradio/pull/5990) [`85056de5c`](https://github.com/gradio-app/gradio/commit/85056de5cd4e90a10cbfcefab74037dbc622b26b) - V4: Simple textbox. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! \ No newline at end of file diff --git a/js/simpletextbox/package.json b/js/simpletextbox/package.json index 5f5a00b83a49a..4800ac77e52ad 100644 --- a/js/simpletextbox/package.json +++ b/js/simpletextbox/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/simpletextbox", - "version": "0.1.7", + "version": "0.1.8", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/textbox/CHANGELOG.md b/js/textbox/CHANGELOG.md index f4af059a6242f..8e43de7eecb3c 100644 --- a/js/textbox/CHANGELOG.md +++ b/js/textbox/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/textbox +## 0.4.9 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.4.8 ### Patch Changes @@ -185,4 +191,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Fixes -- [#5114](https://github.com/gradio-app/gradio/pull/5114) [`56d2609d`](https://github.com/gradio-app/gradio/commit/56d2609de93387a75dc82b1c06c1240c5b28c0b8) - Reset textbox value to empty string when value is None. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#5114](https://github.com/gradio-app/gradio/pull/5114) [`56d2609d`](https://github.com/gradio-app/gradio/commit/56d2609de93387a75dc82b1c06c1240c5b28c0b8) - Reset textbox value to empty string when value is None. Thanks [@hannahblair](https://github.com/hannahblair)! \ No newline at end of file diff --git a/js/textbox/package.json b/js/textbox/package.json index 7b76ccd884894..9dee855c64c64 100644 --- a/js/textbox/package.json +++ b/js/textbox/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/textbox", - "version": "0.4.8", + "version": "0.4.9", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/upload/CHANGELOG.md b/js/upload/CHANGELOG.md index fd33343d8d29f..c2c2bb61d56c6 100644 --- a/js/upload/CHANGELOG.md +++ b/js/upload/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/upload +## 0.7.1 + +### Features + +- [#7206](https://github.com/gradio-app/gradio/pull/7206) [`572e360`](https://github.com/gradio-app/gradio/commit/572e360fff4a03c335b86e1a7517a44cb6af2bcd) - Upload tweak. Thanks [@pngwn](https://github.com/pngwn)! + ## 0.7.0 ### Features diff --git a/js/upload/package.json b/js/upload/package.json index fa35578ea5fe7..0e8df9b6b3a2a 100644 --- a/js/upload/package.json +++ b/js/upload/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/upload", - "version": "0.7.0", + "version": "0.7.1", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/uploadbutton/CHANGELOG.md b/js/uploadbutton/CHANGELOG.md index 008421e0d4d2d..86ef811aba3bf 100644 --- a/js/uploadbutton/CHANGELOG.md +++ b/js/uploadbutton/CHANGELOG.md @@ -1,10 +1,18 @@ # @gradio/uploadbutton +## 0.4.4 + +### Patch Changes + +- Updated dependencies [[`572e360`](https://github.com/gradio-app/gradio/commit/572e360fff4a03c335b86e1a7517a44cb6af2bcd)]: + - @gradio/upload@0.7.1 + - @gradio/button@0.2.19 + ## 0.4.3 ### Fixes -- [#7126](https://github.com/gradio-app/gradio/pull/7126) [`5727b92`](https://github.com/gradio-app/gradio/commit/5727b92abc8a00a675bfc0a921b38de771af947b) - Allow buttons to take null value. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7126](https://github.com/gradio-app/gradio/pull/7126) [`5727b92`](https://github.com/gradio-app/gradio/commit/5727b92abc8a00a675bfc0a921b38de771af947b) - Allow buttons to take null value. Thanks [@abidlabs](https://github.com/abidlabs)! ## 0.4.2 @@ -281,4 +289,4 @@ Thanks [@pngwn](https://github.com/pngwn)! - Updated dependencies [[`61129052`](https://github.com/gradio-app/gradio/commit/61129052ed1391a75c825c891d57fa0ad6c09fc8), [`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd), [`67265a58`](https://github.com/gradio-app/gradio/commit/67265a58027ef1f9e4c0eb849a532f72eaebde48), [`8b4eb8ca`](https://github.com/gradio-app/gradio/commit/8b4eb8cac9ea07bde31b44e2006ca2b7b5f4de36), [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f)]: - @gradio/client@0.2.0 - @gradio/upload@0.0.3 - - @gradio/button@0.1.0 \ No newline at end of file + - @gradio/button@0.1.0 diff --git a/js/uploadbutton/package.json b/js/uploadbutton/package.json index 6121dabe611ec..0b61830835bd1 100644 --- a/js/uploadbutton/package.json +++ b/js/uploadbutton/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/uploadbutton", - "version": "0.4.3", + "version": "0.4.4", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/video/CHANGELOG.md b/js/video/CHANGELOG.md index 58779c3998922..a491e833ede95 100644 --- a/js/video/CHANGELOG.md +++ b/js/video/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/video +## 0.5.1 + +### Fixes + +- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)! + ## 0.5.0 ### Features diff --git a/js/video/package.json b/js/video/package.json index 52334e71d862b..78987b265e4eb 100644 --- a/js/video/package.json +++ b/js/video/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/video", - "version": "0.5.0", + "version": "0.5.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 78b73ee3b512e..f2fabee9e8e66 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.1' +lockfileVersion: '6.0' settings: autoInstallPeers: true @@ -262,16 +262,16 @@ importers: version: 2.0.0(@sveltejs/kit@1.26.0) '@sveltejs/kit': specifier: ^1.5.0 - version: 1.26.0(svelte@4.2.2)(vite@4.5.0) + version: 1.26.0(svelte@4.2.3)(vite@4.5.0) prettier: specifier: ^3.0.0 version: 3.0.0 prettier-plugin-svelte: specifier: ^3.0.0 - version: 3.0.0(prettier@3.0.0)(svelte@4.2.2) + version: 3.0.0(prettier@3.0.0)(svelte@4.2.3) svelte-check: specifier: ^3.0.1 - version: 3.4.4(@babel/core@7.23.3)(less@4.2.0)(postcss@8.4.27)(svelte@4.2.2) + version: 3.4.4(@babel/core@7.23.3)(less@4.2.0)(postcss@8.4.27)(svelte@4.2.3) typescript: specifier: ^5.0.0 version: 5.0.2 @@ -279,7 +279,7 @@ importers: js/_website: dependencies: '@gradio/code': - specifier: 0.3.8 + specifier: 0.3.9 version: link:../code '@sindresorhus/slugify': specifier: ^2.2.0 @@ -292,7 +292,7 @@ importers: version: 3.0.0 mdsvex: specifier: ^0.11.0 - version: 0.11.0(svelte@4.2.2) + version: 0.11.0(svelte@4.2.3) postcss: specifier: '>=8.3.3 <9.0.0' version: 8.4.27 @@ -305,7 +305,7 @@ importers: version: 2.0.2(@sveltejs/kit@1.27.6) '@sveltejs/kit': specifier: ^1.27.6 - version: 1.27.6(svelte@4.2.2)(vite@4.5.0) + version: 1.27.6(svelte@4.2.3)(vite@4.5.0) '@tailwindcss/forms': specifier: ^0.5.0 version: 0.5.0(tailwindcss@3.1.6) @@ -4227,86 +4227,6 @@ packages: tslib: 2.6.2 dev: false - /@gradio/atoms@0.4.1(svelte@3.59.2): - resolution: {integrity: sha512-NkA5JBwglft0HpE/kfq2KA8f/2LvMcQ9yMBgAZD4wbp7O3i3HJ2+Gw4umKvUGNt53berq8Q+qT2qnFxc3qAGUQ==} - dependencies: - '@gradio/icons': 0.3.2 - '@gradio/utils': 0.2.1(svelte@3.59.2) - transitivePeerDependencies: - - svelte - dev: false - - /@gradio/client@0.10.1: - resolution: {integrity: sha512-C3uWIWEqlpTuG3sfPw3K3+26Fkr+jXPL8U2lC1u7DlBm25rHdGMVX17o8ApW7XcFtznfaLceVtpnDPkDpQTJlw==} - engines: {node: '>=18.0.0'} - dependencies: - bufferutil: 4.0.7 - semiver: 1.1.0 - ws: 8.16.0(bufferutil@4.0.7) - transitivePeerDependencies: - - utf-8-validate - dev: false - - /@gradio/column@0.1.0: - resolution: {integrity: sha512-P24nqqVnMXBaDA1f/zSN5HZRho4PxP8Dq+7VltPHlmxIEiZYik2AJ4J0LeuIha34FDO0guu/16evdrpvGIUAfw==} - dev: false - - /@gradio/icons@0.3.2: - resolution: {integrity: sha512-l0jGfSRFiZ/doAXz6L+JEp6MN/a1BTZm88kqVoSnYrKSytP6bnBLRWeF4UvOi2T2fbVrNKenAEt/lwxJE5vK4w==} - dev: false - - /@gradio/statustracker@0.4.3(svelte@3.59.2): - resolution: {integrity: sha512-q1B4+I/O9eKoCIWW42xK/yxBGRRQZFfV2dVWxBcEmlX6A0r5FfkFHvs569lfVxdKrJDNlmtI55Idm97meYPaeg==} - dependencies: - '@gradio/atoms': 0.4.1(svelte@3.59.2) - '@gradio/column': 0.1.0 - '@gradio/icons': 0.3.2 - '@gradio/utils': 0.2.1(svelte@3.59.2) - transitivePeerDependencies: - - svelte - dev: false - - /@gradio/theme@0.2.0: - resolution: {integrity: sha512-33c68Nk7oRXLn08OxPfjcPm7S4tXGOUV1I1bVgzdM2YV5o1QBOS1GEnXPZPu/CEYPePLMB6bsDwffrLEyLGWVQ==} - dev: false - - /@gradio/upload@0.6.1(svelte@3.59.2): - resolution: {integrity: sha512-YsoGNFOt3OpvdU75hOsQyzzStmc5RKGMQVk2E84oxAU1n2JNjRd6Fm4Ms1VM6lPrb6azRKM20q4Z5a5kV0o+sQ==} - dependencies: - '@gradio/atoms': 0.4.1(svelte@3.59.2) - '@gradio/client': 0.10.1 - '@gradio/icons': 0.3.2 - '@gradio/utils': 0.2.1(svelte@3.59.2) - transitivePeerDependencies: - - svelte - - utf-8-validate - dev: false - - /@gradio/utils@0.2.0(svelte@3.59.2): - resolution: {integrity: sha512-YkwzXufi6IxQrlMW+1sFo8Yn6F9NLL69ZoBsbo7QEhms0v5L7pmOTw+dfd7M3dwbRP2lgjrb52i1kAIN3n6aqQ==} - dependencies: - '@gradio/theme': 0.2.0 - svelte-i18n: 3.6.0(svelte@3.59.2) - transitivePeerDependencies: - - svelte - dev: false - - /@gradio/utils@0.2.1(svelte@3.59.2): - resolution: {integrity: sha512-7XnnY9R/FiJ55M2Sw+gHjSvTql5VWG3j2sh+Wt1jLnSURQARoAqizgo2Sg1WZU0igXzrrc9WVZdGE45m5qCHeg==} - dependencies: - '@gradio/theme': 0.2.0 - svelte-i18n: 3.6.0(svelte@3.59.2) - transitivePeerDependencies: - - svelte - dev: false - - /@gradio/wasm@0.5.0: - resolution: {integrity: sha512-XjAMa/rWz6x6hd6PHeq7XVELQMLhTKZrFUOZcGysIVR/b8E5SKfk5VquPfhmOmdwjuXDe77tMO+NSRY6o3hysA==} - dependencies: - '@types/path-browserify': 1.0.0 - path-browserify: 1.0.1 - dev: false - /@humanwhocodes/config-array@0.11.13: resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==} engines: {node: '>=10.10.0'} @@ -6549,7 +6469,7 @@ packages: util: 0.12.5 util-deprecate: 1.0.2 watchpack: 2.4.0 - ws: 8.16.0(bufferutil@4.0.7) + ws: 8.16.0 transitivePeerDependencies: - bufferutil - encoding @@ -6898,7 +6818,7 @@ packages: peerDependencies: '@sveltejs/kit': ^1.0.0 dependencies: - '@sveltejs/kit': 1.26.0(svelte@4.2.2)(vite@4.5.0) + '@sveltejs/kit': 1.26.0(svelte@4.2.3)(vite@4.5.0) import-meta-resolve: 2.2.2 dev: true @@ -6907,7 +6827,7 @@ packages: peerDependencies: '@sveltejs/kit': ^1.0.0 dependencies: - '@sveltejs/kit': 1.27.6(svelte@4.2.2)(vite@4.5.0) + '@sveltejs/kit': 1.27.6(svelte@4.2.3)(vite@4.5.0) import-meta-resolve: 2.2.2 dev: true @@ -6916,7 +6836,7 @@ packages: peerDependencies: '@sveltejs/kit': ^1.5.0 dependencies: - '@sveltejs/kit': 1.27.6(svelte@4.2.2)(vite@4.5.0) + '@sveltejs/kit': 1.27.6(svelte@4.2.3)(vite@4.5.0) dev: true /@sveltejs/adapter-vercel@3.0.3(@sveltejs/kit@1.27.6): @@ -6924,7 +6844,7 @@ packages: peerDependencies: '@sveltejs/kit': ^1.5.0 dependencies: - '@sveltejs/kit': 1.27.6(svelte@4.2.2)(vite@4.5.0) + '@sveltejs/kit': 1.27.6(svelte@4.2.3)(vite@4.5.0) '@vercel/nft': 0.23.1 esbuild: 0.18.20 transitivePeerDependencies: @@ -6932,7 +6852,7 @@ packages: - supports-color dev: false - /@sveltejs/kit@1.26.0(svelte@4.2.2)(vite@4.5.0): + /@sveltejs/kit@1.26.0(svelte@4.2.3)(vite@4.5.0): resolution: {integrity: sha512-CV/AlTziC05yrz7UjVqEd0pH6+2dnrbmcnHGr2d3jXtmOgzNnlDkXtX8g3BfJ6nntsPD+0jtS2PzhvRHblRz4A==} engines: {node: ^16.14 || >=18} hasBin: true @@ -6941,7 +6861,7 @@ packages: svelte: ^3.54.0 || ^4.0.0-next.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.5.2(svelte@4.2.2)(vite@4.5.0) + '@sveltejs/vite-plugin-svelte': 2.5.2(svelte@4.2.3)(vite@4.5.0) '@types/cookie': 0.5.4 cookie: 0.5.0 devalue: 4.3.2 @@ -6952,7 +6872,7 @@ packages: sade: 1.8.1 set-cookie-parser: 2.6.0 sirv: 2.0.3 - svelte: 4.2.2 + svelte: 4.2.3 tiny-glob: 0.2.9 undici: 5.26.5 vite: 4.5.0(@types/node@20.3.2)(less@4.2.0)(lightningcss@1.21.7)(sass@1.66.1)(stylus@0.62.0)(sugarss@4.0.1) @@ -6960,7 +6880,7 @@ packages: - supports-color dev: true - /@sveltejs/kit@1.27.6(svelte@4.2.2)(vite@4.5.0): + /@sveltejs/kit@1.27.6(svelte@4.2.3)(vite@4.5.0): resolution: {integrity: sha512-GsjTkMbKzXdbeRg0tk8S7HNShQ4879ftRr0ZHaZfjbig1xQwG57Bvcm9U9/mpLJtCapLbLWUnygKrgcLISLC8A==} engines: {node: ^16.14 || >=18} hasBin: true @@ -6969,7 +6889,7 @@ packages: svelte: ^3.54.0 || ^4.0.0-next.0 || ^5.0.0-next.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.5.2(svelte@4.2.2)(vite@4.5.0) + '@sveltejs/vite-plugin-svelte': 2.5.2(svelte@4.2.3)(vite@4.5.0) '@types/cookie': 0.5.4 cookie: 0.5.0 devalue: 4.3.2 @@ -6980,7 +6900,7 @@ packages: sade: 1.8.1 set-cookie-parser: 2.6.0 sirv: 2.0.3 - svelte: 4.2.2 + svelte: 4.2.3 tiny-glob: 0.2.9 undici: 5.26.5 vite: 4.5.0(@types/node@20.3.2)(less@4.2.0)(lightningcss@1.21.7)(sass@1.66.1)(stylus@0.62.0)(sugarss@4.0.1) @@ -7002,21 +6922,6 @@ packages: transitivePeerDependencies: - supports-color - /@sveltejs/vite-plugin-svelte-inspector@1.0.4(@sveltejs/vite-plugin-svelte@2.5.2)(svelte@4.2.2)(vite@4.5.0): - resolution: {integrity: sha512-zjiuZ3yydBtwpF3bj0kQNV0YXe+iKE545QGZVTaylW3eAzFr+pJ/cwK8lZEaRp4JtaJXhD5DyWAV4AxLh6DgaQ==} - engines: {node: ^14.18.0 || >= 16} - peerDependencies: - '@sveltejs/vite-plugin-svelte': ^2.2.0 - svelte: ^3.54.0 || ^4.0.0 - vite: ^4.0.0 - dependencies: - '@sveltejs/vite-plugin-svelte': 2.5.2(svelte@4.2.2)(vite@4.5.0) - debug: 4.3.4 - svelte: 4.2.2 - vite: 4.5.0(@types/node@20.3.2)(less@4.2.0)(lightningcss@1.21.7)(sass@1.66.1)(stylus@0.62.0)(sugarss@4.0.1) - transitivePeerDependencies: - - supports-color - /@sveltejs/vite-plugin-svelte-inspector@1.0.4(@sveltejs/vite-plugin-svelte@2.5.2)(svelte@4.2.3)(vite@4.5.0): resolution: {integrity: sha512-zjiuZ3yydBtwpF3bj0kQNV0YXe+iKE545QGZVTaylW3eAzFr+pJ/cwK8lZEaRp4JtaJXhD5DyWAV4AxLh6DgaQ==} engines: {node: ^14.18.0 || >= 16} @@ -7031,7 +6936,6 @@ packages: vite: 4.5.0(@types/node@20.3.2)(less@4.2.0)(lightningcss@1.21.7)(sass@1.66.1)(stylus@0.62.0)(sugarss@4.0.1) transitivePeerDependencies: - supports-color - dev: false /@sveltejs/vite-plugin-svelte@2.5.2(svelte@4.2.2)(vite@4.3.9): resolution: {integrity: sha512-Dfy0Rbl+IctOVfJvWGxrX/3m6vxPLH8o0x+8FA5QEyMUQMo4kGOVIojjryU7YomBAexOTAuYf1RT7809yDziaA==} @@ -7052,25 +6956,6 @@ packages: transitivePeerDependencies: - supports-color - /@sveltejs/vite-plugin-svelte@2.5.2(svelte@4.2.2)(vite@4.5.0): - resolution: {integrity: sha512-Dfy0Rbl+IctOVfJvWGxrX/3m6vxPLH8o0x+8FA5QEyMUQMo4kGOVIojjryU7YomBAexOTAuYf1RT7809yDziaA==} - engines: {node: ^14.18.0 || >= 16} - peerDependencies: - svelte: ^3.54.0 || ^4.0.0 || ^5.0.0-next.0 - vite: ^4.0.0 - dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 1.0.4(@sveltejs/vite-plugin-svelte@2.5.2)(svelte@4.2.2)(vite@4.5.0) - debug: 4.3.4 - deepmerge: 4.3.1 - kleur: 4.1.5 - magic-string: 0.30.5 - svelte: 4.2.2 - svelte-hmr: 0.15.3(svelte@4.2.2) - vite: 4.5.0(@types/node@20.3.2)(less@4.2.0)(lightningcss@1.21.7)(sass@1.66.1)(stylus@0.62.0)(sugarss@4.0.1) - vitefu: 0.2.5(vite@4.5.0) - transitivePeerDependencies: - - supports-color - /@sveltejs/vite-plugin-svelte@2.5.2(svelte@4.2.3)(vite@4.5.0): resolution: {integrity: sha512-Dfy0Rbl+IctOVfJvWGxrX/3m6vxPLH8o0x+8FA5QEyMUQMo4kGOVIojjryU7YomBAexOTAuYf1RT7809yDziaA==} engines: {node: ^14.18.0 || >= 16} @@ -7089,7 +6974,6 @@ packages: vitefu: 0.2.5(vite@4.5.0) transitivePeerDependencies: - supports-color - dev: false /@tailwindcss/forms@0.5.0(tailwindcss@3.1.6): resolution: {integrity: sha512-KzWugryEBFkmoaYcBE18rs6gthWCFHHO7cAZm2/hv3hwD67AzwP7udSCa22E7R1+CEJL/FfhYsJWrc0b1aeSzw==} @@ -8493,6 +8377,7 @@ packages: requiresBuild: true dependencies: node-gyp-build: 4.6.1 + dev: false /builtin-modules@3.3.0: resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} @@ -11827,7 +11712,7 @@ packages: whatwg-encoding: 3.1.1 whatwg-mimetype: 4.0.0 whatwg-url: 14.0.0 - ws: 8.16.0(bufferutil@4.0.7) + ws: 8.16.0 xml-name-validator: 5.0.0 transitivePeerDependencies: - bufferutil @@ -12319,7 +12204,7 @@ packages: /mdn-data@2.0.30: resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} - /mdsvex@0.11.0(svelte@4.2.2): + /mdsvex@0.11.0(svelte@4.2.3): resolution: {integrity: sha512-gJF1s0N2nCmdxcKn8HDn0LKrN8poStqAicp6bBcsKFd/zkUBGLP5e7vnxu+g0pjBbDFOscUyI1mtHz+YK2TCDw==} peerDependencies: svelte: '>=3 <5' @@ -12327,7 +12212,7 @@ packages: '@types/unist': 2.0.10 prism-svelte: 0.4.7 prismjs: 1.29.0 - svelte: 4.2.2 + svelte: 4.2.3 vfile-message: 2.0.4 dev: false @@ -12717,6 +12602,7 @@ packages: /node-gyp-build@4.6.1: resolution: {integrity: sha512-24vnklJmyRS8ViBNI8KbtK/r/DmXQMRiOMXTNz2nrTnAYUwjmEEbnnpB/+kt+yWRv73bPsSPRFddrcIbAxSiMQ==} hasBin: true + dev: false /node-html-parser@6.0.0: resolution: {integrity: sha512-o4vS5Jm7ZdV5WN4/jHmCEVJOpm4exLCeXOcZnNzXi0BGv0AS8FsGwyQ4k0Ujmui1NMQs6qsTy+amjjpr9rmz4Q==} @@ -13457,6 +13343,17 @@ packages: dependencies: prettier: 3.0.0 svelte: 4.2.2 + dev: false + + /prettier-plugin-svelte@3.0.0(prettier@3.0.0)(svelte@4.2.3): + resolution: {integrity: sha512-l3RQcPty2UBCoRh3yb9c5XCAmxkrc4BptAnbd5acO1gmSJtChOWkiEjnOvh7hvmtT4V80S8gXCOKAq8RNeIzSw==} + peerDependencies: + prettier: ^3.0.0 + svelte: ^3.2.0 || ^4.0.0-next.0 + dependencies: + prettier: 3.0.0 + svelte: 4.2.3 + dev: true /prettier@2.8.8: resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} @@ -14810,6 +14707,34 @@ packages: - sass - stylus - sugarss + dev: false + + /svelte-check@3.4.4(@babel/core@7.23.3)(less@4.2.0)(postcss@8.4.27)(svelte@4.2.3): + resolution: {integrity: sha512-Uys9+R65cj8TmP8f5UpS7B2xKpNLYNxEWJsA5ZoKcWq/uwvABFF7xS6iPQGLoa7hxz0DS6xU60YFpmq06E4JxA==} + hasBin: true + peerDependencies: + svelte: ^3.55.0 || ^4.0.0-next.0 || ^4.0.0 + dependencies: + '@jridgewell/trace-mapping': 0.3.20 + chokidar: 3.5.3 + fast-glob: 3.3.2 + import-fresh: 3.3.0 + picocolors: 1.0.0 + sade: 1.8.1 + svelte: 4.2.3 + svelte-preprocess: 5.0.4(@babel/core@7.23.3)(less@4.2.0)(postcss@8.4.27)(svelte@4.2.3)(typescript@5.2.2) + typescript: 5.2.2 + transitivePeerDependencies: + - '@babel/core' + - coffeescript + - less + - postcss + - postcss-load-config + - pug + - sass + - stylus + - sugarss + dev: true /svelte-eslint-parser@0.32.2(svelte@4.2.2): resolution: {integrity: sha512-Ok9D3A4b23iLQsONrjqtXtYDu5ZZ/826Blaw2LeFZVTg1pwofKDG4mz3/GYTax8fQ0plRGHI6j+d9VQYy5Lo/A==} @@ -14974,6 +14899,57 @@ packages: strip-indent: 3.0.0 svelte: 4.2.2 typescript: 5.2.2 + dev: false + + /svelte-preprocess@5.0.4(@babel/core@7.23.3)(less@4.2.0)(postcss@8.4.27)(svelte@4.2.3)(typescript@5.2.2): + resolution: {integrity: sha512-ABia2QegosxOGsVlsSBJvoWeXy1wUKSfF7SWJdTjLAbx/Y3SrVevvvbFNQqrSJw89+lNSsM58SipmZJ5SRi5iw==} + engines: {node: '>= 14.10.0'} + requiresBuild: true + peerDependencies: + '@babel/core': ^7.10.2 + coffeescript: ^2.5.1 + less: ^3.11.3 || ^4.0.0 + postcss: ^7 || ^8 + postcss-load-config: ^2.1.0 || ^3.0.0 || ^4.0.0 + pug: ^3.0.0 + sass: ^1.26.8 + stylus: ^0.55.0 + sugarss: ^2.0.0 || ^3.0.0 || ^4.0.0 + svelte: ^3.23.0 || ^4.0.0-next.0 || ^4.0.0 + typescript: '>=3.9.5 || ^4.0.0 || ^5.0.0' + peerDependenciesMeta: + '@babel/core': + optional: true + coffeescript: + optional: true + less: + optional: true + postcss: + optional: true + postcss-load-config: + optional: true + pug: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + typescript: + optional: true + dependencies: + '@babel/core': 7.23.3 + '@types/pug': 2.0.9 + detect-indent: 6.1.0 + less: 4.2.0 + magic-string: 0.27.0 + postcss: 8.4.27 + sorcery: 0.11.0 + strip-indent: 3.0.0 + svelte: 4.2.3 + typescript: 5.2.2 + dev: true /svelte-range-slider-pips@2.0.1: resolution: {integrity: sha512-sCHvcTgi0ZYE4c/mwSsdALRsfuqEmpwTsSUdL+PUrumZ8u2gv1GKwZ3GohcAcTB6gfmqRBkyn6ujRXrOIga1gw==} @@ -16705,7 +16681,7 @@ packages: optional: true dev: true - /ws@8.16.0(bufferutil@4.0.7): + /ws@8.16.0: resolution: {integrity: sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==} engines: {node: '>=10.0.0'} peerDependencies: @@ -16716,8 +16692,6 @@ packages: optional: true utf-8-validate: optional: true - dependencies: - bufferutil: 4.0.7 /xml-name-validator@5.0.0: resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==} diff --git a/requirements.txt b/requirements.txt index 38dc07f4404c8..35e3aad463894 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiofiles>=22.0,<24.0 altair>=4.2.0,<6.0 fastapi ffmpy -gradio_client==0.8.1 +gradio_client==0.8.2 httpx huggingface_hub>=0.19.3 importlib_resources>=1.3,<7.0