diff --git a/.changeset/brown-ties-happen.md b/.changeset/brown-ties-happen.md deleted file mode 100644 index 1c32b13225eaf..0000000000000 --- a/.changeset/brown-ties-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -fix:Block `/file=` filepaths that could expose credentials on Windows diff --git a/.changeset/bumpy-wasps-march.md b/.changeset/bumpy-wasps-march.md deleted file mode 100644 index f972a61fa35e5..0000000000000 --- a/.changeset/bumpy-wasps-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -feat:Make fix in #7444 (Block /file= filepaths that could expose credentials on Windows) more general diff --git a/.changeset/evil-lamps-refuse.md b/.changeset/evil-lamps-refuse.md deleted file mode 100644 index a345e27815071..0000000000000 --- a/.changeset/evil-lamps-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -feat:WIP: Optimize /file route diff --git a/.changeset/fine-pets-switch.md b/.changeset/fine-pets-switch.md deleted file mode 100644 index 2898ae86b81b5..0000000000000 --- a/.changeset/fine-pets-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -feat:Prevent timing attacks to guess Gradio passwords diff --git a/.changeset/flat-ghosts-happen.md b/.changeset/flat-ghosts-happen.md deleted file mode 100644 index 39b2e1e6d369f..0000000000000 --- a/.changeset/flat-ghosts-happen.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/fileexplorer": patch -"gradio": patch ---- - -fix:Dispatch change event for file explorer diff --git a/.changeset/hot-taxis-jump.md b/.changeset/hot-taxis-jump.md deleted file mode 100644 index efd4398e411c9..0000000000000 --- a/.changeset/hot-taxis-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -fix:Run pre/post processing in threadpool diff --git a/.changeset/major-years-burn.md b/.changeset/major-years-burn.md deleted file mode 100644 index ccc2ee80f0fd3..0000000000000 --- a/.changeset/major-years-burn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/dropdown": patch -"gradio": patch ---- - -fix:Ensure `gr.Dropdown` can have an empty initial value diff --git a/.changeset/nine-states-sip.md b/.changeset/nine-states-sip.md deleted file mode 100644 index 8fdcb3a1cbf1a..0000000000000 --- a/.changeset/nine-states-sip.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@gradio/audio": patch -"@gradio/icons": patch -"gradio": patch ---- - -fix:Improve responsiveness of `gr.Audio()` controls diff --git a/.changeset/witty-news-film.md b/.changeset/witty-news-film.md deleted file mode 100644 index 1f3f3c5095bb5..0000000000000 --- a/.changeset/witty-news-film.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/dropdown": patch -"gradio": patch ---- - -feat:Fixes to the `.key_up()` method to make it usable for a dynamic dropdown autocomplete diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d427548fcc70..9530c97c4b720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # gradio +## 4.19.1 + +### Features + +- [#7453](https://github.com/gradio-app/gradio/pull/7453) [`ba747ad`](https://github.com/gradio-app/gradio/commit/ba747adb87e1937c0a791186eee3997d034363e6) - Make fix in #7444 (Block /file= filepaths that could expose credentials on Windows) more general. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7416](https://github.com/gradio-app/gradio/pull/7416) [`c88290d`](https://github.com/gradio-app/gradio/commit/c88290d90a81811911361e26fa9523c9b13db527) - WIP: Optimize /file route. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! +- [#7440](https://github.com/gradio-app/gradio/pull/7440) [`e329f1f`](https://github.com/gradio-app/gradio/commit/e329f1fd38935213fe0e73962e8cbd5d3af6e87b) - Prevent timing attacks to guess Gradio passwords. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7425](https://github.com/gradio-app/gradio/pull/7425) [`3e4e680`](https://github.com/gradio-app/gradio/commit/3e4e680a52ba5a73c108ef1b328dacd7b6e4b566) - Fixes to the `.key_up()` method to make it usable for a dynamic dropdown autocomplete. Thanks [@abidlabs](https://github.com/abidlabs)! + +### Fixes + +- [#7444](https://github.com/gradio-app/gradio/pull/7444) [`4faf8a7`](https://github.com/gradio-app/gradio/commit/4faf8a7e86bfe811ef3d90ac5abdbd41409fafb1) - Block `/file=` filepaths that could expose credentials on Windows. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7441](https://github.com/gradio-app/gradio/pull/7441) [`f52cab6`](https://github.com/gradio-app/gradio/commit/f52cab634b94638d7f4625d40bf3d9afbe68040b) - Dispatch change event for file explorer. Thanks [@aliabid94](https://github.com/aliabid94)! +- [#7327](https://github.com/gradio-app/gradio/pull/7327) [`fb1f6be`](https://github.com/gradio-app/gradio/commit/fb1f6befad12106faafd94d221c1ed0e50b0a037) - Run pre/post processing in threadpool. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! +- [#7431](https://github.com/gradio-app/gradio/pull/7431) [`6b8a7e5`](https://github.com/gradio-app/gradio/commit/6b8a7e5d36887cdfcfbfec1536a915128df0d6b2) - Ensure `gr.Dropdown` can have an empty initial value. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#6991](https://github.com/gradio-app/gradio/pull/6991) [`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1) - Improve responsiveness of `gr.Audio()` controls. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 4.19.0 ### Features diff --git a/gradio/CHANGELOG.md b/gradio/CHANGELOG.md index 0d427548fcc70..9530c97c4b720 100644 --- a/gradio/CHANGELOG.md +++ b/gradio/CHANGELOG.md @@ -1,5 +1,22 @@ # gradio +## 4.19.1 + +### Features + +- [#7453](https://github.com/gradio-app/gradio/pull/7453) [`ba747ad`](https://github.com/gradio-app/gradio/commit/ba747adb87e1937c0a791186eee3997d034363e6) - Make fix in #7444 (Block /file= filepaths that could expose credentials on Windows) more general. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7416](https://github.com/gradio-app/gradio/pull/7416) [`c88290d`](https://github.com/gradio-app/gradio/commit/c88290d90a81811911361e26fa9523c9b13db527) - WIP: Optimize /file route. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! +- [#7440](https://github.com/gradio-app/gradio/pull/7440) [`e329f1f`](https://github.com/gradio-app/gradio/commit/e329f1fd38935213fe0e73962e8cbd5d3af6e87b) - Prevent timing attacks to guess Gradio passwords. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7425](https://github.com/gradio-app/gradio/pull/7425) [`3e4e680`](https://github.com/gradio-app/gradio/commit/3e4e680a52ba5a73c108ef1b328dacd7b6e4b566) - Fixes to the `.key_up()` method to make it usable for a dynamic dropdown autocomplete. Thanks [@abidlabs](https://github.com/abidlabs)! + +### Fixes + +- [#7444](https://github.com/gradio-app/gradio/pull/7444) [`4faf8a7`](https://github.com/gradio-app/gradio/commit/4faf8a7e86bfe811ef3d90ac5abdbd41409fafb1) - Block `/file=` filepaths that could expose credentials on Windows. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7441](https://github.com/gradio-app/gradio/pull/7441) [`f52cab6`](https://github.com/gradio-app/gradio/commit/f52cab634b94638d7f4625d40bf3d9afbe68040b) - Dispatch change event for file explorer. Thanks [@aliabid94](https://github.com/aliabid94)! +- [#7327](https://github.com/gradio-app/gradio/pull/7327) [`fb1f6be`](https://github.com/gradio-app/gradio/commit/fb1f6befad12106faafd94d221c1ed0e50b0a037) - Run pre/post processing in threadpool. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! +- [#7431](https://github.com/gradio-app/gradio/pull/7431) [`6b8a7e5`](https://github.com/gradio-app/gradio/commit/6b8a7e5d36887cdfcfbfec1536a915128df0d6b2) - Ensure `gr.Dropdown` can have an empty initial value. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#6991](https://github.com/gradio-app/gradio/pull/6991) [`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1) - Improve responsiveness of `gr.Audio()` controls. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 4.19.0 ### Features diff --git a/gradio/package.json b/gradio/package.json index 7a0389474c2f4..d25df1180aff8 100644 --- a/gradio/package.json +++ b/gradio/package.json @@ -1,6 +1,6 @@ { "name": "gradio", - "version": "4.19.0", + "version": "4.19.1", "description": "", "python": "true" } diff --git a/js/_website/CHANGELOG.md b/js/_website/CHANGELOG.md index 821ad029b9f62..b3bb8224ab4e2 100644 --- a/js/_website/CHANGELOG.md +++ b/js/_website/CHANGELOG.md @@ -1,5 +1,12 @@ # website +## 0.23.3 + +### Patch Changes + +- Updated dependencies []: + - @gradio/code@0.5.2 + ## 0.23.2 ### Patch Changes diff --git a/js/_website/package.json b/js/_website/package.json index 1e3bcf7eacc5d..2f7000e94f26d 100644 --- a/js/_website/package.json +++ b/js/_website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.23.2", + "version": "0.23.3", "private": true, "scripts": { "dev": "python generate_jsons/generate.py && vite dev", @@ -22,7 +22,7 @@ }, "type": "module", "dependencies": { - "@gradio/code": "0.5.1", + "@gradio/code": "0.5.2", "@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 5ca6d2b0c4fac..985e161dca1e4 100644 --- a/js/accordion/CHANGELOG.md +++ b/js/accordion/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/accordion +## 0.3.3 + +### Patch Changes + +- Updated dependencies []: + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.3.2 ### Patch Changes diff --git a/js/accordion/package.json b/js/accordion/package.json index f08124be64a17..02551fb7fe297 100644 --- a/js/accordion/package.json +++ b/js/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/accordion", - "version": "0.3.2", + "version": "0.3.3", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/annotatedimage/CHANGELOG.md b/js/annotatedimage/CHANGELOG.md index cba488407dd28..1fc24da93f93e 100644 --- a/js/annotatedimage/CHANGELOG.md +++ b/js/annotatedimage/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/annotatedimage +## 0.5.2 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + - @gradio/upload@0.7.4 + ## 0.5.1 ### Patch Changes diff --git a/js/annotatedimage/package.json b/js/annotatedimage/package.json index 28c531c659c5c..c3cc83ac3b85a 100644 --- a/js/annotatedimage/package.json +++ b/js/annotatedimage/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/annotatedimage", - "version": "0.5.1", + "version": "0.5.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/app/CHANGELOG.md b/js/app/CHANGELOG.md index 320a35aadeb39..8aac3ad69cbdf 100644 --- a/js/app/CHANGELOG.md +++ b/js/app/CHANGELOG.md @@ -1,47 +1,94 @@ # @gradio/app +## 1.25.1 + +### Patch Changes + +- Updated dependencies [[`f52cab6`](https://github.com/gradio-app/gradio/commit/f52cab634b94638d7f4625d40bf3d9afbe68040b), [`6b8a7e5`](https://github.com/gradio-app/gradio/commit/6b8a7e5d36887cdfcfbfec1536a915128df0d6b2), [`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1), [`3e4e680`](https://github.com/gradio-app/gradio/commit/3e4e680a52ba5a73c108ef1b328dacd7b6e4b566)]: + - @gradio/fileexplorer@0.3.22 + - @gradio/dropdown@0.6.1 + - @gradio/audio@0.9.2 + - @gradio/icons@0.3.3 + - @gradio/chatbot@0.7.2 + - @gradio/annotatedimage@0.5.2 + - @gradio/atoms@0.5.3 + - @gradio/code@0.5.2 + - @gradio/file@0.5.2 + - @gradio/form@0.1.10 + - @gradio/gallery@0.7.2 + - @gradio/highlightedtext@0.4.10 + - @gradio/image@0.9.2 + - @gradio/imageeditor@0.4.2 + - @gradio/json@0.1.10 + - @gradio/label@0.2.10 + - @gradio/model3d@0.8.1 + - @gradio/plot@0.3.2 + - @gradio/simpledropdown@0.1.10 + - @gradio/simpleimage@0.3.2 + - @gradio/simpletextbox@0.1.10 + - @gradio/statustracker@0.4.7 + - @gradio/textbox@0.4.11 + - @gradio/upload@0.7.4 + - @gradio/video@0.6.2 + - @gradio/accordion@0.3.3 + - @gradio/box@0.1.10 + - @gradio/checkbox@0.2.10 + - @gradio/checkboxgroup@0.4.4 + - @gradio/colorpicker@0.2.10 + - @gradio/dataframe@0.6.3 + - @gradio/dataset@0.1.22 + - @gradio/fallback@0.2.10 + - @gradio/html@0.1.10 + - @gradio/markdown@0.6.4 + - @gradio/number@0.3.10 + - @gradio/paramviewer@0.4.3 + - @gradio/radio@0.4.4 + - @gradio/slider@0.2.10 + - @gradio/button@0.2.22 + - @gradio/uploadbutton@0.4.7 + ## 1.25.0 ### Fixes -- [#7410](https://github.com/gradio-app/gradio/pull/7410) [`c2dfc59`](https://github.com/gradio-app/gradio/commit/c2dfc592a4988efd5a96a062eec3fb4906f71748) - remove static while pending behaviour. Thanks [@pngwn](https://github.com/pngwn)! -- [#7404](https://github.com/gradio-app/gradio/pull/7404) [`065c5b1`](https://github.com/gradio-app/gradio/commit/065c5b163c4badb9d9cbd06d627fb4ba086003e7) - Add `.key_up` event listener to `gr.Dropdown()`. Thanks [@abidlabs](https://github.com/abidlabs)! -- [#7395](https://github.com/gradio-app/gradio/pull/7395) [`46b4568`](https://github.com/gradio-app/gradio/commit/46b45683e1ea9eb40013121a8de5bee7aa98bf0b) - Allow applying `@media`, `@keyframes` and `@import` in custom CSS. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#7410](https://github.com/gradio-app/gradio/pull/7410) [`c2dfc59`](https://github.com/gradio-app/gradio/commit/c2dfc592a4988efd5a96a062eec3fb4906f71748) - remove static while pending behaviour. Thanks [@pngwn](https://github.com/pngwn)! +- [#7404](https://github.com/gradio-app/gradio/pull/7404) [`065c5b1`](https://github.com/gradio-app/gradio/commit/065c5b163c4badb9d9cbd06d627fb4ba086003e7) - Add `.key_up` event listener to `gr.Dropdown()`. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7395](https://github.com/gradio-app/gradio/pull/7395) [`46b4568`](https://github.com/gradio-app/gradio/commit/46b45683e1ea9eb40013121a8de5bee7aa98bf0b) - Allow applying `@media`, `@keyframes` and `@import` in custom CSS. Thanks [@hannahblair](https://github.com/hannahblair)! ## 1.24.0 ### Features -- [#7183](https://github.com/gradio-app/gradio/pull/7183) [`49d9c48`](https://github.com/gradio-app/gradio/commit/49d9c48537aa706bf72628e3640389470138bdc6) - [WIP] Refactor file normalization to be in the backend and remove it from the frontend of each component. Thanks [@abidlabs](https://github.com/abidlabs)! -- [#6890](https://github.com/gradio-app/gradio/pull/6890) [`cccab27`](https://github.com/gradio-app/gradio/commit/cccab27fe8b6ae6860b3fff68694fa33060e18a7) - E2E tests for Lite. Thanks [@whitphx](https://github.com/whitphx)! +- [#7183](https://github.com/gradio-app/gradio/pull/7183) [`49d9c48`](https://github.com/gradio-app/gradio/commit/49d9c48537aa706bf72628e3640389470138bdc6) - [WIP] Refactor file normalization to be in the backend and remove it from the frontend of each component. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#6890](https://github.com/gradio-app/gradio/pull/6890) [`cccab27`](https://github.com/gradio-app/gradio/commit/cccab27fe8b6ae6860b3fff68694fa33060e18a7) - E2E tests for Lite. Thanks [@whitphx](https://github.com/whitphx)! ### Fixes -- [#7354](https://github.com/gradio-app/gradio/pull/7354) [`a7fa47a`](https://github.com/gradio-app/gradio/commit/a7fa47a175fbcf0fd6573ca19334a3a55b55bb24) - ensure Dataframes in background tabs are visible when the tab is selected. Thanks [@pngwn](https://github.com/pngwn)! -- [#7355](https://github.com/gradio-app/gradio/pull/7355) [`2244059`](https://github.com/gradio-app/gradio/commit/2244059cdbacb713530a3b760205c5464c05491c) - Ensure CSS `.dark` rule selectors are applied. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#7354](https://github.com/gradio-app/gradio/pull/7354) [`a7fa47a`](https://github.com/gradio-app/gradio/commit/a7fa47a175fbcf0fd6573ca19334a3a55b55bb24) - ensure Dataframes in background tabs are visible when the tab is selected. Thanks [@pngwn](https://github.com/pngwn)! +- [#7355](https://github.com/gradio-app/gradio/pull/7355) [`2244059`](https://github.com/gradio-app/gradio/commit/2244059cdbacb713530a3b760205c5464c05491c) - Ensure CSS `.dark` rule selectors are applied. Thanks [@hannahblair](https://github.com/hannahblair)! ## 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)! -- [#7313](https://github.com/gradio-app/gradio/pull/7313) [`edfd05d`](https://github.com/gradio-app/gradio/commit/edfd05d18d20542d350d883d5e7f84d2774ad99e) - Expand chatinterface to full window height. Thanks [@aliabid94](https://github.com/aliabid94)! -- [#7292](https://github.com/gradio-app/gradio/pull/7292) [`aa97a5e`](https://github.com/gradio-app/gradio/commit/aa97a5e33a04ef8a0309b6ec3b2df4caaa26173e) - Improvements to API Docs. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#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)! +- [#7313](https://github.com/gradio-app/gradio/pull/7313) [`edfd05d`](https://github.com/gradio-app/gradio/commit/edfd05d18d20542d350d883d5e7f84d2774ad99e) - Expand chatinterface to full window height. Thanks [@aliabid94](https://github.com/aliabid94)! +- [#7292](https://github.com/gradio-app/gradio/pull/7292) [`aa97a5e`](https://github.com/gradio-app/gradio/commit/aa97a5e33a04ef8a0309b6ec3b2df4caaa26173e) - Improvements to API Docs. Thanks [@abidlabs](https://github.com/abidlabs)! ### Fixes -- [#7117](https://github.com/gradio-app/gradio/pull/7117) [`24157a3`](https://github.com/gradio-app/gradio/commit/24157a36028b3f606194bd9977634318650b2d46) - add background color based on the OS mode. Thanks [@aileenvl](https://github.com/aileenvl)! +- [#7117](https://github.com/gradio-app/gradio/pull/7117) [`24157a3`](https://github.com/gradio-app/gradio/commit/24157a36028b3f606194bd9977634318650b2d46) - add background color based on the OS mode. Thanks [@aileenvl](https://github.com/aileenvl)! ## 1.22.0 ### Features -- [#7084](https://github.com/gradio-app/gradio/pull/7084) [`94aa271`](https://github.com/gradio-app/gradio/commit/94aa271ab11fc3426a7e143ebaa757eb30c9911d) - Improve rapid generation performance via UI throttling. Thanks [@aliabid94](https://github.com/aliabid94)! -- [#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)! +- [#7084](https://github.com/gradio-app/gradio/pull/7084) [`94aa271`](https://github.com/gradio-app/gradio/commit/94aa271ab11fc3426a7e143ebaa757eb30c9911d) - Improve rapid generation performance via UI throttling. Thanks [@aliabid94](https://github.com/aliabid94)! +- [#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)! ### Fixes -- [#7125](https://github.com/gradio-app/gradio/pull/7125) [`45f725f`](https://github.com/gradio-app/gradio/commit/45f725f8d0dc7813b3d2e768ca9582d6ad878d6f) - un-disable output components after exception is raised. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7125](https://github.com/gradio-app/gradio/pull/7125) [`45f725f`](https://github.com/gradio-app/gradio/commit/45f725f8d0dc7813b3d2e768ca9582d6ad878d6f) - un-disable output components after exception is raised. Thanks [@abidlabs](https://github.com/abidlabs)! ## 1.21.0 @@ -66,45 +113,45 @@ This will generate a Gradio app that you can upload to spaces providing rich doc A README will also be generated detailing the same information but in a format that is optimised for viewing on GitHub or PyPi! - Thanks [@pngwn](https://github.com/pngwn)! +Thanks [@pngwn](https://github.com/pngwn)! ## 1.20.0 ### Features -- [#6965](https://github.com/gradio-app/gradio/pull/6965) [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0) - Make Wasm-compatible. Thanks [@whitphx](https://github.com/whitphx)! +- [#6965](https://github.com/gradio-app/gradio/pull/6965) [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0) - Make Wasm-compatible. Thanks [@whitphx](https://github.com/whitphx)! ### 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)! -- [#6983](https://github.com/gradio-app/gradio/pull/6983) [`6e285be`](https://github.com/gradio-app/gradio/commit/6e285be8edeacf8730bac10b7ecd3fd5e309a950) - Fix the reloader. Thanks [@aliabid94](https://github.com/aliabid94)! +- [#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)! +- [#6983](https://github.com/gradio-app/gradio/pull/6983) [`6e285be`](https://github.com/gradio-app/gradio/commit/6e285be8edeacf8730bac10b7ecd3fd5e309a950) - Fix the reloader. Thanks [@aliabid94](https://github.com/aliabid94)! ## 1.19.0 ### Features -- [#6778](https://github.com/gradio-app/gradio/pull/6778) [`8a093e2`](https://github.com/gradio-app/gradio/commit/8a093e23d7993a044e5e0ff73f93a74cb75dad56) - Add a dev instruction for lite in SharedWorker mode. Thanks [@whitphx](https://github.com/whitphx)! +- [#6778](https://github.com/gradio-app/gradio/pull/6778) [`8a093e2`](https://github.com/gradio-app/gradio/commit/8a093e23d7993a044e5e0ff73f93a74cb75dad56) - Add a dev instruction for lite in SharedWorker mode. Thanks [@whitphx](https://github.com/whitphx)! ## 1.18.0 ### Features -- [#6839](https://github.com/gradio-app/gradio/pull/6839) [`e974cf0`](https://github.com/gradio-app/gradio/commit/e974cf045c82ce8d79efdda36b9dbf6ea557baa4) - Custom JS Guide. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! +- [#6839](https://github.com/gradio-app/gradio/pull/6839) [`e974cf0`](https://github.com/gradio-app/gradio/commit/e974cf045c82ce8d79efdda36b9dbf6ea557baa4) - Custom JS Guide. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! ### Fixes -- [#6863](https://github.com/gradio-app/gradio/pull/6863) [`d406855`](https://github.com/gradio-app/gradio/commit/d4068557953746662235d595ec435c42ceb24414) - Fix JS Client when app is running behind a proxy. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! -- [#6846](https://github.com/gradio-app/gradio/pull/6846) [`48d6534`](https://github.com/gradio-app/gradio/commit/48d6534b40f80e7e70a4061f97d9f2e23ba77fe1) - Add `show_api` parameter to events, and fix `gr.load()`. Also makes some minor improvements to the "view API" page when running on Spaces. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#6863](https://github.com/gradio-app/gradio/pull/6863) [`d406855`](https://github.com/gradio-app/gradio/commit/d4068557953746662235d595ec435c42ceb24414) - Fix JS Client when app is running behind a proxy. Thanks [@freddyaboulton](https://github.com/freddyaboulton)! +- [#6846](https://github.com/gradio-app/gradio/pull/6846) [`48d6534`](https://github.com/gradio-app/gradio/commit/48d6534b40f80e7e70a4061f97d9f2e23ba77fe1) - Add `show_api` parameter to events, and fix `gr.load()`. Also makes some minor improvements to the "view API" page when running on Spaces. Thanks [@abidlabs](https://github.com/abidlabs)! ## 1.17.0 ### Features -- [#6831](https://github.com/gradio-app/gradio/pull/6831) [`f3abde8`](https://github.com/gradio-app/gradio/commit/f3abde80884d96ad69b825020c46486d9dd5cac5) - Add an option to enable header links for markdown. Thanks [@pngwn](https://github.com/pngwn)! +- [#6831](https://github.com/gradio-app/gradio/pull/6831) [`f3abde8`](https://github.com/gradio-app/gradio/commit/f3abde80884d96ad69b825020c46486d9dd5cac5) - Add an option to enable header links for markdown. Thanks [@pngwn](https://github.com/pngwn)! ### Fixes -- [#6766](https://github.com/gradio-app/gradio/pull/6766) [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144) - Improve source selection UX. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#6766](https://github.com/gradio-app/gradio/pull/6766) [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144) - Improve source selection UX. Thanks [@hannahblair](https://github.com/hannahblair)! ## 1.16.2 @@ -740,4 +787,4 @@ Thanks [@freddyaboulton](https://github.com/freddyaboulton)! - [#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)! - [#4993](https://github.com/gradio-app/gradio/pull/4993) [`dc07a9f9`](https://github.com/gradio-app/gradio/commit/dc07a9f947de44b419d8384987a02dcf94977851) - Bringing back the "Add download button for audio" PR by [@leuryr](https://github.com/leuryr). Thanks [@abidlabs](https://github.com/abidlabs)! -- [#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 +- [#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)! diff --git a/js/app/package.json b/js/app/package.json index f8d6ace34589f..3c8f1235f1337 100644 --- a/js/app/package.json +++ b/js/app/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/app", - "version": "1.25.0", + "version": "1.25.1", "private": true, "type": "module", "scripts": { diff --git a/js/atoms/CHANGELOG.md b/js/atoms/CHANGELOG.md index 358adc65a0fb6..a539c390fbcb5 100644 --- a/js/atoms/CHANGELOG.md +++ b/js/atoms/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/atoms +## 0.5.3 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + ## 0.5.2 ### Patch Changes diff --git a/js/atoms/package.json b/js/atoms/package.json index 62541b8238778..cb2eba13c4d93 100644 --- a/js/atoms/package.json +++ b/js/atoms/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/atoms", - "version": "0.5.2", + "version": "0.5.3", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/audio/CHANGELOG.md b/js/audio/CHANGELOG.md index a7074269bb39c..d2ec15c9f2f60 100644 --- a/js/audio/CHANGELOG.md +++ b/js/audio/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/audio +## 0.9.2 + +### Fixes + +- [#6991](https://github.com/gradio-app/gradio/pull/6991) [`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1) - Improve responsiveness of `gr.Audio()` controls. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 0.9.1 ### Patch Changes @@ -320,4 +326,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Features -- [#4993](https://github.com/gradio-app/gradio/pull/4993) [`dc07a9f9`](https://github.com/gradio-app/gradio/commit/dc07a9f947de44b419d8384987a02dcf94977851) - Bringing back the "Add download button for audio" PR by [@leuryr](https://github.com/leuryr). Thanks [@abidlabs](https://github.com/abidlabs)! +- [#4993](https://github.com/gradio-app/gradio/pull/4993) [`dc07a9f9`](https://github.com/gradio-app/gradio/commit/dc07a9f947de44b419d8384987a02dcf94977851) - Bringing back the "Add download button for audio" PR by [@leuryr](https://github.com/leuryr). Thanks [@abidlabs](https://github.com/abidlabs)! \ No newline at end of file diff --git a/js/audio/package.json b/js/audio/package.json index ecd7064333ec1..60c28f0014ea6 100644 --- a/js/audio/package.json +++ b/js/audio/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/audio", - "version": "0.9.1", + "version": "0.9.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/box/CHANGELOG.md b/js/box/CHANGELOG.md index 143c1f0483459..e3f8fadd7b5ad 100644 --- a/js/box/CHANGELOG.md +++ b/js/box/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/box +## 0.1.10 + +### Patch Changes + +- Updated dependencies []: + - @gradio/atoms@0.5.3 + ## 0.1.9 ### Patch Changes diff --git a/js/box/package.json b/js/box/package.json index dc5497e3db993..d17626bbe972d 100644 --- a/js/box/package.json +++ b/js/box/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/box", - "version": "0.1.9", + "version": "0.1.10", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/button/CHANGELOG.md b/js/button/CHANGELOG.md index 83c2a3b82cfe5..6a8e2bf86219b 100644 --- a/js/button/CHANGELOG.md +++ b/js/button/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/button +## 0.2.22 + +### Patch Changes + +- Updated dependencies []: + - @gradio/upload@0.7.4 + ## 0.2.21 ### Patch Changes diff --git a/js/button/package.json b/js/button/package.json index 12401fd8e2778..869aa6fc3f5d2 100644 --- a/js/button/package.json +++ b/js/button/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/button", - "version": "0.2.21", + "version": "0.2.22", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/chatbot/CHANGELOG.md b/js/chatbot/CHANGELOG.md index 743dff8f61eb9..99435fec69551 100644 --- a/js/chatbot/CHANGELOG.md +++ b/js/chatbot/CHANGELOG.md @@ -1,5 +1,19 @@ # @gradio/chatbot +## 0.7.2 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/audio@0.9.2 + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/image@0.9.2 + - @gradio/statustracker@0.4.7 + - @gradio/upload@0.7.4 + - @gradio/video@0.6.2 + - @gradio/markdown@0.6.4 + ## 0.7.1 ### Patch Changes diff --git a/js/chatbot/package.json b/js/chatbot/package.json index e6f76eb49970c..c74e322ba5114 100644 --- a/js/chatbot/package.json +++ b/js/chatbot/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/chatbot", - "version": "0.7.1", + "version": "0.7.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/checkbox/CHANGELOG.md b/js/checkbox/CHANGELOG.md index d55da194e4c41..70eb691362348 100644 --- a/js/checkbox/CHANGELOG.md +++ b/js/checkbox/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/checkbox +## 0.2.10 + +### Patch Changes + +- Updated dependencies []: + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.2.9 ### Patch Changes diff --git a/js/checkbox/package.json b/js/checkbox/package.json index d035a0d49583b..2e416093bb3d2 100644 --- a/js/checkbox/package.json +++ b/js/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/checkbox", - "version": "0.2.9", + "version": "0.2.10", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/checkboxgroup/CHANGELOG.md b/js/checkboxgroup/CHANGELOG.md index 63e28a6fe3d5f..4b0f1306d326e 100644 --- a/js/checkboxgroup/CHANGELOG.md +++ b/js/checkboxgroup/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/checkboxgroup +## 0.4.4 + +### Patch Changes + +- Updated dependencies []: + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.4.3 ### Patch Changes diff --git a/js/checkboxgroup/package.json b/js/checkboxgroup/package.json index 622ee529e90a7..8a63b33d62002 100644 --- a/js/checkboxgroup/package.json +++ b/js/checkboxgroup/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/checkboxgroup", - "version": "0.4.3", + "version": "0.4.4", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/code/CHANGELOG.md b/js/code/CHANGELOG.md index 668ad2d2226d7..bbf2721998d0e 100644 --- a/js/code/CHANGELOG.md +++ b/js/code/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/code +## 0.5.2 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + - @gradio/upload@0.7.4 + ## 0.5.1 ### Patch Changes diff --git a/js/code/package.json b/js/code/package.json index 2d07cfbfa0204..1be694b77aae7 100644 --- a/js/code/package.json +++ b/js/code/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/code", - "version": "0.5.1", + "version": "0.5.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/colorpicker/CHANGELOG.md b/js/colorpicker/CHANGELOG.md index 7d9e3b95d87dc..b641ba1979762 100644 --- a/js/colorpicker/CHANGELOG.md +++ b/js/colorpicker/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/colorpicker +## 0.2.10 + +### Patch Changes + +- Updated dependencies []: + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.2.9 ### Patch Changes diff --git a/js/colorpicker/package.json b/js/colorpicker/package.json index ee1ee33948929..2da5530e53704 100644 --- a/js/colorpicker/package.json +++ b/js/colorpicker/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/colorpicker", - "version": "0.2.9", + "version": "0.2.10", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/dataframe/CHANGELOG.md b/js/dataframe/CHANGELOG.md index 01a9144486391..2f652ef431d7b 100644 --- a/js/dataframe/CHANGELOG.md +++ b/js/dataframe/CHANGELOG.md @@ -1,5 +1,16 @@ # @gradio/dataframe +## 0.6.3 + +### Patch Changes + +- Updated dependencies []: + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + - @gradio/upload@0.7.4 + - @gradio/markdown@0.6.4 + - @gradio/button@0.2.22 + ## 0.6.2 ### Patch Changes diff --git a/js/dataframe/package.json b/js/dataframe/package.json index 334f495f29b32..94b0ef6bfcc16 100644 --- a/js/dataframe/package.json +++ b/js/dataframe/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dataframe", - "version": "0.6.2", + "version": "0.6.3", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/dataset/CHANGELOG.md b/js/dataset/CHANGELOG.md index b4c9665685189..8c0e672956e77 100644 --- a/js/dataset/CHANGELOG.md +++ b/js/dataset/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/dataset +## 0.1.22 + +### Patch Changes + +- Updated dependencies []: + - @gradio/atoms@0.5.3 + - @gradio/upload@0.7.4 + ## 0.1.21 ### Patch Changes diff --git a/js/dataset/package.json b/js/dataset/package.json index a228c3b712ad0..c4535db2c31ff 100644 --- a/js/dataset/package.json +++ b/js/dataset/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dataset", - "version": "0.1.21", + "version": "0.1.22", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/dropdown/CHANGELOG.md b/js/dropdown/CHANGELOG.md index e3d3a85536ed0..b92c51c182056 100644 --- a/js/dropdown/CHANGELOG.md +++ b/js/dropdown/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/dropdown +## 0.6.1 + +### Features + +- [#7425](https://github.com/gradio-app/gradio/pull/7425) [`3e4e680`](https://github.com/gradio-app/gradio/commit/3e4e680a52ba5a73c108ef1b328dacd7b6e4b566) - Fixes to the `.key_up()` method to make it usable for a dynamic dropdown autocomplete. Thanks [@abidlabs](https://github.com/abidlabs)! + +### Fixes + +- [#7431](https://github.com/gradio-app/gradio/pull/7431) [`6b8a7e5`](https://github.com/gradio-app/gradio/commit/6b8a7e5d36887cdfcfbfec1536a915128df0d6b2) - Ensure `gr.Dropdown` can have an empty initial value. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 0.6.0 ### Fixes diff --git a/js/dropdown/package.json b/js/dropdown/package.json index 6a041615c2ae0..2691d38c06626 100644 --- a/js/dropdown/package.json +++ b/js/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dropdown", - "version": "0.6.0", + "version": "0.6.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/fallback/CHANGELOG.md b/js/fallback/CHANGELOG.md index 3a07f6edd1cc1..42098494d3cf1 100644 --- a/js/fallback/CHANGELOG.md +++ b/js/fallback/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/fallback +## 0.2.10 + +### Patch Changes + +- Updated dependencies []: + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.2.9 ### Patch Changes diff --git a/js/fallback/package.json b/js/fallback/package.json index 34844657f12fc..12d202fd0451c 100644 --- a/js/fallback/package.json +++ b/js/fallback/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/fallback", - "version": "0.2.9", + "version": "0.2.10", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/file/CHANGELOG.md b/js/file/CHANGELOG.md index 3e9ca9e749bab..9a29b7ea978f5 100644 --- a/js/file/CHANGELOG.md +++ b/js/file/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/file +## 0.5.2 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + - @gradio/upload@0.7.4 + ## 0.5.1 ### Patch Changes diff --git a/js/file/package.json b/js/file/package.json index 56cf5701315d5..90020484d4c3a 100644 --- a/js/file/package.json +++ b/js/file/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/file", - "version": "0.5.1", + "version": "0.5.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/fileexplorer/CHANGELOG.md b/js/fileexplorer/CHANGELOG.md index 9090e92b49cc3..74a80051a0953 100644 --- a/js/fileexplorer/CHANGELOG.md +++ b/js/fileexplorer/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/fileexplorer +## 0.3.22 + +### Fixes + +- [#7441](https://github.com/gradio-app/gradio/pull/7441) [`f52cab6`](https://github.com/gradio-app/gradio/commit/f52cab634b94638d7f4625d40bf3d9afbe68040b) - Dispatch change event for file explorer. Thanks [@aliabid94](https://github.com/aliabid94)! + ## 0.3.21 ### Fixes diff --git a/js/fileexplorer/package.json b/js/fileexplorer/package.json index f3608415bc4f4..5645065a08197 100644 --- a/js/fileexplorer/package.json +++ b/js/fileexplorer/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/fileexplorer", - "version": "0.3.21", + "version": "0.3.22", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/form/CHANGELOG.md b/js/form/CHANGELOG.md index 015c1cb5300e2..323b0fce1078b 100644 --- a/js/form/CHANGELOG.md +++ b/js/form/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/form +## 0.1.10 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + ## 0.1.9 ### Patch Changes diff --git a/js/form/package.json b/js/form/package.json index a42789c2aa09d..562ed89da23d8 100644 --- a/js/form/package.json +++ b/js/form/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/form", - "version": "0.1.9", + "version": "0.1.10", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/gallery/CHANGELOG.md b/js/gallery/CHANGELOG.md index bd12449bf3c95..5ffb7fc6dc8e9 100644 --- a/js/gallery/CHANGELOG.md +++ b/js/gallery/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/gallery +## 0.7.2 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/file@0.5.2 + - @gradio/image@0.9.2 + - @gradio/statustracker@0.4.7 + - @gradio/upload@0.7.4 + ## 0.7.1 ### Patch Changes diff --git a/js/gallery/package.json b/js/gallery/package.json index ff658a0a7d201..3a95ff668795f 100644 --- a/js/gallery/package.json +++ b/js/gallery/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/gallery", - "version": "0.7.1", + "version": "0.7.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/highlightedtext/CHANGELOG.md b/js/highlightedtext/CHANGELOG.md index 4f9e719fe7940..42a65e8554162 100644 --- a/js/highlightedtext/CHANGELOG.md +++ b/js/highlightedtext/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/highlightedtext +## 0.4.10 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.4.9 ### Patch Changes diff --git a/js/highlightedtext/package.json b/js/highlightedtext/package.json index 3da933b479404..c9b003761145e 100644 --- a/js/highlightedtext/package.json +++ b/js/highlightedtext/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/highlightedtext", - "version": "0.4.9", + "version": "0.4.10", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/html/CHANGELOG.md b/js/html/CHANGELOG.md index 6a8ae0c92d259..0d348d2f8f169 100644 --- a/js/html/CHANGELOG.md +++ b/js/html/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/html +## 0.1.10 + +### Patch Changes + +- Updated dependencies []: + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.1.9 ### Patch Changes diff --git a/js/html/package.json b/js/html/package.json index b14da5e36f5c0..12186e5d2bccc 100644 --- a/js/html/package.json +++ b/js/html/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/html", - "version": "0.1.9", + "version": "0.1.10", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/icons/CHANGELOG.md b/js/icons/CHANGELOG.md index 0c0efb6cac0bd..4252e192b48fa 100644 --- a/js/icons/CHANGELOG.md +++ b/js/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/icons +## 0.3.3 + +### Fixes + +- [#6991](https://github.com/gradio-app/gradio/pull/6991) [`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1) - Improve responsiveness of `gr.Audio()` controls. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 0.3.2 ### Features diff --git a/js/icons/package.json b/js/icons/package.json index 972f722f51362..861f9aaca71f4 100644 --- a/js/icons/package.json +++ b/js/icons/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/icons", - "version": "0.3.2", + "version": "0.3.3", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/image/CHANGELOG.md b/js/image/CHANGELOG.md index b2ffe528b342c..bd21c0d96d480 100644 --- a/js/image/CHANGELOG.md +++ b/js/image/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/image +## 0.9.2 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + - @gradio/upload@0.7.4 + ## 0.9.1 ### Patch Changes diff --git a/js/image/package.json b/js/image/package.json index 00a4b172215f2..f5e9c11fd6368 100644 --- a/js/image/package.json +++ b/js/image/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/image", - "version": "0.9.1", + "version": "0.9.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/imageeditor/CHANGELOG.md b/js/imageeditor/CHANGELOG.md index 1b0b048da147f..df8df633d0dc5 100644 --- a/js/imageeditor/CHANGELOG.md +++ b/js/imageeditor/CHANGELOG.md @@ -1,5 +1,16 @@ # @gradio/imageeditor +## 0.4.2 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/image@0.9.2 + - @gradio/statustracker@0.4.7 + - @gradio/upload@0.7.4 + ## 0.4.1 ### Patch Changes diff --git a/js/imageeditor/package.json b/js/imageeditor/package.json index ecf26c81d1954..fc4b35b5859bc 100644 --- a/js/imageeditor/package.json +++ b/js/imageeditor/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/imageeditor", - "version": "0.4.1", + "version": "0.4.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/json/CHANGELOG.md b/js/json/CHANGELOG.md index 500f7604752f4..2c5d08626773f 100644 --- a/js/json/CHANGELOG.md +++ b/js/json/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/json +## 0.1.10 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.1.9 ### Patch Changes diff --git a/js/json/package.json b/js/json/package.json index 393ccf95c6033..b8937f1b74a5d 100644 --- a/js/json/package.json +++ b/js/json/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/json", - "version": "0.1.9", + "version": "0.1.10", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/label/CHANGELOG.md b/js/label/CHANGELOG.md index e82c806fad497..24d9c8a21d648 100644 --- a/js/label/CHANGELOG.md +++ b/js/label/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/label +## 0.2.10 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.2.9 ### Patch Changes diff --git a/js/label/package.json b/js/label/package.json index a935dffbf59d0..eedecb7ddf4ad 100644 --- a/js/label/package.json +++ b/js/label/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/label", - "version": "0.2.9", + "version": "0.2.10", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/markdown/CHANGELOG.md b/js/markdown/CHANGELOG.md index d11782a621665..409e109fd2c0c 100644 --- a/js/markdown/CHANGELOG.md +++ b/js/markdown/CHANGELOG.md @@ -1,39 +1,47 @@ # @gradio/markdown +## 0.6.4 + +### Patch Changes + +- Updated dependencies []: + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.6.3 ### Fixes -- [#7361](https://github.com/gradio-app/gradio/pull/7361) [`17fb116`](https://github.com/gradio-app/gradio/commit/17fb116492f951ab66e3a39b5fdfb598f5446b6f) - Fixes gr.Markdown() does not render spaces around links correctly. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! +- [#7361](https://github.com/gradio-app/gradio/pull/7361) [`17fb116`](https://github.com/gradio-app/gradio/commit/17fb116492f951ab66e3a39b5fdfb598f5446b6f) - Fixes gr.Markdown() does not render spaces around links correctly. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! ## 0.6.2 ### Features -- [#7298](https://github.com/gradio-app/gradio/pull/7298) [`e5344ba`](https://github.com/gradio-app/gradio/commit/e5344ba0cd63d21dbb525330bbc07ca2eca57832) - chore(deps): update dependency marked to v12. Thanks [@renovate](https://github.com/apps/renovate)! +- [#7298](https://github.com/gradio-app/gradio/pull/7298) [`e5344ba`](https://github.com/gradio-app/gradio/commit/e5344ba0cd63d21dbb525330bbc07ca2eca57832) - chore(deps): update dependency marked to v12. Thanks [@renovate](https://github.com/apps/renovate)! ### 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)! +- [#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 -- [#7138](https://github.com/gradio-app/gradio/pull/7138) [`ca8753b`](https://github.com/gradio-app/gradio/commit/ca8753bb3d829d0077f758ba8d0ddc866ff74d3d) - Fixes: Chatbot crashes when given empty url following http:// or https://. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! +- [#7138](https://github.com/gradio-app/gradio/pull/7138) [`ca8753b`](https://github.com/gradio-app/gradio/commit/ca8753bb3d829d0077f758ba8d0ddc866ff74d3d) - Fixes: Chatbot crashes when given empty url following http:// or https://. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! ## 0.6.0 ### Features -- [#6842](https://github.com/gradio-app/gradio/pull/6842) [`846d52d`](https://github.com/gradio-app/gradio/commit/846d52d1c92d429077382ce494eea27fd062d9f6) - Fix md highlight. Thanks [@pngwn](https://github.com/pngwn)! -- [#6831](https://github.com/gradio-app/gradio/pull/6831) [`f3abde8`](https://github.com/gradio-app/gradio/commit/f3abde80884d96ad69b825020c46486d9dd5cac5) - Add an option to enable header links for markdown. Thanks [@pngwn](https://github.com/pngwn)! +- [#6842](https://github.com/gradio-app/gradio/pull/6842) [`846d52d`](https://github.com/gradio-app/gradio/commit/846d52d1c92d429077382ce494eea27fd062d9f6) - Fix md highlight. Thanks [@pngwn](https://github.com/pngwn)! +- [#6831](https://github.com/gradio-app/gradio/pull/6831) [`f3abde8`](https://github.com/gradio-app/gradio/commit/f3abde80884d96ad69b825020c46486d9dd5cac5) - Add an option to enable header links for markdown. Thanks [@pngwn](https://github.com/pngwn)! ## 0.5.0 ### Features -- [#6603](https://github.com/gradio-app/gradio/pull/6603) [`6b1401c`](https://github.com/gradio-app/gradio/commit/6b1401c514c2ec012b0a50c72a6ec81cb673bf1d) - chore(deps): update dependency marked to v11. Thanks [@renovate](https://github.com/apps/renovate)! +- [#6603](https://github.com/gradio-app/gradio/pull/6603) [`6b1401c`](https://github.com/gradio-app/gradio/commit/6b1401c514c2ec012b0a50c72a6ec81cb673bf1d) - chore(deps): update dependency marked to v11. Thanks [@renovate](https://github.com/apps/renovate)! ## 0.4.1 @@ -195,4 +203,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Features - [#5268](https://github.com/gradio-app/gradio/pull/5268) [`f49028cf`](https://github.com/gradio-app/gradio/commit/f49028cfe3e21097001ddbda71c560b3d8b42e1c) - Move markdown & latex processing to the frontend for the gr.Markdown and gr.DataFrame components. Thanks [@abidlabs](https://github.com/abidlabs)! -- [#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 +- [#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)! diff --git a/js/markdown/package.json b/js/markdown/package.json index 6f28bc7976867..fc195bb9350e5 100644 --- a/js/markdown/package.json +++ b/js/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/markdown", - "version": "0.6.3", + "version": "0.6.4", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/model3D/CHANGELOG.md b/js/model3D/CHANGELOG.md index 7fc7b19b711dd..49b4e874011cb 100644 --- a/js/model3D/CHANGELOG.md +++ b/js/model3D/CHANGELOG.md @@ -1,32 +1,42 @@ # @gradio/model3d +## 0.8.1 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + - @gradio/upload@0.7.4 + ## 0.8.0 ### Features -- [#7406](https://github.com/gradio-app/gradio/pull/7406) [`3e886d8`](https://github.com/gradio-app/gradio/commit/3e886d8f0ac55c416dae51c1c2661e16eb34718e) - Model3D Gaussian Splatting. Thanks [@dylanebert](https://github.com/dylanebert)! +- [#7406](https://github.com/gradio-app/gradio/pull/7406) [`3e886d8`](https://github.com/gradio-app/gradio/commit/3e886d8f0ac55c416dae51c1c2661e16eb34718e) - Model3D Gaussian Splatting. Thanks [@dylanebert](https://github.com/dylanebert)! ## 0.7.0 ### Features -- [#7183](https://github.com/gradio-app/gradio/pull/7183) [`49d9c48`](https://github.com/gradio-app/gradio/commit/49d9c48537aa706bf72628e3640389470138bdc6) - [WIP] Refactor file normalization to be in the backend and remove it from the frontend of each component. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#7183](https://github.com/gradio-app/gradio/pull/7183) [`49d9c48`](https://github.com/gradio-app/gradio/commit/49d9c48537aa706bf72628e3640389470138bdc6) - [WIP] Refactor file normalization to be in the backend and remove it from the frontend of each component. Thanks [@abidlabs](https://github.com/abidlabs)! ## 0.6.0 ### Features -- [#7315](https://github.com/gradio-app/gradio/pull/7315) [`b3a9c83`](https://github.com/gradio-app/gradio/commit/b3a9c830955a5ded8528d6118aaf1b6e019857a2) - Lite: Wasm-compatible Model3D. Thanks [@whitphx](https://github.com/whitphx)! +- [#7315](https://github.com/gradio-app/gradio/pull/7315) [`b3a9c83`](https://github.com/gradio-app/gradio/commit/b3a9c830955a5ded8528d6118aaf1b6e019857a2) - Lite: Wasm-compatible Model3D. Thanks [@whitphx](https://github.com/whitphx)! ### 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)! +- [#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 -- [#7049](https://github.com/gradio-app/gradio/pull/7049) [`1718c4a`](https://github.com/gradio-app/gradio/commit/1718c4aeb23a88ef02b17b30a1d1cb72e413e04a) - add STL 3D model support. Thanks [@Mon-ius](https://github.com/Mon-ius)! +- [#7049](https://github.com/gradio-app/gradio/pull/7049) [`1718c4a`](https://github.com/gradio-app/gradio/commit/1718c4aeb23a88ef02b17b30a1d1cb72e413e04a) - add STL 3D model support. Thanks [@Mon-ius](https://github.com/Mon-ius)! ## 0.4.15 @@ -297,4 +307,4 @@ Thanks [@pngwn](https://github.com/pngwn)! - Updated dependencies []: - @gradio/atoms@0.0.2 - - @gradio/upload@0.0.2 \ No newline at end of file + - @gradio/upload@0.0.2 diff --git a/js/model3D/package.json b/js/model3D/package.json index 24e9daeb1854d..00c88476fcb1e 100644 --- a/js/model3D/package.json +++ b/js/model3D/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/model3d", - "version": "0.8.0", + "version": "0.8.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/number/CHANGELOG.md b/js/number/CHANGELOG.md index ba33f59b6e2e7..8f3c099fc3608 100644 --- a/js/number/CHANGELOG.md +++ b/js/number/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/number +## 0.3.10 + +### Patch Changes + +- Updated dependencies []: + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.3.9 ### Patch Changes diff --git a/js/number/package.json b/js/number/package.json index d30aa2732f86a..e56cc95a8aaf4 100644 --- a/js/number/package.json +++ b/js/number/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/number", - "version": "0.3.9", + "version": "0.3.10", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/paramviewer/CHANGELOG.md b/js/paramviewer/CHANGELOG.md index 46f673299eb78..ee818303b8ac3 100644 --- a/js/paramviewer/CHANGELOG.md +++ b/js/paramviewer/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/paramviewer +## 0.4.3 + +### Patch Changes + +- Updated dependencies []: + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.4.2 ### Patch Changes diff --git a/js/paramviewer/package.json b/js/paramviewer/package.json index 81fac9338e013..a2e5f5c408563 100644 --- a/js/paramviewer/package.json +++ b/js/paramviewer/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/paramviewer", - "version": "0.4.2", + "version": "0.4.3", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/plot/CHANGELOG.md b/js/plot/CHANGELOG.md index 027e9f0546773..8091c97ce032a 100644 --- a/js/plot/CHANGELOG.md +++ b/js/plot/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/plot +## 0.3.2 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.3.1 ### Patch Changes diff --git a/js/plot/package.json b/js/plot/package.json index c906df7eead51..a1e87894e237d 100644 --- a/js/plot/package.json +++ b/js/plot/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/plot", - "version": "0.3.1", + "version": "0.3.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/preview/test/test/frontend/CHANGELOG.md b/js/preview/test/test/frontend/CHANGELOG.md index f608071964f41..c7db90168f5e3 100644 --- a/js/preview/test/test/frontend/CHANGELOG.md +++ b/js/preview/test/test/frontend/CHANGELOG.md @@ -1,5 +1,13 @@ # gradio_test +## 0.3.7 + +### Patch Changes + +- Updated dependencies []: + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.3.6 ### Patch Changes diff --git a/js/preview/test/test/frontend/package.json b/js/preview/test/test/frontend/package.json index 09d52d3b20fb7..19442cd3220fa 100644 --- a/js/preview/test/test/frontend/package.json +++ b/js/preview/test/test/frontend/package.json @@ -1,6 +1,6 @@ { "name": "gradio_test", - "version": "0.3.6", + "version": "0.3.7", "description": "Gradio UI packages", "type": "module", "author": "", @@ -13,8 +13,8 @@ "./package.json": "./package.json" }, "dependencies": { - "@gradio/atoms": "0.5.2", - "@gradio/statustracker": "0.4.6", + "@gradio/atoms": "0.5.3", + "@gradio/statustracker": "0.4.7", "@gradio/utils": "0.3.0", "@zerodevx/svelte-json-view": "^1.0.7" } diff --git a/js/radio/CHANGELOG.md b/js/radio/CHANGELOG.md index a5e0b793c1a69..24c5de3ff9102 100644 --- a/js/radio/CHANGELOG.md +++ b/js/radio/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/radio +## 0.4.4 + +### Patch Changes + +- Updated dependencies []: + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.4.3 ### Patch Changes diff --git a/js/radio/package.json b/js/radio/package.json index 32cdb8222b63e..4f82b032a53f4 100644 --- a/js/radio/package.json +++ b/js/radio/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/radio", - "version": "0.4.3", + "version": "0.4.4", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/simpledropdown/CHANGELOG.md b/js/simpledropdown/CHANGELOG.md index b29644bd9a4d3..47c58e458b46a 100644 --- a/js/simpledropdown/CHANGELOG.md +++ b/js/simpledropdown/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/simpledropdown +## 0.1.10 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.1.9 ### Patch Changes diff --git a/js/simpledropdown/package.json b/js/simpledropdown/package.json index 99d695c484462..e14227fbdd7aa 100644 --- a/js/simpledropdown/package.json +++ b/js/simpledropdown/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/simpledropdown", - "version": "0.1.9", + "version": "0.1.10", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/simpleimage/CHANGELOG.md b/js/simpleimage/CHANGELOG.md index 9c2eeee701d8d..a87287dcb36ea 100644 --- a/js/simpleimage/CHANGELOG.md +++ b/js/simpleimage/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/simpleimage +## 0.3.2 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + - @gradio/upload@0.7.4 + ## 0.3.1 ### Patch Changes diff --git a/js/simpleimage/package.json b/js/simpleimage/package.json index 3900f9e310fea..0ed6f40e055aa 100644 --- a/js/simpleimage/package.json +++ b/js/simpleimage/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/simpleimage", - "version": "0.3.1", + "version": "0.3.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/simpletextbox/CHANGELOG.md b/js/simpletextbox/CHANGELOG.md index ce6762fe75d98..e3553ab18e38b 100644 --- a/js/simpletextbox/CHANGELOG.md +++ b/js/simpletextbox/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/simpletextbox +## 0.1.10 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.1.9 ### Patch Changes diff --git a/js/simpletextbox/package.json b/js/simpletextbox/package.json index 2e776dea39f0e..16408177e2e0b 100644 --- a/js/simpletextbox/package.json +++ b/js/simpletextbox/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/simpletextbox", - "version": "0.1.9", + "version": "0.1.10", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/slider/CHANGELOG.md b/js/slider/CHANGELOG.md index 9b0f4a425fe2f..eda1372498945 100644 --- a/js/slider/CHANGELOG.md +++ b/js/slider/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/slider +## 0.2.10 + +### Patch Changes + +- Updated dependencies []: + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.2.9 ### Patch Changes diff --git a/js/slider/package.json b/js/slider/package.json index 5b2953eb36596..696f6a4e960e0 100644 --- a/js/slider/package.json +++ b/js/slider/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/slider", - "version": "0.2.9", + "version": "0.2.10", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/statustracker/CHANGELOG.md b/js/statustracker/CHANGELOG.md index 5fd44957d10b3..2fbc1af149413 100644 --- a/js/statustracker/CHANGELOG.md +++ b/js/statustracker/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/statustracker +## 0.4.7 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + ## 0.4.6 ### Patch Changes diff --git a/js/statustracker/package.json b/js/statustracker/package.json index 5ddc8ffff0b57..c61abaecf56f3 100644 --- a/js/statustracker/package.json +++ b/js/statustracker/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/statustracker", - "version": "0.4.6", + "version": "0.4.7", "description": "Gradio UI packages", "type": "module", "main": "./index.ts", diff --git a/js/textbox/CHANGELOG.md b/js/textbox/CHANGELOG.md index 04a02b9444eb1..46271ddcddae8 100644 --- a/js/textbox/CHANGELOG.md +++ b/js/textbox/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/textbox +## 0.4.11 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/statustracker@0.4.7 + ## 0.4.10 ### Patch Changes diff --git a/js/textbox/package.json b/js/textbox/package.json index 386808454abc7..d2a113fa25278 100644 --- a/js/textbox/package.json +++ b/js/textbox/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/textbox", - "version": "0.4.10", + "version": "0.4.11", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/tootils/CHANGELOG.md b/js/tootils/CHANGELOG.md index 44e08148ff2c5..e28d3c20fe8eb 100644 --- a/js/tootils/CHANGELOG.md +++ b/js/tootils/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/tootils +## 0.2.2 + +### Patch Changes + +- Updated dependencies []: + - @gradio/statustracker@0.4.7 + ## 0.2.1 ### Patch Changes diff --git a/js/tootils/package.json b/js/tootils/package.json index d599ca45c84c0..9c3212d026e85 100644 --- a/js/tootils/package.json +++ b/js/tootils/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/tootils", - "version": "0.2.1", + "version": "0.2.2", "description": "Internal test utilities", "type": "module", "main": "src/index.ts", diff --git a/js/upload/CHANGELOG.md b/js/upload/CHANGELOG.md index a6b628c39aa82..79b58b9cb5f48 100644 --- a/js/upload/CHANGELOG.md +++ b/js/upload/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/upload +## 0.7.4 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/upload@0.7.4 + ## 0.7.3 ### Patch Changes diff --git a/js/upload/package.json b/js/upload/package.json index 5a9b492335dcf..ece32ffec50cf 100644 --- a/js/upload/package.json +++ b/js/upload/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/upload", - "version": "0.7.3", + "version": "0.7.4", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/uploadbutton/CHANGELOG.md b/js/uploadbutton/CHANGELOG.md index a53ea2201a097..6e2ce5192b6f1 100644 --- a/js/uploadbutton/CHANGELOG.md +++ b/js/uploadbutton/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/uploadbutton +## 0.4.7 + +### Patch Changes + +- Updated dependencies []: + - @gradio/upload@0.7.4 + - @gradio/button@0.2.22 + ## 0.4.6 ### Patch Changes diff --git a/js/uploadbutton/package.json b/js/uploadbutton/package.json index b82e5c9c7f745..973bb0f0edb3c 100644 --- a/js/uploadbutton/package.json +++ b/js/uploadbutton/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/uploadbutton", - "version": "0.4.6", + "version": "0.4.7", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/video/CHANGELOG.md b/js/video/CHANGELOG.md index 4f240c0aff21f..9be596453ad42 100644 --- a/js/video/CHANGELOG.md +++ b/js/video/CHANGELOG.md @@ -1,5 +1,16 @@ # @gradio/video +## 0.6.2 + +### Patch Changes + +- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]: + - @gradio/icons@0.3.3 + - @gradio/atoms@0.5.3 + - @gradio/image@0.9.2 + - @gradio/statustracker@0.4.7 + - @gradio/upload@0.7.4 + ## 0.6.1 ### Patch Changes diff --git a/js/video/package.json b/js/video/package.json index a9d7914dad9b4..08454135ef2b9 100644 --- a/js/video/package.json +++ b/js/video/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/video", - "version": "0.6.1", + "version": "0.6.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 246162a017ad6..d18aeb692b0c0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -282,7 +282,7 @@ importers: js/_website: dependencies: '@gradio/code': - specifier: 0.5.1 + specifier: 0.5.2 version: link:../code '@sindresorhus/slugify': specifier: ^2.2.0 @@ -1323,10 +1323,10 @@ importers: js/preview/test/test/frontend: dependencies: '@gradio/atoms': - specifier: 0.5.2 + specifier: 0.5.3 version: link:../../../../atoms '@gradio/statustracker': - specifier: 0.4.6 + specifier: 0.4.7 version: link:../../../../statustracker '@gradio/utils': specifier: 0.3.0