From bce90faf2cc15620832e0bf402334d42b1174ddc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 May 2023 21:05:01 +0000 Subject: [PATCH] chore: update versions --- .changeset/nice-parents-work.md | 5 ----- .changeset/smooth-camels-prove.md | 5 ----- .changeset/tender-suits-draw.md | 5 ----- client/js/CHANGELOG.md | 10 ++++++++++ client/js/package.json | 2 +- js/_spaces-test/package.json | 2 +- js/app/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 8 files changed, 15 insertions(+), 20 deletions(-) delete mode 100644 .changeset/nice-parents-work.md delete mode 100644 .changeset/smooth-camels-prove.md delete mode 100644 .changeset/tender-suits-draw.md diff --git a/.changeset/nice-parents-work.md b/.changeset/nice-parents-work.md deleted file mode 100644 index b297ad8d350fb..0000000000000 --- a/.changeset/nice-parents-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gradio/client": patch ---- - -Ensure websocket error messages are correctly handled. diff --git a/.changeset/smooth-camels-prove.md b/.changeset/smooth-camels-prove.md deleted file mode 100644 index ef43d722ab8ee..0000000000000 --- a/.changeset/smooth-camels-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gradio/client": patch ---- - -Refacor types. diff --git a/.changeset/tender-suits-draw.md b/.changeset/tender-suits-draw.md deleted file mode 100644 index 5138626dfe622..0000000000000 --- a/.changeset/tender-suits-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gradio/client": patch ---- - -Ensure the full root path is always respected when making requests to a gradio app server. diff --git a/client/js/CHANGELOG.md b/client/js/CHANGELOG.md index 45fe211577a7c..344c229e3a732 100644 --- a/client/js/CHANGELOG.md +++ b/client/js/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/client +## 0.1.2 + +### Patch Changes + +- [#4273](https://github.com/gradio-app/gradio/pull/4273) [`1d0f0a9d`](https://github.com/gradio-app/gradio/commit/1d0f0a9db096552e67eb2197c932342587e9e61e) Thanks [@pngwn](https://github.com/pngwn)! - Ensure websocket error messages are correctly handled. + +- [#4315](https://github.com/gradio-app/gradio/pull/4315) [`b525b122`](https://github.com/gradio-app/gradio/commit/b525b122dd8569bbaf7e06db5b90d622d2e9073d) Thanks [@whitphx](https://github.com/whitphx)! - Refacor types. + +- [#4271](https://github.com/gradio-app/gradio/pull/4271) [`1151c525`](https://github.com/gradio-app/gradio/commit/1151c5253554cb87ebd4a44a8a470ac215ff782b) Thanks [@pngwn](https://github.com/pngwn)! - Ensure the full root path is always respected when making requests to a gradio app server. + ## 0.1.1 ### Patch Changes diff --git a/client/js/package.json b/client/js/package.json index c69bcc97ce888..896f6d39c1707 100644 --- a/client/js/package.json +++ b/client/js/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/client", - "version": "0.1.1", + "version": "0.1.2", "description": "Gradio UI packages", "type": "module", "main": "dist/index.js", diff --git a/js/_spaces-test/package.json b/js/_spaces-test/package.json index de71410535eac..2eb157b8703ed 100644 --- a/js/_spaces-test/package.json +++ b/js/_spaces-test/package.json @@ -23,7 +23,7 @@ }, "type": "module", "dependencies": { - "@gradio/client": "workspace:^0.1.1", + "@gradio/client": "workspace:^0.1.2", "@gradio/form": "workspace:^0.0.1", "@gradio/theme": "workspace:^0.0.1" } diff --git a/js/app/package.json b/js/app/package.json index 73a05d7144189..60ae4d643df20 100644 --- a/js/app/package.json +++ b/js/app/package.json @@ -22,7 +22,7 @@ "@gradio/chart": "workspace:^0.0.1", "@gradio/chatbot": "workspace:^0.0.1", "@gradio/code": "workspace:^0.0.1", - "@gradio/client": "workspace:^0.1.1", + "@gradio/client": "workspace:^0.1.2", "@gradio/file": "workspace:^0.0.1", "@gradio/form": "workspace:^0.0.1", "@gradio/gallery": "workspace:^0.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 91706adeab13c..9ce798d366714 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -154,7 +154,7 @@ importers: js/_spaces-test: dependencies: '@gradio/client': - specifier: workspace:^0.1.1 + specifier: workspace:^0.1.2 version: link:../../client/js '@gradio/form': specifier: workspace:^0.0.1 @@ -211,7 +211,7 @@ importers: specifier: workspace:^0.0.1 version: link:../chatbot '@gradio/client': - specifier: workspace:^0.1.1 + specifier: workspace:^0.1.2 version: link:../../client/js '@gradio/code': specifier: workspace:^0.0.1