Skip to content

Commit

Permalink
Merge branch 'main' into apply-pyright-components
Browse files Browse the repository at this point in the history
  • Loading branch information
abidlabs committed Jul 18, 2023
2 parents 1867178 + 181c672 commit 1cc310b
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-plums-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-items-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-birds-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-ears-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-panthers-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-ways-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-fishes-taste.md

This file was deleted.

2 changes: 1 addition & 1 deletion js/_website/src/routes/changelog/changelog.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/_website/src/routes/docs/docs.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/_website/src/routes/guides/json/guides_by_category.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/_website/src/routes/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "3.36.1"}
{"version": "3.37.0"}
20 changes: 20 additions & 0 deletions js/lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @gradio/lite

## 0.3.0

### Minor Changes

- [#4785](https://github.com/gradio-app/gradio/pull/4785) [`da0e9447`](https://github.com/gradio-app/gradio/commit/da0e94479a235de35844a636efb5833cb1fe9aeb) Thanks [@whitphx](https://github.com/whitphx)! - Add methods to execute mounted Python files

### Patch Changes

- [#4788](https://github.com/gradio-app/gradio/pull/4788) [`8d0d4e0a`](https://github.com/gradio-app/gradio/commit/8d0d4e0a8ebe2425aef24a6f21b88598684b0965) Thanks [@whitphx](https://github.com/whitphx)! - Generate a prebuilt themed CSS file at build time

- [#4826](https://github.com/gradio-app/gradio/pull/4826) [`f0150c62`](https://github.com/gradio-app/gradio/commit/f0150c6260d657b150b73f0eecabd10b19d297c8) Thanks [@whitphx](https://github.com/whitphx)! - Unload the local modules before re-executing a Python script so the edits on the modules are reflected

- [#4779](https://github.com/gradio-app/gradio/pull/4779) [`80b49965`](https://github.com/gradio-app/gradio/commit/80b4996595d70167313d9abf29fb4f35abe66a0f) Thanks [@whitphx](https://github.com/whitphx)! - Add file system APIs and an imperative package install method

- [#4784](https://github.com/gradio-app/gradio/pull/4784) [`f757febe`](https://github.com/gradio-app/gradio/commit/f757febe181f0555aa01d4d349f92081819e2691) Thanks [@whitphx](https://github.com/whitphx)! - Remove the development code embedded in a dev HTML file so it will not be in a final bundle

- [#4785](https://github.com/gradio-app/gradio/pull/4785) [`da0e9447`](https://github.com/gradio-app/gradio/commit/da0e94479a235de35844a636efb5833cb1fe9aeb) Thanks [@whitphx](https://github.com/whitphx)! - Add controller.unmount()

- [#4846](https://github.com/gradio-app/gradio/pull/4846) [`76acf3cb`](https://github.com/gradio-app/gradio/commit/76acf3cb0b258c0e6bb38d611d766e5e54b68437) Thanks [@whitphx](https://github.com/whitphx)! - Fix the package name spec of markdown-it on the Wasm worker

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion js/lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/lite",
"version": "0.2.0",
"version": "0.3.0",
"description": "Serverless Gradio",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 1cc310b

Please sign in to comment.