diff --git a/.changeset/pre.json b/.changeset/pre.json index ec3345712ae95..5735c0b10cc7c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -56,5 +56,9 @@ "@gradio/video": "0.0.6", "@gradio/wasm": "0.0.1" }, - "changesets": [] + "changesets": [ + "cold-hoops-heal", + "eager-wasps-move", + "new-chairs-kick" + ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 939c41a8afac2..1328dc83f7481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # gradio +## 3.45.0-beta.0 + +### Features + +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db) - release first version. Thanks [@pngwn](https://github.com/pngwn)! +- [#5547](https://github.com/gradio-app/gradio/pull/5547) [`290f51871`](https://github.com/gradio-app/gradio/commit/290f5187160cdbd7a786494fe3c19b0e70abe167) - fix: typo in UploadButton's docstring. Thanks [@chaeheum3](https://github.com/chaeheum3)! + ## 3.44.2 ### Fixes diff --git a/gradio/CHANGELOG.md b/gradio/CHANGELOG.md index 939c41a8afac2..1328dc83f7481 100644 --- a/gradio/CHANGELOG.md +++ b/gradio/CHANGELOG.md @@ -1,5 +1,12 @@ # gradio +## 3.45.0-beta.0 + +### Features + +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db) - release first version. Thanks [@pngwn](https://github.com/pngwn)! +- [#5547](https://github.com/gradio-app/gradio/pull/5547) [`290f51871`](https://github.com/gradio-app/gradio/commit/290f5187160cdbd7a786494fe3c19b0e70abe167) - fix: typo in UploadButton's docstring. Thanks [@chaeheum3](https://github.com/chaeheum3)! + ## 3.44.2 ### Fixes diff --git a/gradio/package.json b/gradio/package.json index 05c0155d81522..5d0a18dae3ef1 100644 --- a/gradio/package.json +++ b/gradio/package.json @@ -1,6 +1,6 @@ { "name": "gradio", - "version": "3.44.2", + "version": "3.45.0-beta.0", "description": "", "python": "true" } diff --git a/gradio/version.txt b/gradio/version.txt index f5c44e11ee7b2..806c812e7c51c 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -3.44.2 \ No newline at end of file +3.45.0-beta.0 \ No newline at end of file diff --git a/js/accordion/CHANGELOG.md b/js/accordion/CHANGELOG.md index 35318ac98a95b..4895406a1ecd6 100644 --- a/js/accordion/CHANGELOG.md +++ b/js/accordion/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/accordion +## 0.0.5-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/column@0.1.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + ## 0.0.4 ### Patch Changes diff --git a/js/accordion/package.json b/js/accordion/package.json index 276620107d6f5..00281bb58cd05 100644 --- a/js/accordion/package.json +++ b/js/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/accordion", - "version": "0.0.4", + "version": "0.0.5-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./static/index.ts", diff --git a/js/annotatedimage/CHANGELOG.md b/js/annotatedimage/CHANGELOG.md index e613e61251b7b..9227b2f7bb8da 100644 --- a/js/annotatedimage/CHANGELOG.md +++ b/js/annotatedimage/CHANGELOG.md @@ -1,5 +1,16 @@ # @gradio/annotatedimage +## 0.1.3-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/upload@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.1.2 ### Patch Changes diff --git a/js/annotatedimage/package.json b/js/annotatedimage/package.json index 9600a7e559bff..3dde858f75a09 100644 --- a/js/annotatedimage/package.json +++ b/js/annotatedimage/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/annotatedimage", - "version": "0.1.2", + "version": "0.1.3-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./static/index.ts", diff --git a/js/app/CHANGELOG.md b/js/app/CHANGELOG.md index ba08c5b0400c3..5cc8653beb260 100644 --- a/js/app/CHANGELOG.md +++ b/js/app/CHANGELOG.md @@ -1,5 +1,51 @@ # @gradio/app +## 1.5.3-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db), [`b5c6f7b08`](https://github.com/gradio-app/gradio/commit/b5c6f7b086a6419f27c757ad9b2ac9ea679b749b)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/column@0.1.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/upload@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + - @gradio/wasm@0.0.2-beta.0 + - @gradio/accordion@0.0.5-beta.0 + - @gradio/annotatedimage@0.1.3-beta.0 + - @gradio/audio@0.3.4-beta.0 + - @gradio/box@0.0.5-beta.0 + - @gradio/chatbot@0.3.3-beta.0 + - @gradio/checkbox@0.1.4-beta.0 + - @gradio/checkboxgroup@0.2.1-beta.0 + - @gradio/code@0.1.3-beta.0 + - @gradio/colorpicker@0.1.3-beta.0 + - @gradio/dataframe@0.2.3-beta.0 + - @gradio/dropdown@0.2.3-beta.0 + - @gradio/file@0.1.3-beta.0 + - @gradio/form@0.0.6-beta.0 + - @gradio/gallery@0.3.4-beta.0 + - @gradio/highlightedtext@0.3.1-beta.0 + - @gradio/html@0.0.5-beta.0 + - @gradio/image@0.2.4-beta.0 + - @gradio/json@0.0.6-beta.0 + - @gradio/label@0.1.3-beta.0 + - @gradio/markdown@0.2.1-beta.0 + - @gradio/model3d@0.2.2-beta.0 + - @gradio/number@0.2.3-beta.0 + - @gradio/plot@0.1.3-beta.0 + - @gradio/radio@0.2.1-beta.0 + - @gradio/slider@0.1.3-beta.0 + - @gradio/textbox@0.3.1-beta.0 + - @gradio/timeseries@0.0.6-beta.0 + - @gradio/video@0.0.8-beta.0 + - @gradio/tabitem@0.0.5-beta.0 + - @gradio/button@0.1.4-beta.0 + - @gradio/uploadbutton@0.0.6-beta.0 + - @gradio/tabs@0.0.6-beta.0 + - @gradio/row@0.0.1 + ## 1.5.2 ### Patch Changes diff --git a/js/app/package.json b/js/app/package.json index ee6e8987de286..267b74fca459e 100644 --- a/js/app/package.json +++ b/js/app/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/app", - "version": "1.5.2", + "version": "1.5.3-beta.0", "private": true, "type": "module", "scripts": { diff --git a/js/atoms/CHANGELOG.md b/js/atoms/CHANGELOG.md index 6ff0dd5240c58..ed46d0cf9002b 100644 --- a/js/atoms/CHANGELOG.md +++ b/js/atoms/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/atoms +## 0.2.0-beta.0 + +### Features + +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db) - release first version. Thanks [@pngwn](https://github.com/pngwn)! + ## 0.1.2 ### Patch Changes @@ -45,4 +51,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Patch Changes - Updated dependencies []: - - @gradio/utils@0.0.2 + - @gradio/utils@0.0.2 \ No newline at end of file diff --git a/js/atoms/package.json b/js/atoms/package.json index 5b2aa9ca4bf49..b1bad72b5f0ff 100644 --- a/js/atoms/package.json +++ b/js/atoms/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/atoms", - "version": "0.1.2", + "version": "0.2.0-beta.0", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/audio/CHANGELOG.md b/js/audio/CHANGELOG.md index 54ff38e7fe946..5af4c09dbed8a 100644 --- a/js/audio/CHANGELOG.md +++ b/js/audio/CHANGELOG.md @@ -1,10 +1,22 @@ # @gradio/audio +## 0.3.4-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/upload@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + - @gradio/button@0.1.4-beta.0 + ## 0.3.3 ### Fixes -- [#5459](https://github.com/gradio-app/gradio/pull/5459) [`bd2fda77`](https://github.com/gradio-app/gradio/commit/bd2fda77fc98d815f4fb670f535af453ebee9b80) - Dispatch `stop_recording` event in Audio. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#5459](https://github.com/gradio-app/gradio/pull/5459) [`bd2fda77`](https://github.com/gradio-app/gradio/commit/bd2fda77fc98d815f4fb670f535af453ebee9b80) - Dispatch `stop_recording` event in Audio. Thanks [@hannahblair](https://github.com/hannahblair)! ## 0.3.2 @@ -62,4 +74,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)! \ No newline at end of file +- [#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)! diff --git a/js/audio/package.json b/js/audio/package.json index 61945b0c29918..0d60942ab6bc6 100644 --- a/js/audio/package.json +++ b/js/audio/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/audio", - "version": "0.3.3", + "version": "0.3.4-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/box/CHANGELOG.md b/js/box/CHANGELOG.md index f1b7c138866c1..204684c7917de 100644 --- a/js/box/CHANGELOG.md +++ b/js/box/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/box +## 0.0.5-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + ## 0.0.4 ### Patch Changes diff --git a/js/box/package.json b/js/box/package.json index aa6aeb0999196..44a2c14434c51 100644 --- a/js/box/package.json +++ b/js/box/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/box", - "version": "0.0.4", + "version": "0.0.5-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./static/index.svelte", diff --git a/js/button/CHANGELOG.md b/js/button/CHANGELOG.md index b90bcfb0f801c..b2c269a62f496 100644 --- a/js/button/CHANGELOG.md +++ b/js/button/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/button +## 0.1.4-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/upload@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.1.3 ### Patch Changes diff --git a/js/button/package.json b/js/button/package.json index c83cc2c8988a0..68dc880f51627 100644 --- a/js/button/package.json +++ b/js/button/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/button", - "version": "0.1.3", + "version": "0.1.4-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./static/index.ts", diff --git a/js/chatbot/CHANGELOG.md b/js/chatbot/CHANGELOG.md index c87550c2aadbc..b9ae584e036d8 100644 --- a/js/chatbot/CHANGELOG.md +++ b/js/chatbot/CHANGELOG.md @@ -1,10 +1,22 @@ # @gradio/chatbot +## 0.3.3-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/upload@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + - @gradio/markdown@0.2.1-beta.0 + ## 0.3.2 ### Fixes -- [#5470](https://github.com/gradio-app/gradio/pull/5470) [`a4e010a9`](https://github.com/gradio-app/gradio/commit/a4e010a96f1d8a52b3ac645e03fe472b9c3cbbb1) - Fix share button position. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! +- [#5470](https://github.com/gradio-app/gradio/pull/5470) [`a4e010a9`](https://github.com/gradio-app/gradio/commit/a4e010a96f1d8a52b3ac645e03fe472b9c3cbbb1) - Fix share button position. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! ## 0.3.1 @@ -96,4 +108,4 @@ Thanks [@pngwn](https://github.com/pngwn)! - @gradio/theme@0.0.2 - @gradio/utils@0.0.2 - @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/chatbot/package.json b/js/chatbot/package.json index 6f9732631c5af..94d371ce0c718 100644 --- a/js/chatbot/package.json +++ b/js/chatbot/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/chatbot", - "version": "0.3.2", + "version": "0.3.3-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/checkbox/CHANGELOG.md b/js/checkbox/CHANGELOG.md index baa1b8d24eea8..ef3e3b116911f 100644 --- a/js/checkbox/CHANGELOG.md +++ b/js/checkbox/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/checkbox +## 0.1.4-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.1.3 ### Patch Changes diff --git a/js/checkbox/package.json b/js/checkbox/package.json index ef104d650ea9d..10a521399cd9f 100644 --- a/js/checkbox/package.json +++ b/js/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/checkbox", - "version": "0.1.3", + "version": "0.1.4-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/checkboxgroup/CHANGELOG.md b/js/checkboxgroup/CHANGELOG.md index 7ae62eb4bf1d6..b5f7999605fae 100644 --- a/js/checkboxgroup/CHANGELOG.md +++ b/js/checkboxgroup/CHANGELOG.md @@ -1,10 +1,19 @@ # @gradio/checkboxgroup +## 0.2.1-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.2.0 ### Features -- [#5384](https://github.com/gradio-app/gradio/pull/5384) [`ddc02268`](https://github.com/gradio-app/gradio/commit/ddc02268f731bd2ed04b7a5854accf3383f9a0da) - Allows the `gr.Dropdown` to have separate names and values, as well as enables `allow_custom_value` for multiselect dropdown. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#5384](https://github.com/gradio-app/gradio/pull/5384) [`ddc02268`](https://github.com/gradio-app/gradio/commit/ddc02268f731bd2ed04b7a5854accf3383f9a0da) - Allows the `gr.Dropdown` to have separate names and values, as well as enables `allow_custom_value` for multiselect dropdown. Thanks [@abidlabs](https://github.com/abidlabs)! ## 0.1.2 @@ -49,4 +58,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)! \ No newline at end of file +- [#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)! diff --git a/js/checkboxgroup/package.json b/js/checkboxgroup/package.json index 519caf18c52e9..c66b1762ef771 100644 --- a/js/checkboxgroup/package.json +++ b/js/checkboxgroup/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/checkboxgroup", - "version": "0.2.0", + "version": "0.2.1-beta.0", "description": "Gradio UI packages", "type": "module", "main": "index.svelte", diff --git a/js/code/CHANGELOG.md b/js/code/CHANGELOG.md index 2309520c83544..b8879790b9fff 100644 --- a/js/code/CHANGELOG.md +++ b/js/code/CHANGELOG.md @@ -1,5 +1,16 @@ # @gradio/code +## 0.1.3-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/upload@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.1.2 ### Patch Changes diff --git a/js/code/package.json b/js/code/package.json index cc6a7625793b2..2bebfb1652a6c 100644 --- a/js/code/package.json +++ b/js/code/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/code", - "version": "0.1.2", + "version": "0.1.3-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/colorpicker/CHANGELOG.md b/js/colorpicker/CHANGELOG.md index e254e87fc2548..61aa6c2e7981c 100644 --- a/js/colorpicker/CHANGELOG.md +++ b/js/colorpicker/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/colorpicker +## 0.1.3-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.1.2 ### Patch Changes diff --git a/js/colorpicker/package.json b/js/colorpicker/package.json index ae1035a9aeb40..653d4d67c9e44 100644 --- a/js/colorpicker/package.json +++ b/js/colorpicker/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/colorpicker", - "version": "0.1.2", + "version": "0.1.3-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/column/CHANGELOG.md b/js/column/CHANGELOG.md new file mode 100644 index 0000000000000..4945c5f093ed7 --- /dev/null +++ b/js/column/CHANGELOG.md @@ -0,0 +1,7 @@ +# @gradio/column + +## 0.1.0-beta.0 + +### Features + +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db) - release first version. Thanks [@pngwn](https://github.com/pngwn)! \ No newline at end of file diff --git a/js/column/package.json b/js/column/package.json index e4f7406cc7f4c..c519710a36f03 100644 --- a/js/column/package.json +++ b/js/column/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/column", - "version": "0.0.1", + "version": "0.1.0-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./static/index.ts", diff --git a/js/dataframe/CHANGELOG.md b/js/dataframe/CHANGELOG.md index cef9423a2d3e3..7a7123b7c1a09 100644 --- a/js/dataframe/CHANGELOG.md +++ b/js/dataframe/CHANGELOG.md @@ -1,22 +1,34 @@ # @gradio/dataframe +## 0.2.3-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/upload@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + - @gradio/markdown@0.2.1-beta.0 + - @gradio/button@0.1.4-beta.0 + ## 0.2.2 ### Fixes -- [#5456](https://github.com/gradio-app/gradio/pull/5456) [`6e381c4f`](https://github.com/gradio-app/gradio/commit/6e381c4f146cc8177a4e2b8e39f914f09cd7ff0c) - ensure dataframe doesn't steal focus. Thanks [@pngwn](https://github.com/pngwn)! +- [#5456](https://github.com/gradio-app/gradio/pull/5456) [`6e381c4f`](https://github.com/gradio-app/gradio/commit/6e381c4f146cc8177a4e2b8e39f914f09cd7ff0c) - ensure dataframe doesn't steal focus. Thanks [@pngwn](https://github.com/pngwn)! ## 0.2.1 ### Fixes -- [#5445](https://github.com/gradio-app/gradio/pull/5445) [`67bb7bcb`](https://github.com/gradio-app/gradio/commit/67bb7bcb6a95b7a00a8bdf612cf147850d919a44) - ensure dataframe doesn't scroll unless needed. Thanks [@pngwn](https://github.com/pngwn)! +- [#5445](https://github.com/gradio-app/gradio/pull/5445) [`67bb7bcb`](https://github.com/gradio-app/gradio/commit/67bb7bcb6a95b7a00a8bdf612cf147850d919a44) - ensure dataframe doesn't scroll unless needed. Thanks [@pngwn](https://github.com/pngwn)! ## 0.2.0 ### Features -- [#5342](https://github.com/gradio-app/gradio/pull/5342) [`afac0006`](https://github.com/gradio-app/gradio/commit/afac0006337ce2840cf497cd65691f2f60ee5912) - significantly improve the performance of `gr.Dataframe` for large datasets. Thanks [@pngwn](https://github.com/pngwn)! +- [#5342](https://github.com/gradio-app/gradio/pull/5342) [`afac0006`](https://github.com/gradio-app/gradio/commit/afac0006337ce2840cf497cd65691f2f60ee5912) - significantly improve the performance of `gr.Dataframe` for large datasets. Thanks [@pngwn](https://github.com/pngwn)! ## 0.1.2 @@ -75,4 +87,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 \ No newline at end of file + - @gradio/button@0.1.0 diff --git a/js/dataframe/package.json b/js/dataframe/package.json index 5e9936f66b16c..7f2ffa1d47d5a 100644 --- a/js/dataframe/package.json +++ b/js/dataframe/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dataframe", - "version": "0.2.2", + "version": "0.2.3-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/dropdown/CHANGELOG.md b/js/dropdown/CHANGELOG.md index cd993c17e3a81..8a425b5608e26 100644 --- a/js/dropdown/CHANGELOG.md +++ b/js/dropdown/CHANGELOG.md @@ -1,26 +1,36 @@ # @gradio/dropdown +## 0.2.3-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.2.2 ### Fixes -- [#5544](https://github.com/gradio-app/gradio/pull/5544) [`a0cc9ac9`](https://github.com/gradio-app/gradio/commit/a0cc9ac931554e06dcb091158c9b9ac0cc580b6c) - Fixes dropdown breaking if a user types in invalid value and presses enter. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#5544](https://github.com/gradio-app/gradio/pull/5544) [`a0cc9ac9`](https://github.com/gradio-app/gradio/commit/a0cc9ac931554e06dcb091158c9b9ac0cc580b6c) - Fixes dropdown breaking if a user types in invalid value and presses enter. Thanks [@abidlabs](https://github.com/abidlabs)! ## 0.2.1 ### Fixes -- [#5525](https://github.com/gradio-app/gradio/pull/5525) [`21f1db40`](https://github.com/gradio-app/gradio/commit/21f1db40de6d1717eba97a550e11422a457ba7e9) - Ensure input value saves on dropdown blur. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#5525](https://github.com/gradio-app/gradio/pull/5525) [`21f1db40`](https://github.com/gradio-app/gradio/commit/21f1db40de6d1717eba97a550e11422a457ba7e9) - Ensure input value saves on dropdown blur. Thanks [@hannahblair](https://github.com/hannahblair)! ## 0.2.0 ### Features -- [#5384](https://github.com/gradio-app/gradio/pull/5384) [`ddc02268`](https://github.com/gradio-app/gradio/commit/ddc02268f731bd2ed04b7a5854accf3383f9a0da) - Allows the `gr.Dropdown` to have separate names and values, as well as enables `allow_custom_value` for multiselect dropdown. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#5384](https://github.com/gradio-app/gradio/pull/5384) [`ddc02268`](https://github.com/gradio-app/gradio/commit/ddc02268f731bd2ed04b7a5854accf3383f9a0da) - Allows the `gr.Dropdown` to have separate names and values, as well as enables `allow_custom_value` for multiselect dropdown. Thanks [@abidlabs](https://github.com/abidlabs)! ### Fixes -- [#5508](https://github.com/gradio-app/gradio/pull/5508) [`05715f55`](https://github.com/gradio-app/gradio/commit/05715f5599ae3e928d3183c7b0a7f5291f843a96) - Adds a `filterable` parameter to `gr.Dropdown` that controls whether user can type to filter choices. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#5508](https://github.com/gradio-app/gradio/pull/5508) [`05715f55`](https://github.com/gradio-app/gradio/commit/05715f5599ae3e928d3183c7b0a7f5291f843a96) - Adds a `filterable` parameter to `gr.Dropdown` that controls whether user can type to filter choices. Thanks [@abidlabs](https://github.com/abidlabs)! ## 0.1.3 @@ -74,4 +84,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Fixes - [#5062](https://github.com/gradio-app/gradio/pull/5062) [`7d897165`](https://github.com/gradio-app/gradio/commit/7d89716519d0751072792c9bbda668ffeb597296) - `gr.Dropdown` now has correct behavior in static mode as well as when an option is selected. Thanks [@abidlabs](https://github.com/abidlabs)! -- [#5039](https://github.com/gradio-app/gradio/pull/5039) [`620e4645`](https://github.com/gradio-app/gradio/commit/620e46452729d6d4877b3fab84a65daf2f2b7bc6) - `gr.Dropdown()` now supports values with arbitrary characters and doesn't clear value when re-focused. Thanks [@abidlabs](https://github.com/abidlabs)! \ No newline at end of file +- [#5039](https://github.com/gradio-app/gradio/pull/5039) [`620e4645`](https://github.com/gradio-app/gradio/commit/620e46452729d6d4877b3fab84a65daf2f2b7bc6) - `gr.Dropdown()` now supports values with arbitrary characters and doesn't clear value when re-focused. Thanks [@abidlabs](https://github.com/abidlabs)! diff --git a/js/dropdown/package.json b/js/dropdown/package.json index 8eb5e494f22d7..cdc785e94996c 100644 --- a/js/dropdown/package.json +++ b/js/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dropdown", - "version": "0.2.2", + "version": "0.2.3-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/file/CHANGELOG.md b/js/file/CHANGELOG.md index 9fc66316f230a..701b72677e284 100644 --- a/js/file/CHANGELOG.md +++ b/js/file/CHANGELOG.md @@ -1,5 +1,16 @@ # @gradio/file +## 0.1.3-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/upload@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.1.2 ### Patch Changes diff --git a/js/file/package.json b/js/file/package.json index 35335cec27e62..cd0d40acd2ed9 100644 --- a/js/file/package.json +++ b/js/file/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/file", - "version": "0.1.2", + "version": "0.1.3-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/form/CHANGELOG.md b/js/form/CHANGELOG.md index 9749f398d3ed7..53edcd8d6f9a1 100644 --- a/js/form/CHANGELOG.md +++ b/js/form/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/form +## 0.0.6-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.0.5 ### Patch Changes diff --git a/js/form/package.json b/js/form/package.json index ae8fc3a341995..de68d21643aa6 100644 --- a/js/form/package.json +++ b/js/form/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/form", - "version": "0.0.5", + "version": "0.0.6-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./static/index.ts", diff --git a/js/gallery/CHANGELOG.md b/js/gallery/CHANGELOG.md index a9ccb7a702084..263deb42969f3 100644 --- a/js/gallery/CHANGELOG.md +++ b/js/gallery/CHANGELOG.md @@ -1,10 +1,22 @@ # @gradio/gallery +## 0.3.4-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/upload@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + - @gradio/image@0.2.4-beta.0 + ## 0.3.3 ### Fixes -- [#5528](https://github.com/gradio-app/gradio/pull/5528) [`dc86e4a7`](https://github.com/gradio-app/gradio/commit/dc86e4a7e1c40b910c74558e6f88fddf9b3292bc) - Lazy load all images. Thanks [@aliabid94](https://github.com/aliabid94)! +- [#5528](https://github.com/gradio-app/gradio/pull/5528) [`dc86e4a7`](https://github.com/gradio-app/gradio/commit/dc86e4a7e1c40b910c74558e6f88fddf9b3292bc) - Lazy load all images. Thanks [@aliabid94](https://github.com/aliabid94)! ## 0.3.2 @@ -65,4 +77,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 11eff6c5c8934..8fc04bf45fd61 100644 --- a/js/gallery/package.json +++ b/js/gallery/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/gallery", - "version": "0.3.3", + "version": "0.3.4-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./static/index.ts", diff --git a/js/highlightedtext/CHANGELOG.md b/js/highlightedtext/CHANGELOG.md index 84fe775933bbb..72e88fb63e414 100644 --- a/js/highlightedtext/CHANGELOG.md +++ b/js/highlightedtext/CHANGELOG.md @@ -1,10 +1,20 @@ # @gradio/highlightedtext +## 0.3.1-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.3.0 ### Features -- [#5400](https://github.com/gradio-app/gradio/pull/5400) [`d112e261`](https://github.com/gradio-app/gradio/commit/d112e2611b0fc79ecedfaed367571f3157211387) - Allow interactive input in `gr.HighlightedText`. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#5400](https://github.com/gradio-app/gradio/pull/5400) [`d112e261`](https://github.com/gradio-app/gradio/commit/d112e2611b0fc79ecedfaed367571f3157211387) - Allow interactive input in `gr.HighlightedText`. Thanks [@hannahblair](https://github.com/hannahblair)! ## 0.2.3 @@ -62,4 +72,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Features -- [#5046](https://github.com/gradio-app/gradio/pull/5046) [`5244c587`](https://github.com/gradio-app/gradio/commit/5244c5873c355cf3e2f0acb7d67fda3177ef8b0b) - Allow new lines in `HighlightedText` with `/n` and preserve whitespace. Thanks [@hannahblair](https://github.com/hannahblair)! \ No newline at end of file +- [#5046](https://github.com/gradio-app/gradio/pull/5046) [`5244c587`](https://github.com/gradio-app/gradio/commit/5244c5873c355cf3e2f0acb7d67fda3177ef8b0b) - Allow new lines in `HighlightedText` with `/n` and preserve whitespace. Thanks [@hannahblair](https://github.com/hannahblair)! diff --git a/js/highlightedtext/package.json b/js/highlightedtext/package.json index fc0d83a928239..0b5c2d2485ed6 100644 --- a/js/highlightedtext/package.json +++ b/js/highlightedtext/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/highlightedtext", - "version": "0.3.0", + "version": "0.3.1-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./static/index.ts", diff --git a/js/html/CHANGELOG.md b/js/html/CHANGELOG.md index cd0b82ab78b0f..1ebdf635656a9 100644 --- a/js/html/CHANGELOG.md +++ b/js/html/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/html +## 0.0.5-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.0.4 ### Patch Changes diff --git a/js/html/package.json b/js/html/package.json index 41b7fd842843c..c729a9521652b 100644 --- a/js/html/package.json +++ b/js/html/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/html", - "version": "0.0.4", + "version": "0.0.5-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./static/index.ts", diff --git a/js/icons/CHANGELOG.md b/js/icons/CHANGELOG.md index 19d0fc6b8bdb5..719666848bfb5 100644 --- a/js/icons/CHANGELOG.md +++ b/js/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/icons +## 0.2.0-beta.0 + +### Features + +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db) - release first version. Thanks [@pngwn](https://github.com/pngwn)! + ## 0.1.0 ### Highlights diff --git a/js/icons/package.json b/js/icons/package.json index 0b24573d2c6ae..683a074073416 100644 --- a/js/icons/package.json +++ b/js/icons/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/icons", - "version": "0.1.0", + "version": "0.2.0-beta.0", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/image/CHANGELOG.md b/js/image/CHANGELOG.md index 7e3535e3bb09e..268bcc89060b4 100644 --- a/js/image/CHANGELOG.md +++ b/js/image/CHANGELOG.md @@ -1,10 +1,21 @@ # @gradio/image +## 0.2.4-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/upload@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.2.3 ### Fixes -- [#5528](https://github.com/gradio-app/gradio/pull/5528) [`dc86e4a7`](https://github.com/gradio-app/gradio/commit/dc86e4a7e1c40b910c74558e6f88fddf9b3292bc) - Lazy load all images. Thanks [@aliabid94](https://github.com/aliabid94)! +- [#5528](https://github.com/gradio-app/gradio/pull/5528) [`dc86e4a7`](https://github.com/gradio-app/gradio/commit/dc86e4a7e1c40b910c74558e6f88fddf9b3292bc) - Lazy load all images. Thanks [@aliabid94](https://github.com/aliabid94)! ## 0.2.2 @@ -64,4 +75,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)! \ 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/image/package.json b/js/image/package.json index 773253220e690..91e6fcf42d7c5 100644 --- a/js/image/package.json +++ b/js/image/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/image", - "version": "0.2.3", + "version": "0.2.4-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/json/CHANGELOG.md b/js/json/CHANGELOG.md index d36bd266355da..87ccb40cbe29c 100644 --- a/js/json/CHANGELOG.md +++ b/js/json/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/json +## 0.0.6-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.0.5 ### Patch Changes diff --git a/js/json/package.json b/js/json/package.json index fa464d259ea57..4ac86594ebebc 100644 --- a/js/json/package.json +++ b/js/json/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/json", - "version": "0.0.5", + "version": "0.0.6-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./static/index.ts", diff --git a/js/label/CHANGELOG.md b/js/label/CHANGELOG.md index 4d68fc8b51272..f1e7791ce59e3 100644 --- a/js/label/CHANGELOG.md +++ b/js/label/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/label +## 0.1.3-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.1.2 ### Patch Changes diff --git a/js/label/package.json b/js/label/package.json index d9e511040749b..a8fc7645f2a32 100644 --- a/js/label/package.json +++ b/js/label/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/label", - "version": "0.1.2", + "version": "0.1.3-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./static/index.ts", diff --git a/js/markdown/CHANGELOG.md b/js/markdown/CHANGELOG.md index 87c090c87c867..91eca0a265dec 100644 --- a/js/markdown/CHANGELOG.md +++ b/js/markdown/CHANGELOG.md @@ -1,25 +1,34 @@ # @gradio/markdown +## 0.2.1-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.2.0 ### Features -- [#5342](https://github.com/gradio-app/gradio/pull/5342) [`afac0006`](https://github.com/gradio-app/gradio/commit/afac0006337ce2840cf497cd65691f2f60ee5912) - significantly improve the performance of `gr.Dataframe` for large datasets. Thanks [@pngwn](https://github.com/pngwn)! +- [#5342](https://github.com/gradio-app/gradio/pull/5342) [`afac0006`](https://github.com/gradio-app/gradio/commit/afac0006337ce2840cf497cd65691f2f60ee5912) - significantly improve the performance of `gr.Dataframe` for large datasets. Thanks [@pngwn](https://github.com/pngwn)! ## 0.1.2 ### Fixes -- [#5304](https://github.com/gradio-app/gradio/pull/5304) [`05892302`](https://github.com/gradio-app/gradio/commit/05892302fb8fe2557d57834970a2b65aea97355b) - Adds kwarg to disable html sanitization in `gr.Chatbot()`. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! -- [#5393](https://github.com/gradio-app/gradio/pull/5393) [`e4e7a431`](https://github.com/gradio-app/gradio/commit/e4e7a4319924aaf51dcb18d07d0c9953d4011074) - Renders LaTeX that is added to the page in `gr.Markdown`, `gr.Chatbot`, and `gr.DataFrame`. Thanks [@abidlabs](https://github.com/abidlabs)! -- [#5394](https://github.com/gradio-app/gradio/pull/5394) [`4d94ea0a`](https://github.com/gradio-app/gradio/commit/4d94ea0a0cf2103cda19f48398a5634f8341d04d) - Adds horizontal scrolling to content that overflows in gr.Markdown. Thanks [@abidlabs](https://github.com/abidlabs)! -- [#5368](https://github.com/gradio-app/gradio/pull/5368) [`b27f7583`](https://github.com/gradio-app/gradio/commit/b27f7583254165b135bf1496a7d8c489a62ba96f) - Change markdown rendering to set breaks to false. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#5304](https://github.com/gradio-app/gradio/pull/5304) [`05892302`](https://github.com/gradio-app/gradio/commit/05892302fb8fe2557d57834970a2b65aea97355b) - Adds kwarg to disable html sanitization in `gr.Chatbot()`. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! +- [#5393](https://github.com/gradio-app/gradio/pull/5393) [`e4e7a431`](https://github.com/gradio-app/gradio/commit/e4e7a4319924aaf51dcb18d07d0c9953d4011074) - Renders LaTeX that is added to the page in `gr.Markdown`, `gr.Chatbot`, and `gr.DataFrame`. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#5394](https://github.com/gradio-app/gradio/pull/5394) [`4d94ea0a`](https://github.com/gradio-app/gradio/commit/4d94ea0a0cf2103cda19f48398a5634f8341d04d) - Adds horizontal scrolling to content that overflows in gr.Markdown. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#5368](https://github.com/gradio-app/gradio/pull/5368) [`b27f7583`](https://github.com/gradio-app/gradio/commit/b27f7583254165b135bf1496a7d8c489a62ba96f) - Change markdown rendering to set breaks to false. Thanks [@abidlabs](https://github.com/abidlabs)! ## 0.1.1 ### Fixes -- [#5324](https://github.com/gradio-app/gradio/pull/5324) [`31996c99`](https://github.com/gradio-app/gradio/commit/31996c991d6bfca8cef975eb8e3c9f61a7aced19) - ensure login form has correct styles. Thanks [@pngwn](https://github.com/pngwn)! +- [#5324](https://github.com/gradio-app/gradio/pull/5324) [`31996c99`](https://github.com/gradio-app/gradio/commit/31996c991d6bfca8cef975eb8e3c9f61a7aced19) - ensure login form has correct styles. Thanks [@pngwn](https://github.com/pngwn)! ## 0.1.0 @@ -40,9 +49,9 @@ These improvements will be particularly beneficial to large applications. - Corrected an issue that was causing markdown to re-render infinitely. - Ensured that the `gr.3DModel` does re-render prematurely. - Thanks [@pngwn](https://github.com/pngwn)! +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 +- [#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)! diff --git a/js/markdown/package.json b/js/markdown/package.json index 3fe6ce08cb6ca..15caaecd89584 100644 --- a/js/markdown/package.json +++ b/js/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/markdown", - "version": "0.2.0", + "version": "0.2.1-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./static/index.ts", diff --git a/js/model3D/CHANGELOG.md b/js/model3D/CHANGELOG.md index b2f077b9aa151..736ebe9fa472d 100644 --- a/js/model3D/CHANGELOG.md +++ b/js/model3D/CHANGELOG.md @@ -1,5 +1,16 @@ # @gradio/model3d +## 0.2.2-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/upload@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.2.1 ### Patch Changes diff --git a/js/model3D/package.json b/js/model3D/package.json index 8358b2f05a37e..f1418bef23a81 100644 --- a/js/model3D/package.json +++ b/js/model3D/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/model3d", - "version": "0.2.1", + "version": "0.2.2-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/number/CHANGELOG.md b/js/number/CHANGELOG.md index c9bef3edbbc5a..d91f52b6ca483 100644 --- a/js/number/CHANGELOG.md +++ b/js/number/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/number +## 0.2.3-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.2.2 ### Patch Changes diff --git a/js/number/package.json b/js/number/package.json index eeacdae9d5579..5aed99b302b70 100644 --- a/js/number/package.json +++ b/js/number/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/number", - "version": "0.2.2", + "version": "0.2.3-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/plot/CHANGELOG.md b/js/plot/CHANGELOG.md index df07eefd160bb..3769c8b5f9407 100644 --- a/js/plot/CHANGELOG.md +++ b/js/plot/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/plot +## 0.1.3-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.1.2 ### Patch Changes diff --git a/js/plot/package.json b/js/plot/package.json index 44c5370e2d442..f7e0e242e20ba 100644 --- a/js/plot/package.json +++ b/js/plot/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/plot", - "version": "0.1.2", + "version": "0.1.3-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./static/index.ts", diff --git a/js/radio/CHANGELOG.md b/js/radio/CHANGELOG.md index 481f2d5fff91e..18df848b11918 100644 --- a/js/radio/CHANGELOG.md +++ b/js/radio/CHANGELOG.md @@ -1,10 +1,19 @@ # @gradio/radio +## 0.2.1-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.2.0 ### Features -- [#5384](https://github.com/gradio-app/gradio/pull/5384) [`ddc02268`](https://github.com/gradio-app/gradio/commit/ddc02268f731bd2ed04b7a5854accf3383f9a0da) - Allows the `gr.Dropdown` to have separate names and values, as well as enables `allow_custom_value` for multiselect dropdown. Thanks [@abidlabs](https://github.com/abidlabs)! +- [#5384](https://github.com/gradio-app/gradio/pull/5384) [`ddc02268`](https://github.com/gradio-app/gradio/commit/ddc02268f731bd2ed04b7a5854accf3383f9a0da) - Allows the `gr.Dropdown` to have separate names and values, as well as enables `allow_custom_value` for multiselect dropdown. Thanks [@abidlabs](https://github.com/abidlabs)! ## 0.1.2 @@ -49,4 +58,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)! \ No newline at end of file +- [#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)! diff --git a/js/radio/package.json b/js/radio/package.json index 2b12e031ba4c1..14b3b0269ae7c 100644 --- a/js/radio/package.json +++ b/js/radio/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/radio", - "version": "0.2.0", + "version": "0.2.1-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/slider/CHANGELOG.md b/js/slider/CHANGELOG.md index 8d28ab9a92447..662f7e4981007 100644 --- a/js/slider/CHANGELOG.md +++ b/js/slider/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/slider +## 0.1.3-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.1.2 ### Patch Changes diff --git a/js/slider/package.json b/js/slider/package.json index ace33d9d3435d..ec11c5d3d2c26 100644 --- a/js/slider/package.json +++ b/js/slider/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/slider", - "version": "0.1.2", + "version": "0.1.3-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/statustracker/CHANGELOG.md b/js/statustracker/CHANGELOG.md index 25617360725b9..e432eb103d9c7 100644 --- a/js/statustracker/CHANGELOG.md +++ b/js/statustracker/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/statustracker +## 0.3.0-beta.0 + +### Features + +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db) - release first version. Thanks [@pngwn](https://github.com/pngwn)! + ## 0.2.0 ### Features diff --git a/js/statustracker/package.json b/js/statustracker/package.json index df96a6fcf5b67..ffbdc380f62ed 100644 --- a/js/statustracker/package.json +++ b/js/statustracker/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/statustracker", - "version": "0.2.0", + "version": "0.3.0-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./index.ts", diff --git a/js/tabitem/CHANGELOG.md b/js/tabitem/CHANGELOG.md index 2193aa8d938e7..a05f7f76e3e6f 100644 --- a/js/tabitem/CHANGELOG.md +++ b/js/tabitem/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/tabitem +## 0.0.5-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/column@0.1.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + - @gradio/tabs@0.0.6-beta.0 + ## 0.0.4 ### Patch Changes diff --git a/js/tabitem/package.json b/js/tabitem/package.json index fc44f9357ec26..283dfc72d133f 100644 --- a/js/tabitem/package.json +++ b/js/tabitem/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/tabitem", - "version": "0.0.4", + "version": "0.0.5-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./static/index.ts", diff --git a/js/tabs/CHANGELOG.md b/js/tabs/CHANGELOG.md index 52f4af7681b20..5f7df9316cb8e 100644 --- a/js/tabs/CHANGELOG.md +++ b/js/tabs/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/tabs +## 0.0.6-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/utils@0.2.0-beta.0 + ## 0.0.5 ### Patch Changes diff --git a/js/tabs/package.json b/js/tabs/package.json index b621aca06df30..77b72cadb77e9 100644 --- a/js/tabs/package.json +++ b/js/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/tabs", - "version": "0.0.5", + "version": "0.0.6-beta.0", "description": "Gradio UI packages", "type": "module", "main": "./static/index.ts", diff --git a/js/textbox/CHANGELOG.md b/js/textbox/CHANGELOG.md index fda60140c915d..adac2c967b0d0 100644 --- a/js/textbox/CHANGELOG.md +++ b/js/textbox/CHANGELOG.md @@ -1,16 +1,26 @@ # @gradio/textbox +## 0.3.1-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.3.0 ### Features -- [#5488](https://github.com/gradio-app/gradio/pull/5488) [`8909e42a`](https://github.com/gradio-app/gradio/commit/8909e42a7c6272358ad413588d27a5124d151205) - Adds `autoscroll` param to `gr.Textbox()`. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! +- [#5488](https://github.com/gradio-app/gradio/pull/5488) [`8909e42a`](https://github.com/gradio-app/gradio/commit/8909e42a7c6272358ad413588d27a5124d151205) - Adds `autoscroll` param to `gr.Textbox()`. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! ## 0.2.0 ### Features -- [#5417](https://github.com/gradio-app/gradio/pull/5417) [`d14d63e3`](https://github.com/gradio-app/gradio/commit/d14d63e30c4af3f9c2a664fd11b0a01943a8300c) - Auto scroll to bottom of textbox. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! +- [#5417](https://github.com/gradio-app/gradio/pull/5417) [`d14d63e3`](https://github.com/gradio-app/gradio/commit/d14d63e30c4af3f9c2a664fd11b0a01943a8300c) - Auto scroll to bottom of textbox. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)! ## 0.1.3 @@ -57,4 +67,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)! \ No newline at end of file +- [#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)! diff --git a/js/textbox/package.json b/js/textbox/package.json index 651c8aff40f08..c9a83f70feacf 100644 --- a/js/textbox/package.json +++ b/js/textbox/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/textbox", - "version": "0.3.0", + "version": "0.3.1-beta.0", "description": "Gradio UI packages", "type": "module", "main": "index.svelte", diff --git a/js/timeseries/CHANGELOG.md b/js/timeseries/CHANGELOG.md index 1dfae8b90ad53..e580c44eec6c5 100644 --- a/js/timeseries/CHANGELOG.md +++ b/js/timeseries/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/timeseries +## 0.0.6-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/tooltip@0.1.0-beta.0 + - @gradio/upload@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + ## 0.0.5 ### Patch Changes diff --git a/js/timeseries/package.json b/js/timeseries/package.json index 08a97ab277aa3..f0f93016edd87 100644 --- a/js/timeseries/package.json +++ b/js/timeseries/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/timeseries", - "version": "0.0.5", + "version": "0.0.6-beta.0", "description": "Gradio UI packages", "type": "module", "main": "index.svelte", diff --git a/js/tooltip/CHANGELOG.md b/js/tooltip/CHANGELOG.md new file mode 100644 index 0000000000000..5bfcc77ff1b9a --- /dev/null +++ b/js/tooltip/CHANGELOG.md @@ -0,0 +1,7 @@ +# @gradio/tooltip + +## 0.1.0-beta.0 + +### Features + +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db) - release first version. Thanks [@pngwn](https://github.com/pngwn)! \ No newline at end of file diff --git a/js/tooltip/package.json b/js/tooltip/package.json index c69377d1bc99f..05625e72c1200 100644 --- a/js/tooltip/package.json +++ b/js/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/tooltip", - "version": "0.0.1", + "version": "0.1.0-beta.0", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/upload/CHANGELOG.md b/js/upload/CHANGELOG.md index e720cfc8c21c7..69c81083337c7 100644 --- a/js/upload/CHANGELOG.md +++ b/js/upload/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/upload +## 0.3.0-beta.0 + +### Features + +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db) - release first version. Thanks [@pngwn](https://github.com/pngwn)! + ## 0.2.1 ### Patch Changes @@ -87,4 +93,4 @@ From the backend, streamed outputs are served from the `/stream/` endpoint inste ### Patch Changes - Updated dependencies []: - - @gradio/atoms@0.0.2 + - @gradio/atoms@0.0.2 \ No newline at end of file diff --git a/js/upload/package.json b/js/upload/package.json index e1f2fe4201fbf..0e4dd7553921f 100644 --- a/js/upload/package.json +++ b/js/upload/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/upload", - "version": "0.2.1", + "version": "0.3.0-beta.0", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/uploadbutton/CHANGELOG.md b/js/uploadbutton/CHANGELOG.md index 095d3ed98dfe7..b3b7bba1f651e 100644 --- a/js/uploadbutton/CHANGELOG.md +++ b/js/uploadbutton/CHANGELOG.md @@ -1,5 +1,14 @@ # @gradio/uploadbutton +## 0.0.6-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/upload@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + - @gradio/button@0.1.4-beta.0 + ## 0.0.5 ### Patch Changes diff --git a/js/uploadbutton/package.json b/js/uploadbutton/package.json index da2ca54cd584e..e445830d1fcf2 100644 --- a/js/uploadbutton/package.json +++ b/js/uploadbutton/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/uploadbutton", - "version": "0.0.5", + "version": "0.0.6-beta.0", "description": "Gradio UI packages", "type": "module", "main": "index.svelte", diff --git a/js/utils/CHANGELOG.md b/js/utils/CHANGELOG.md index 8f49785a99302..dfd39eee596c4 100644 --- a/js/utils/CHANGELOG.md +++ b/js/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/utils +## 0.2.0-beta.0 + +### Features + +- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db) - release first version. Thanks [@pngwn](https://github.com/pngwn)! + ## 0.1.1 ### Patch Changes @@ -41,4 +47,4 @@ Thanks [@pngwn](https://github.com/pngwn)! ### Patch Changes - Updated dependencies [[`41c83070`](https://github.com/gradio-app/gradio/commit/41c83070b01632084e7d29123048a96c1e261407)]: - - @gradio/theme@0.0.2 + - @gradio/theme@0.0.2 \ No newline at end of file diff --git a/js/utils/package.json b/js/utils/package.json index f60bc6b65456e..0432097d96481 100644 --- a/js/utils/package.json +++ b/js/utils/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/utils", - "version": "0.1.1", + "version": "0.2.0-beta.0", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/video/CHANGELOG.md b/js/video/CHANGELOG.md index 312bfd6f7f0ce..15584a50cd617 100644 --- a/js/video/CHANGELOG.md +++ b/js/video/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/video +## 0.0.8-beta.0 + +### Patch Changes + +- Updated dependencies [[`681f10c31`](https://github.com/gradio-app/gradio/commit/681f10c315a75cc8cd0473c9a0167961af7696db)]: + - @gradio/atoms@0.2.0-beta.0 + - @gradio/icons@0.2.0-beta.0 + - @gradio/statustracker@0.3.0-beta.0 + - @gradio/upload@0.3.0-beta.0 + - @gradio/utils@0.2.0-beta.0 + - @gradio/image@0.2.4-beta.0 + ## 0.0.7 ### Patch Changes diff --git a/js/video/package.json b/js/video/package.json index 8e4c86121822b..7b33454418c41 100644 --- a/js/video/package.json +++ b/js/video/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/video", - "version": "0.0.7", + "version": "0.0.8-beta.0", "description": "Gradio UI packages", "type": "module", "main": "index.svelte", diff --git a/js/wasm/CHANGELOG.md b/js/wasm/CHANGELOG.md new file mode 100644 index 0000000000000..025f1909bc444 --- /dev/null +++ b/js/wasm/CHANGELOG.md @@ -0,0 +1,7 @@ +# @gradio/wasm + +## 0.0.2-beta.0 + +### Features + +- [#5538](https://github.com/gradio-app/gradio/pull/5538) [`b5c6f7b08`](https://github.com/gradio-app/gradio/commit/b5c6f7b086a6419f27c757ad9b2ac9ea679b749b) - chore(deps): update dependency pyodide to ^0.24.0. Thanks [@renovate](https://github.com/apps/renovate)! \ No newline at end of file diff --git a/js/wasm/package.json b/js/wasm/package.json index da9c226cea561..28c2ba61d6326 100644 --- a/js/wasm/package.json +++ b/js/wasm/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/wasm", - "version": "0.0.1", + "version": "0.0.2-beta.0", "description": "Gradio Wasm package", "type": "module", "main": "./dist/index.js",