Skip to content

Commit

Permalink
fix version + pkg name (#9110)
Browse files Browse the repository at this point in the history
* fix version + pkg name

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
pngwn and gradio-pr-bot authored Aug 14, 2024
1 parent cf02f7d commit e1e7ad3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-phones-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@gradio/app": patch
---

feat:fix version + pkg name
4 changes: 2 additions & 2 deletions js/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.1",
"name": "@gradio/app",
"version": "1.39.2",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit e1e7ad3

Please sign in to comment.