chore: update versions (#4741)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2023-06-30 10:38:58 +01:00 committed by GitHub
parent 622e8c62f2
commit ae80066c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
"@gradio/lite": minor
---
Add an imperative API to reurn the Python code and refresh the frontend

View File

@ -1,5 +1,11 @@
# @gradio/lite
## 0.2.0
### Minor Changes
- [#4732](https://github.com/gradio-app/gradio/pull/4732) [`1dc3c1a9`](https://github.com/gradio-app/gradio/commit/1dc3c1a9a2063daffc00d9231c1498d983ebc3bf) Thanks [@whitphx](https://github.com/whitphx)! - Add an imperative API to reurn the Python code and refresh the frontend
## 0.1.1
### Patch Changes

View File

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