fix version + pkg name (#9110)

* fix version + pkg name

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
pngwn 2024-08-14 15:43:01 +01:00 committed by GitHub
parent cf02f7d785
commit e1e7ad3add
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
"@gradio/app": patch
---
feat:fix version + pkg name

View File

@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.1",
"name": "@gradio/app",
"version": "1.39.2",
"private": true,
"scripts": {
"dev": "vite dev",