chore: update versions (#7002)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2024-01-10 23:31:28 +00:00 committed by GitHub
parent d3d8d2b81b
commit 8b5174c96d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 19 deletions

View File

@ -1,5 +0,0 @@
---
"@gradio/lite": patch
---
feat:lite build fix: install build package

View File

@ -1,5 +0,0 @@
---
"@gradio/lite": patch
---
feat:Add env to lite build

View File

@ -1,6 +0,0 @@
---
"@gradio/lite": patch
"website": patch
---
feat:Design changes to Playground

View File

@ -1,5 +1,11 @@
# website
## 0.21.2
### Features
- [#6997](https://github.com/gradio-app/gradio/pull/6997) [`523c08f`](https://github.com/gradio-app/gradio/commit/523c08fe3036f9d72416f7599fe0c64c1a4af823) - Design changes to Playground. Thanks [@aliabd](https://github.com/aliabd)!
## 0.21.1
### Patch Changes
@ -275,4 +281,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Fixes
- [#5007](https://github.com/gradio-app/gradio/pull/5007) [`71c90394`](https://github.com/gradio-app/gradio/commit/71c90394012a9cfe10eae312b437a6deff52da3a) - Make sure tags aren't rendered inside a guide. Thanks [@aliabd](https://github.com/aliabd)!
- [#5007](https://github.com/gradio-app/gradio/pull/5007) [`71c90394`](https://github.com/gradio-app/gradio/commit/71c90394012a9cfe10eae312b437a6deff52da3a) - Make sure tags aren't rendered inside a guide. Thanks [@aliabd](https://github.com/aliabd)!

View File

@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.21.1",
"version": "0.21.2",
"private": true,
"scripts": {
"dev": "python generate_jsons/generate.py && vite dev",

View File

@ -1,5 +1,13 @@
# @gradio/lite
## 4.14.1
### Features
- [#6999](https://github.com/gradio-app/gradio/pull/6999) [`576b7ce`](https://github.com/gradio-app/gradio/commit/576b7ce827f36b579384391e581e73760b7bfc53) - lite build fix: install build package. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7000](https://github.com/gradio-app/gradio/pull/7000) [`a7db8c1`](https://github.com/gradio-app/gradio/commit/a7db8c1b8a68c78f57088da1b1890e15dd0c5afe) - Add env to lite build. Thanks [@aliabd](https://github.com/aliabd)!
- [#6997](https://github.com/gradio-app/gradio/pull/6997) [`523c08f`](https://github.com/gradio-app/gradio/commit/523c08fe3036f9d72416f7599fe0c64c1a4af823) - Design changes to Playground. Thanks [@aliabd](https://github.com/aliabd)!
## 4.14.0
### Features

View File

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