diff --git a/.changeset/bumpy-bugs-rule.md b/.changeset/bumpy-bugs-rule.md deleted file mode 100644 index 7b78455c0a576..0000000000000 --- a/.changeset/bumpy-bugs-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"website": patch ---- - -fix:Correct gradio version on website diff --git a/.changeset/wise-lions-clean.md b/.changeset/wise-lions-clean.md deleted file mode 100644 index fd3f4a935cd29..0000000000000 --- a/.changeset/wise-lions-clean.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/audio": patch -"gradio": patch ---- - -feat:Update dependency extendable-media-recorder to v8 diff --git a/.changeset/yellow-insects-dress.md b/.changeset/yellow-insects-dress.md deleted file mode 100644 index 518d93bf2495f..0000000000000 --- a/.changeset/yellow-insects-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -fix:highlightedtext throws an error basing on model diff --git a/CHANGELOG.md b/CHANGELOG.md index 48e72bae0078e..96186468fd5f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # gradio +## 3.39.1 + +### Features + +- [#5023](https://github.com/gradio-app/gradio/pull/5023) [`e6317d77`](https://github.com/gradio-app/gradio/commit/e6317d77f87d3dad638acca3dbc4a9228570e63c) - Update dependency extendable-media-recorder to v8. Thanks [@renovate](https://github.com/apps/renovate)! + +### Fixes + +- [#5030](https://github.com/gradio-app/gradio/pull/5030) [`f6c491b0`](https://github.com/gradio-app/gradio/commit/f6c491b079d335af633dd854c68eb26f9e61c552) - highlightedtext throws an error basing on model. Thanks [@rajeunoia](https://github.com/rajeunoia)! + ## 3.39.0 ### Highlights diff --git a/gradio/CHANGELOG.md b/gradio/CHANGELOG.md index 48e72bae0078e..96186468fd5f6 100644 --- a/gradio/CHANGELOG.md +++ b/gradio/CHANGELOG.md @@ -1,5 +1,15 @@ # gradio +## 3.39.1 + +### Features + +- [#5023](https://github.com/gradio-app/gradio/pull/5023) [`e6317d77`](https://github.com/gradio-app/gradio/commit/e6317d77f87d3dad638acca3dbc4a9228570e63c) - Update dependency extendable-media-recorder to v8. Thanks [@renovate](https://github.com/apps/renovate)! + +### Fixes + +- [#5030](https://github.com/gradio-app/gradio/pull/5030) [`f6c491b0`](https://github.com/gradio-app/gradio/commit/f6c491b079d335af633dd854c68eb26f9e61c552) - highlightedtext throws an error basing on model. Thanks [@rajeunoia](https://github.com/rajeunoia)! + ## 3.39.0 ### Highlights diff --git a/gradio/package.json b/gradio/package.json index 4efaa199d20cb..bc52560bcbe10 100644 --- a/gradio/package.json +++ b/gradio/package.json @@ -1,6 +1,6 @@ { "name": "gradio", - "version": "3.39.0", + "version": "3.39.1", "description": "", "python": "true" } diff --git a/gradio/version.txt b/gradio/version.txt index 05303926e3310..6800607ef4263 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -3.39.0 \ No newline at end of file +3.39.1 \ No newline at end of file diff --git a/js/_website/CHANGELOG.md b/js/_website/CHANGELOG.md index cb2539c02b485..9a710af9f620c 100644 --- a/js/_website/CHANGELOG.md +++ b/js/_website/CHANGELOG.md @@ -1,5 +1,11 @@ # website +## 0.0.3 + +### Fixes + +- [#5037](https://github.com/gradio-app/gradio/pull/5037) [`42488c07`](https://github.com/gradio-app/gradio/commit/42488c076aaf3ac2302b27760773a87f5b6ecc41) - Correct gradio version on website. Thanks [@aliabd](https://github.com/aliabd)! + ## 0.0.2 ### Features diff --git a/js/_website/package.json b/js/_website/package.json index 49fd4e442e3eb..2d12dd29e6f7a 100644 --- a/js/_website/package.json +++ b/js/_website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.0.2", + "version": "0.0.3", "private": true, "scripts": { "dev": "vite dev", diff --git a/js/audio/CHANGELOG.md b/js/audio/CHANGELOG.md index ff8bd2444c7e0..d70fa029dd94c 100644 --- a/js/audio/CHANGELOG.md +++ b/js/audio/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/audio +## 0.1.1 + +### Features + +- [#5023](https://github.com/gradio-app/gradio/pull/5023) [`e6317d77`](https://github.com/gradio-app/gradio/commit/e6317d77f87d3dad638acca3dbc4a9228570e63c) - Update dependency extendable-media-recorder to v8. Thanks [@renovate](https://github.com/apps/renovate)! + ## 0.1.0 ### Features diff --git a/js/audio/package.json b/js/audio/package.json index ba273b2f40719..2c7a5b21443cb 100644 --- a/js/audio/package.json +++ b/js/audio/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/audio", - "version": "0.1.0", + "version": "0.1.1", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts",