mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
chore: update versions (#4720)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
21c0198da1
commit
8b0c680d9a
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@gradio/client": patch
|
||||
---
|
||||
|
||||
Fix the package description
|
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user