mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-18 10:44:33 +08:00
chore: update versions (#4188)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
8deab23623
commit
c723f7f2c9
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@gradio/client": patch
|
||||
---
|
||||
|
||||
Ensure client works in node, create ESM bundle and generate typescript declaration files.
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@gradio/client": minor
|
||||
---
|
||||
|
||||
Update client for initial release
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@gradio/client": patch
|
||||
---
|
||||
|
||||
Update readme.
|
13
client/js/CHANGELOG.md
Normal file
13
client/js/CHANGELOG.md
Normal file
@ -0,0 +1,13 @@
|
||||
# @gradio/client
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#4185](https://github.com/gradio-app/gradio/pull/4185) [`67239ca9`](https://github.com/gradio-app/gradio/commit/67239ca9b2fe3796853fbf7bf865c9e4b383200d) Thanks [@pngwn](https://github.com/pngwn)! - Update client for initial release
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3692](https://github.com/gradio-app/gradio/pull/3692) [`48e8b113`](https://github.com/gradio-app/gradio/commit/48e8b113f4b55e461d9da4f153bf72aeb4adf0f1) Thanks [@pngwn](https://github.com/pngwn)! - Ensure client works in node, create ESM bundle and generate typescript declaration files.
|
||||
|
||||
- [#3605](https://github.com/gradio-app/gradio/pull/3605) [`ae4277a9`](https://github.com/gradio-app/gradio/commit/ae4277a9a83d49bdadfe523b0739ba988128e73b) Thanks [@pngwn](https://github.com/pngwn)! - Update readme.
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/client",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
@ -23,7 +23,7 @@
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@gradio/client": "workspace:^0.0.1",
|
||||
"@gradio/client": "workspace:^0.1.0",
|
||||
"@gradio/form": "workspace:^0.0.1",
|
||||
"@gradio/theme": "workspace:^0.0.1"
|
||||
}
|
||||
|
@ -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.0.1",
|
||||
"@gradio/client": "workspace:^0.1.0",
|
||||
"@gradio/file": "workspace:^0.0.1",
|
||||
"@gradio/form": "workspace:^0.0.1",
|
||||
"@gradio/gallery": "workspace:^0.0.1",
|
||||
|
@ -110,7 +110,7 @@ importers:
|
||||
|
||||
js/_spaces-test:
|
||||
specifiers:
|
||||
'@gradio/client': workspace:^0.0.1
|
||||
'@gradio/client': workspace:^0.1.0
|
||||
'@gradio/form': workspace:^0.0.1
|
||||
'@gradio/theme': workspace:^0.0.1
|
||||
'@sveltejs/adapter-auto': ^2.0.0
|
||||
@ -146,7 +146,7 @@ importers:
|
||||
'@gradio/button': workspace:^0.0.1
|
||||
'@gradio/chart': workspace:^0.0.1
|
||||
'@gradio/chatbot': workspace:^0.0.1
|
||||
'@gradio/client': workspace:^0.0.1
|
||||
'@gradio/client': workspace:^0.1.0
|
||||
'@gradio/code': workspace:^0.0.1
|
||||
'@gradio/file': workspace:^0.0.1
|
||||
'@gradio/form': workspace:^0.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user