chore: update versions (#4720)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2023-06-29 15:55:28 +01:00 committed by GitHub
parent 21c0198da1
commit 8b0c680d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 10 deletions

View File

@ -1,5 +0,0 @@
---
"@gradio/client": patch
---
Fix the package description

View File

@ -1,5 +1,11 @@
# @gradio/client
## 0.1.4
### Patch Changes
- [#4717](https://github.com/gradio-app/gradio/pull/4717) [`ab5d1ea0`](https://github.com/gradio-app/gradio/commit/ab5d1ea0de87ed888779b66fd2a705583bd29e02) Thanks [@whitphx](https://github.com/whitphx)! - Fix the package description
## 0.1.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/client",
"version": "0.1.3",
"version": "0.1.4",
"description": "Gradio API client",
"type": "module",
"main": "dist/index.js",

View File

@ -23,7 +23,7 @@
},
"type": "module",
"dependencies": {
"@gradio/client": "workspace:^0.1.3",
"@gradio/client": "workspace:^0.1.4",
"@gradio/form": "workspace:^0.0.1",
"@gradio/theme": "workspace:^0.0.1"
}

View File

@ -26,7 +26,7 @@
"@gradio/button": "workspace:^0.0.1",
"@gradio/chart": "workspace:^0.0.1",
"@gradio/chatbot": "workspace:^0.0.1",
"@gradio/client": "workspace:^0.1.3",
"@gradio/client": "workspace:^0.1.4",
"@gradio/code": "workspace:^0.0.1",
"@gradio/file": "workspace:^0.0.1",
"@gradio/form": "workspace:^0.0.1",

View File

@ -182,7 +182,7 @@ importers:
js/_spaces-test:
dependencies:
'@gradio/client':
specifier: workspace:^0.1.3
specifier: workspace:^0.1.4
version: link:../../client/js
'@gradio/form':
specifier: workspace:^0.0.1
@ -239,7 +239,7 @@ importers:
specifier: workspace:^0.0.1
version: link:../chatbot
'@gradio/client':
specifier: workspace:^0.1.3
specifier: workspace:^0.1.4
version: link:../../client/js
'@gradio/code':
specifier: workspace:^0.0.1