diff --git a/.changeset/blue-rooms-run.md b/.changeset/blue-rooms-run.md deleted file mode 100644 index de521bd275fd..000000000000 --- a/.changeset/blue-rooms-run.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@gradio/audio": patch -"@gradio/core": patch -"gradio": patch ---- - -fix:Fix multiple trigger bug when function has js diff --git a/.changeset/free-carrots-lose.md b/.changeset/free-carrots-lose.md deleted file mode 100644 index a94c29fe2185..000000000000 --- a/.changeset/free-carrots-lose.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": minor ---- - -feat:Fileformat whitelist diff --git a/.changeset/green-ways-bet.md b/.changeset/green-ways-bet.md deleted file mode 100644 index 44ec3ca4f369..000000000000 --- a/.changeset/green-ways-bet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"website": minor ---- - -feat:chore: update error.svx diff --git a/.changeset/hip-regions-slide.md b/.changeset/hip-regions-slide.md deleted file mode 100644 index 3d2b570aee41..000000000000 --- a/.changeset/hip-regions-slide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -fix:Separate starlette.Request from PredictBody. Only set in new PredictBodyInternal object diff --git a/.changeset/rich-plants-sneeze.md b/.changeset/rich-plants-sneeze.md deleted file mode 100644 index 496b556a3e09..000000000000 --- a/.changeset/rich-plants-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -fix:Add root_url to components created by gr.render diff --git a/.changeset/warm-impalas-turn.md b/.changeset/warm-impalas-turn.md deleted file mode 100644 index 1d8e7902ad6b..000000000000 --- a/.changeset/warm-impalas-turn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/json": minor -"gradio": minor ---- - -feat:Fix scrollbars everywhere diff --git a/CHANGELOG.md b/CHANGELOG.md index 45eb589fb126..acaab6dc91c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # gradio +## 4.44.0 + +### Features + +- [#9302](https://github.com/gradio-app/gradio/pull/9302) [`ac2c015`](https://github.com/gradio-app/gradio/commit/ac2c015bd8385c3f5e346b9cfce415f1e5f54c69) - Fileformat whitelist. Thanks @aliabid94! +- [#9276](https://github.com/gradio-app/gradio/pull/9276) [`8362a10`](https://github.com/gradio-app/gradio/commit/8362a10a7e8a3c291fa0300a6f4a23a1ca997b8a) - Fix scrollbars everywhere. Thanks @aliabid94! + +### Fixes + +- [#9188](https://github.com/gradio-app/gradio/pull/9188) [`8f8e1c6`](https://github.com/gradio-app/gradio/commit/8f8e1c6a0b09b0d1985b8377d94d693cb00f8a18) - Fix multiple trigger bug when function has js. Thanks @freddyaboulton! +- [#9279](https://github.com/gradio-app/gradio/pull/9279) [`fb5845c`](https://github.com/gradio-app/gradio/commit/fb5845c3539e006235a2a52811a863ef2fefd66f) - Separate starlette.Request from PredictBody. Only set in new PredictBodyInternal object. Thanks @freddyaboulton! +- [#9267](https://github.com/gradio-app/gradio/pull/9267) [`ecf9137`](https://github.com/gradio-app/gradio/commit/ecf9137762130ab2e9f8e747feda091392b25e7a) - Add root_url to components created by gr.render. Thanks @freddyaboulton! + ## 4.43.0 ### Features diff --git a/gradio/CHANGELOG.md b/gradio/CHANGELOG.md index 45eb589fb126..acaab6dc91c2 100644 --- a/gradio/CHANGELOG.md +++ b/gradio/CHANGELOG.md @@ -1,5 +1,18 @@ # gradio +## 4.44.0 + +### Features + +- [#9302](https://github.com/gradio-app/gradio/pull/9302) [`ac2c015`](https://github.com/gradio-app/gradio/commit/ac2c015bd8385c3f5e346b9cfce415f1e5f54c69) - Fileformat whitelist. Thanks @aliabid94! +- [#9276](https://github.com/gradio-app/gradio/pull/9276) [`8362a10`](https://github.com/gradio-app/gradio/commit/8362a10a7e8a3c291fa0300a6f4a23a1ca997b8a) - Fix scrollbars everywhere. Thanks @aliabid94! + +### Fixes + +- [#9188](https://github.com/gradio-app/gradio/pull/9188) [`8f8e1c6`](https://github.com/gradio-app/gradio/commit/8f8e1c6a0b09b0d1985b8377d94d693cb00f8a18) - Fix multiple trigger bug when function has js. Thanks @freddyaboulton! +- [#9279](https://github.com/gradio-app/gradio/pull/9279) [`fb5845c`](https://github.com/gradio-app/gradio/commit/fb5845c3539e006235a2a52811a863ef2fefd66f) - Separate starlette.Request from PredictBody. Only set in new PredictBodyInternal object. Thanks @freddyaboulton! +- [#9267](https://github.com/gradio-app/gradio/pull/9267) [`ecf9137`](https://github.com/gradio-app/gradio/commit/ecf9137762130ab2e9f8e747feda091392b25e7a) - Add root_url to components created by gr.render. Thanks @freddyaboulton! + ## 4.43.0 ### Features diff --git a/gradio/package.json b/gradio/package.json index 71075a3ff79c..fc614393fb18 100644 --- a/gradio/package.json +++ b/gradio/package.json @@ -1,6 +1,6 @@ { "name": "gradio", - "version": "4.43.0", + "version": "4.44.0", "description": "", "python": "true" } diff --git a/js/_website/CHANGELOG.md b/js/_website/CHANGELOG.md index 7fb525b50ec2..9a986ac16672 100644 --- a/js/_website/CHANGELOG.md +++ b/js/_website/CHANGELOG.md @@ -1,5 +1,11 @@ # website +## 0.39.0 + +### Features + +- [#9291](https://github.com/gradio-app/gradio/pull/9291) [`bcb3a2b`](https://github.com/gradio-app/gradio/commit/bcb3a2b9a0e4f1a0195aed92f3ecfd1eda324464) - chore: update error.svx. Thanks @eltociear! + ## 0.38.1 ### Features diff --git a/js/_website/package.json b/js/_website/package.json index 240a61b353f8..039d289cf24e 100644 --- a/js/_website/package.json +++ b/js/_website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.38.1", + "version": "0.39.0", "private": true, "scripts": { "dev": "pip install boto3 && python generate_jsons/generate.py && vite dev", diff --git a/js/audio/CHANGELOG.md b/js/audio/CHANGELOG.md index 87d75b4a601d..12588b8e74e8 100644 --- a/js/audio/CHANGELOG.md +++ b/js/audio/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/audio +## 0.13.5 + +### Fixes + +- [#9188](https://github.com/gradio-app/gradio/pull/9188) [`8f8e1c6`](https://github.com/gradio-app/gradio/commit/8f8e1c6a0b09b0d1985b8377d94d693cb00f8a18) - Fix multiple trigger bug when function has js. Thanks @freddyaboulton! + ## 0.13.4 ### Features diff --git a/js/audio/package.json b/js/audio/package.json index fe526245736b..8709a97d426a 100644 --- a/js/audio/package.json +++ b/js/audio/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/audio", - "version": "0.13.4", + "version": "0.13.5", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/core/CHANGELOG.md b/js/core/CHANGELOG.md index 6ec203a6d03b..61d08a5829e5 100644 --- a/js/core/CHANGELOG.md +++ b/js/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/core +## 0.0.4 + +### Fixes + +- [#9188](https://github.com/gradio-app/gradio/pull/9188) [`8f8e1c6`](https://github.com/gradio-app/gradio/commit/8f8e1c6a0b09b0d1985b8377d94d693cb00f8a18) - Fix multiple trigger bug when function has js. Thanks @freddyaboulton! + ## 0.0.3 ### Fixes diff --git a/js/core/package.json b/js/core/package.json index e687f02714d1..025c432487e7 100644 --- a/js/core/package.json +++ b/js/core/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/core", - "version": "0.0.3", + "version": "0.0.4", "type": "module", "devDependencies": { "@gradio/accordion": "workspace:^", diff --git a/js/json/CHANGELOG.md b/js/json/CHANGELOG.md index a04b1552e67a..c86e17a741aa 100644 --- a/js/json/CHANGELOG.md +++ b/js/json/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/json +## 0.5.0 + +### Features + +- [#9276](https://github.com/gradio-app/gradio/pull/9276) [`8362a10`](https://github.com/gradio-app/gradio/commit/8362a10a7e8a3c291fa0300a6f4a23a1ca997b8a) - Fix scrollbars everywhere. Thanks @aliabid94! + ## 0.4.1 ### Fixes diff --git a/js/json/package.json b/js/json/package.json index 36d3242e99b9..eec772bdbcd6 100644 --- a/js/json/package.json +++ b/js/json/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/json", - "version": "0.4.1", + "version": "0.5.0", "description": "Gradio UI packages", "type": "module", "author": "",