chore: update versions (#4735)

This commit is contained in:
pngwn 2023-06-29 22:35:55 +01:00 committed by GitHub
parent f9171288d4
commit 9361a29da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
"@gradio/lite": patch
---
Load the worker file from a different origin, e.g. CDN

7
js/lite/CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
# @gradio/lite
## 0.1.1
### Patch Changes
- [#4731](https://github.com/gradio-app/gradio/pull/4731) [`f9171288`](https://github.com/gradio-app/gradio/commit/f9171288d4cf0174952628276385fb553556c38a) Thanks [@whitphx](https://github.com/whitphx)! - Load the worker file from a different origin, e.g. CDN

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/lite",
"version": "0.1.0",
"version": "0.1.1",
"description": "Serverless Gradio",
"type": "module",
"main": "dist/index.js",