chore: update versions (#4188)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2023-05-12 22:07:07 +01:00 committed by GitHub
parent 8deab23623
commit c723f7f2c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 18 additions and 20 deletions

View File

@ -1,5 +0,0 @@
---
"@gradio/client": patch
---
Ensure client works in node, create ESM bundle and generate typescript declaration files.

View File

@ -1,5 +0,0 @@
---
"@gradio/client": minor
---
Update client for initial release

View File

@ -1,5 +0,0 @@
---
"@gradio/client": patch
---
Update readme.

13
client/js/CHANGELOG.md Normal file
View 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.

View File

@ -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",

View File

@ -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"
}

View File

@ -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",

View File

@ -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