From e911acb197bfad16c45b2ae16fd4eee197d8c037 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 1 Aug 2023 11:47:17 +0000 Subject: [PATCH] chore: update versions --- .changeset/bumpy-bugs-rule.md | 5 ----- .changeset/curly-nights-yawn.md | 7 ------- .changeset/legal-beds-beam.md | 7 ------- .changeset/plain-ties-pick.md | 7 ------- .changeset/smooth-humans-flash.md | 6 ------ .changeset/wise-lions-clean.md | 6 ------ .changeset/yellow-insects-dress.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ gradio/CHANGELOG.md | 14 ++++++++++++++ gradio/package.json | 2 +- gradio/version.txt | 2 +- js/_spaces-test/package.json | 2 +- js/_website/CHANGELOG.md | 6 ++++++ js/_website/package.json | 2 +- js/app/CHANGELOG.md | 8 ++++++++ js/app/package.json | 10 +++++----- js/audio/CHANGELOG.md | 6 ++++++ js/audio/package.json | 2 +- js/form/CHANGELOG.md | 12 +++++++++++- js/form/package.json | 2 +- js/gallery/CHANGELOG.md | 6 ++++++ js/gallery/package.json | 2 +- js/highlighted-text/CHANGELOG.md | 8 +++++++- js/highlighted-text/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 25 files changed, 92 insertions(+), 65 deletions(-) delete mode 100644 .changeset/bumpy-bugs-rule.md delete mode 100644 .changeset/curly-nights-yawn.md delete mode 100644 .changeset/legal-beds-beam.md delete mode 100644 .changeset/plain-ties-pick.md delete mode 100644 .changeset/smooth-humans-flash.md delete mode 100644 .changeset/wise-lions-clean.md delete mode 100644 .changeset/yellow-insects-dress.md 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/curly-nights-yawn.md b/.changeset/curly-nights-yawn.md deleted file mode 100644 index b70c4ae343fa6..0000000000000 --- a/.changeset/curly-nights-yawn.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@gradio/app": minor -"@gradio/gallery": minor -"gradio": minor ---- - -feat:Add download button to selected images in `Gallery` diff --git a/.changeset/legal-beds-beam.md b/.changeset/legal-beds-beam.md deleted file mode 100644 index 79ce779d1144c..0000000000000 --- a/.changeset/legal-beds-beam.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@gradio/app": minor -"@gradio/highlighted-text": minor -"gradio": minor ---- - -feat:Allow new lines in `HighlightedText` with `/n` and preserve whitespace diff --git a/.changeset/plain-ties-pick.md b/.changeset/plain-ties-pick.md deleted file mode 100644 index 202c933dc8e39..0000000000000 --- a/.changeset/plain-ties-pick.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@gradio/app": minor -"@gradio/form": minor -"gradio": minor ---- - -feat:Add `step` param to `Number` diff --git a/.changeset/smooth-humans-flash.md b/.changeset/smooth-humans-flash.md deleted file mode 100644 index be54a9cfd83e5..0000000000000 --- a/.changeset/smooth-humans-flash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/form": patch -"gradio": patch ---- - -fix:`gr.Dropdown()` now supports values with arbitrary characters and doesn't clear value when re-focused 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..4359d877afe77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # gradio +## 3.40.0 + +### Features + +- [#5025](https://github.com/gradio-app/gradio/pull/5025) [`6693660a`](https://github.com/gradio-app/gradio/commit/6693660a790996f8f481feaf22a8c49130d52d89) - Add download button to selected images in `Gallery`. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#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)! +- [#5047](https://github.com/gradio-app/gradio/pull/5047) [`883ac364`](https://github.com/gradio-app/gradio/commit/883ac364f69d92128774ac446ce49bdf8415fd7b) - Add `step` param to `Number`. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#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 + +- [#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)! +- [#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..4359d877afe77 100644 --- a/gradio/CHANGELOG.md +++ b/gradio/CHANGELOG.md @@ -1,5 +1,19 @@ # gradio +## 3.40.0 + +### Features + +- [#5025](https://github.com/gradio-app/gradio/pull/5025) [`6693660a`](https://github.com/gradio-app/gradio/commit/6693660a790996f8f481feaf22a8c49130d52d89) - Add download button to selected images in `Gallery`. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#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)! +- [#5047](https://github.com/gradio-app/gradio/pull/5047) [`883ac364`](https://github.com/gradio-app/gradio/commit/883ac364f69d92128774ac446ce49bdf8415fd7b) - Add `step` param to `Number`. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#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 + +- [#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)! +- [#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..eb3c068f7ccd3 100644 --- a/gradio/package.json +++ b/gradio/package.json @@ -1,6 +1,6 @@ { "name": "gradio", - "version": "3.39.0", + "version": "3.40.0", "description": "", "python": "true" } diff --git a/gradio/version.txt b/gradio/version.txt index 05303926e3310..6de2c86be0ec3 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -3.39.0 \ No newline at end of file +3.40.0 \ No newline at end of file diff --git a/js/_spaces-test/package.json b/js/_spaces-test/package.json index a13c460cead00..9e7291c8074c8 100644 --- a/js/_spaces-test/package.json +++ b/js/_spaces-test/package.json @@ -24,7 +24,7 @@ "type": "module", "dependencies": { "@gradio/client": "workspace:^0.1.4", - "@gradio/form": "workspace:^0.0.2", + "@gradio/form": "workspace:^0.1.0", "@gradio/theme": "workspace:^0.0.2" } } 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/app/CHANGELOG.md b/js/app/CHANGELOG.md index d4a4d30b3b6bd..9463415de2a55 100644 --- a/js/app/CHANGELOG.md +++ b/js/app/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradio/app +## 1.2.0 + +### Features + +- [#5025](https://github.com/gradio-app/gradio/pull/5025) [`6693660a`](https://github.com/gradio-app/gradio/commit/6693660a790996f8f481feaf22a8c49130d52d89) - Add download button to selected images in `Gallery`. Thanks [@hannahblair](https://github.com/hannahblair)! +- [#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)! +- [#5047](https://github.com/gradio-app/gradio/pull/5047) [`883ac364`](https://github.com/gradio-app/gradio/commit/883ac364f69d92128774ac446ce49bdf8415fd7b) - Add `step` param to `Number`. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 1.1.0 ### Features diff --git a/js/app/package.json b/js/app/package.json index b40dfbcd9eae8..8916d780776f4 100644 --- a/js/app/package.json +++ b/js/app/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/app", - "version": "1.1.0", + "version": "1.2.0", "private": true, "type": "module", "scripts": { @@ -25,16 +25,16 @@ "dependencies": { "@gradio/accordion": "workspace:^0.0.1", "@gradio/atoms": "workspace:^0.0.2", - "@gradio/audio": "workspace:^0.1.0", + "@gradio/audio": "workspace:^0.1.1", "@gradio/button": "workspace:^0.0.2", "@gradio/chart": "workspace:^0.0.2", "@gradio/chatbot": "workspace:^0.0.2", "@gradio/client": "workspace:^0.1.4", "@gradio/code": "workspace:^0.0.2", "@gradio/file": "workspace:^0.0.2", - "@gradio/form": "workspace:^0.0.2", - "@gradio/gallery": "workspace:^0.1.0", - "@gradio/highlighted-text": "workspace:^0.0.2", + "@gradio/form": "workspace:^0.1.0", + "@gradio/gallery": "workspace:^0.2.0", + "@gradio/highlighted-text": "workspace:^0.1.0", "@gradio/html": "workspace:^0.0.1", "@gradio/icons": "workspace:^0.0.1", "@gradio/image": "workspace:^0.1.0", 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", diff --git a/js/form/CHANGELOG.md b/js/form/CHANGELOG.md index edec6dfd12fcf..6d89aaaec553c 100644 --- a/js/form/CHANGELOG.md +++ b/js/form/CHANGELOG.md @@ -1,9 +1,19 @@ # @gradio/form +## 0.1.0 + +### Features + +- [#5047](https://github.com/gradio-app/gradio/pull/5047) [`883ac364`](https://github.com/gradio-app/gradio/commit/883ac364f69d92128774ac446ce49bdf8415fd7b) - Add `step` param to `Number`. Thanks [@hannahblair](https://github.com/hannahblair)! + +### Fixes + +- [#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)! + ## 0.0.2 ### Patch Changes - Updated dependencies []: - @gradio/utils@0.0.2 - - @gradio/atoms@0.0.2 + - @gradio/atoms@0.0.2 \ No newline at end of file diff --git a/js/form/package.json b/js/form/package.json index 0b042a139de6f..ab44e6133d766 100644 --- a/js/form/package.json +++ b/js/form/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/form", - "version": "0.0.2", + "version": "0.1.0", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/gallery/CHANGELOG.md b/js/gallery/CHANGELOG.md index b2606837b4082..a993ea0de076e 100644 --- a/js/gallery/CHANGELOG.md +++ b/js/gallery/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/gallery +## 0.2.0 + +### Features + +- [#5025](https://github.com/gradio-app/gradio/pull/5025) [`6693660a`](https://github.com/gradio-app/gradio/commit/6693660a790996f8f481feaf22a8c49130d52d89) - Add download button to selected images in `Gallery`. Thanks [@hannahblair](https://github.com/hannahblair)! + ## 0.1.0 ### Features diff --git a/js/gallery/package.json b/js/gallery/package.json index ffc1211afd894..0d579f59cbd1a 100644 --- a/js/gallery/package.json +++ b/js/gallery/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/gallery", - "version": "0.1.0", + "version": "0.2.0", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/highlighted-text/CHANGELOG.md b/js/highlighted-text/CHANGELOG.md index 90e5bd23b1f34..0529a1cad25db 100644 --- a/js/highlighted-text/CHANGELOG.md +++ b/js/highlighted-text/CHANGELOG.md @@ -1,9 +1,15 @@ # @gradio/highlighted-text +## 0.1.0 + +### 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)! + ## 0.0.2 ### Patch Changes - Updated dependencies [[`41c83070`](https://github.com/gradio-app/gradio/commit/41c83070b01632084e7d29123048a96c1e261407)]: - @gradio/theme@0.0.2 - - @gradio/utils@0.0.2 + - @gradio/utils@0.0.2 \ No newline at end of file diff --git a/js/highlighted-text/package.json b/js/highlighted-text/package.json index ec9902f5567b9..559afda6fc11e 100644 --- a/js/highlighted-text/package.json +++ b/js/highlighted-text/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/highlighted-text", - "version": "0.0.2", + "version": "0.1.0", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1611fb1033505..a64626faa25b6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.1' +lockfileVersion: '6.0' settings: autoInstallPeers: true @@ -240,7 +240,7 @@ importers: specifier: workspace:^0.1.4 version: link:../../client/js '@gradio/form': - specifier: workspace:^0.0.2 + specifier: workspace:^0.1.0 version: link:../form '@gradio/theme': specifier: workspace:^0.0.2 @@ -340,7 +340,7 @@ importers: specifier: workspace:^0.0.2 version: link:../atoms '@gradio/audio': - specifier: workspace:^0.1.0 + specifier: workspace:^0.1.1 version: link:../audio '@gradio/button': specifier: workspace:^0.0.2 @@ -361,13 +361,13 @@ importers: specifier: workspace:^0.0.2 version: link:../file '@gradio/form': - specifier: workspace:^0.0.2 + specifier: workspace:^0.1.0 version: link:../form '@gradio/gallery': - specifier: workspace:^0.1.0 + specifier: workspace:^0.2.0 version: link:../gallery '@gradio/highlighted-text': - specifier: workspace:^0.0.2 + specifier: workspace:^0.1.0 version: link:../highlighted-text '@gradio/html': specifier: workspace:^0.0.1 @@ -5807,7 +5807,7 @@ packages: peerDependencies: '@sveltejs/kit': ^1.0.0 dependencies: - '@sveltejs/kit': 1.16.3(svelte@3.59.2)(vite@4.3.9) + '@sveltejs/kit': 1.16.3(svelte@3.57.0)(vite@4.3.5) import-meta-resolve: 3.0.0 dev: true