Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 11, 2023
1 parent 8ba4cce commit 911fd3e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-eyes-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-years-build.md

This file was deleted.

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=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
9 changes: 9 additions & 0 deletions client/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @gradio/client

## 0.0.2

### 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.
2 changes: 1 addition & 1 deletion client/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/client",
"version": "0.0.1",
"version": "0.0.2",
"description": "Gradio UI packages",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion js/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.2",
"@gradio/file": "workspace:^0.0.1",
"@gradio/form": "workspace:^0.0.1",
"@gradio/gallery": "workspace:^0.0.1",
Expand Down

0 comments on commit 911fd3e

Please sign in to comment.