diff --git a/.changeset/fresh-bees-allow.md b/.changeset/fresh-bees-allow.md deleted file mode 100644 index affc962876..0000000000 --- a/.changeset/fresh-bees-allow.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@gradio/app": patch -"@gradio/client": patch -"@gradio/wasm": patch -"gradio": patch ---- - -feat:Lite: Websocket queueing diff --git a/.changeset/rude-dots-grab.md b/.changeset/rude-dots-grab.md deleted file mode 100644 index 14156dcff3..0000000000 --- a/.changeset/rude-dots-grab.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/chatbot": patch -"gradio": patch ---- - -fix:fix pending chatbot message styling and ensure messages with value `None` don't render diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9a0a73f1..481c9c16af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # gradio +## 3.46.1 + +### Features + +- [#5124](https://github.com/gradio-app/gradio/pull/5124) [`6e56a0d9b`](https://github.com/gradio-app/gradio/commit/6e56a0d9b0c863e76c69e1183d9d40196922b4cd) - Lite: Websocket queueing. Thanks [@whitphx](https://github.com/whitphx)! + +### Fixes + +- [#5775](https://github.com/gradio-app/gradio/pull/5775) [`e2874bc3c`](https://github.com/gradio-app/gradio/commit/e2874bc3cb1397574f77dbd7f0408ed4e6792970) - fix pending chatbot message styling and ensure messages with value `None` don't render. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 3.46.0 ### Features diff --git a/client/js/CHANGELOG.md b/client/js/CHANGELOG.md index cb1eb7ecf3..5c5213ba47 100644 --- a/client/js/CHANGELOG.md +++ b/client/js/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/client +## 0.4.2 + +### Features + +- [#5124](https://github.com/gradio-app/gradio/pull/5124) [`6e56a0d9b`](https://github.com/gradio-app/gradio/commit/6e56a0d9b0c863e76c69e1183d9d40196922b4cd) - Lite: Websocket queueing. Thanks [@whitphx](https://github.com/whitphx)! + ## 0.4.1 ### Fixes diff --git a/client/js/package.json b/client/js/package.json index a3606b5757..6c95e11088 100644 --- a/client/js/package.json +++ b/client/js/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/client", - "version": "0.4.1", + "version": "0.4.2", "description": "Gradio API client", "type": "module", "main": "dist/index.js", diff --git a/gradio/CHANGELOG.md b/gradio/CHANGELOG.md index ac9a0a73f1..481c9c16af 100644 --- a/gradio/CHANGELOG.md +++ b/gradio/CHANGELOG.md @@ -1,5 +1,15 @@ # gradio +## 3.46.1 + +### Features + +- [#5124](https://github.com/gradio-app/gradio/pull/5124) [`6e56a0d9b`](https://github.com/gradio-app/gradio/commit/6e56a0d9b0c863e76c69e1183d9d40196922b4cd) - Lite: Websocket queueing. Thanks [@whitphx](https://github.com/whitphx)! + +### Fixes + +- [#5775](https://github.com/gradio-app/gradio/pull/5775) [`e2874bc3c`](https://github.com/gradio-app/gradio/commit/e2874bc3cb1397574f77dbd7f0408ed4e6792970) - fix pending chatbot message styling and ensure messages with value `None` don't render. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 3.46.0 ### Features diff --git a/gradio/package.json b/gradio/package.json index 392ee9e38e..2ebaf42231 100644 --- a/gradio/package.json +++ b/gradio/package.json @@ -1,6 +1,6 @@ { "name": "gradio", - "version": "3.46.0", + "version": "3.46.1", "description": "", "python": "true" } diff --git a/js/app/CHANGELOG.md b/js/app/CHANGELOG.md index 30a0b37af0..268d8bfb04 100644 --- a/js/app/CHANGELOG.md +++ b/js/app/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/app +## 1.6.4 + +### Features + +- [#5124](https://github.com/gradio-app/gradio/pull/5124) [`6e56a0d9b`](https://github.com/gradio-app/gradio/commit/6e56a0d9b0c863e76c69e1183d9d40196922b4cd) - Lite: Websocket queueing. Thanks [@whitphx](https://github.com/whitphx)! + ## 1.6.3 ### Patch Changes @@ -267,4 +273,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)! +- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)! \ No newline at end of file diff --git a/js/app/package.json b/js/app/package.json index 351f306567..4e54c30471 100644 --- a/js/app/package.json +++ b/js/app/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/app", - "version": "1.6.3", + "version": "1.6.4", "private": true, "type": "module", "scripts": { diff --git a/js/chatbot/CHANGELOG.md b/js/chatbot/CHANGELOG.md index 903feb67c6..b6452d02e7 100644 --- a/js/chatbot/CHANGELOG.md +++ b/js/chatbot/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/chatbot +## 0.5.1 + +### Fixes + +- [#5775](https://github.com/gradio-app/gradio/pull/5775) [`e2874bc3c`](https://github.com/gradio-app/gradio/commit/e2874bc3cb1397574f77dbd7f0408ed4e6792970) - fix pending chatbot message styling and ensure messages with value `None` don't render. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 0.5.0 ### Features diff --git a/js/chatbot/package.json b/js/chatbot/package.json index 0abdf239f1..75afaf1a0e 100644 --- a/js/chatbot/package.json +++ b/js/chatbot/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/chatbot", - "version": "0.5.0", + "version": "0.5.1", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/file/CHANGELOG.md b/js/file/CHANGELOG.md index d27cafde71..acfdbeb7da 100644 --- a/js/file/CHANGELOG.md +++ b/js/file/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/file +## 0.1.6 + +### Patch Changes + +- Updated dependencies [[`6e56a0d9b`](https://github.com/gradio-app/gradio/commit/6e56a0d9b0c863e76c69e1183d9d40196922b4cd)]: + - @gradio/client@0.4.2 + ## 0.1.5 ### Patch Changes diff --git a/js/file/package.json b/js/file/package.json index 07d76be6da..48c12e705f 100644 --- a/js/file/package.json +++ b/js/file/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/file", - "version": "0.1.5", + "version": "0.1.6", "description": "Gradio UI packages", "type": "module", "main": "./index.svelte", diff --git a/js/uploadbutton/CHANGELOG.md b/js/uploadbutton/CHANGELOG.md index ca3c99af1d..d10ab2538c 100644 --- a/js/uploadbutton/CHANGELOG.md +++ b/js/uploadbutton/CHANGELOG.md @@ -1,5 +1,12 @@ # @gradio/uploadbutton +## 0.0.9 + +### Patch Changes + +- Updated dependencies [[`6e56a0d9b`](https://github.com/gradio-app/gradio/commit/6e56a0d9b0c863e76c69e1183d9d40196922b4cd)]: + - @gradio/client@0.4.2 + ## 0.0.8 ### Patch Changes diff --git a/js/uploadbutton/package.json b/js/uploadbutton/package.json index a7508a246f..8733baa6b0 100644 --- a/js/uploadbutton/package.json +++ b/js/uploadbutton/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/uploadbutton", - "version": "0.0.8", + "version": "0.0.9", "description": "Gradio UI packages", "type": "module", "main": "index.svelte", diff --git a/js/wasm/CHANGELOG.md b/js/wasm/CHANGELOG.md index 7944db722d..0076773942 100644 --- a/js/wasm/CHANGELOG.md +++ b/js/wasm/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/wasm +## 0.0.4 + +### Features + +- [#5124](https://github.com/gradio-app/gradio/pull/5124) [`6e56a0d9b`](https://github.com/gradio-app/gradio/commit/6e56a0d9b0c863e76c69e1183d9d40196922b4cd) - Lite: Websocket queueing. Thanks [@whitphx](https://github.com/whitphx)! + ## 0.0.3 ### Features diff --git a/js/wasm/package.json b/js/wasm/package.json index 9e2c022f06..3bf9aa837c 100644 --- a/js/wasm/package.json +++ b/js/wasm/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/wasm", - "version": "0.0.3", + "version": "0.0.4", "description": "Gradio Wasm package", "type": "module", "main": "./dist/index.js",