Commit Graph

8 Commits

Author SHA1 Message Date
Freddy Boulton
82127e3ebe
Add code (#9778) 2024-10-21 14:29:20 -07:00
pngwn
8bbeca0e77
Improve Embed and CDN handling and fix a couple of related bugs (#6261)
* fix embed

* add changeset

* fixes

* remove final references to cdn

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-11-02 22:29:03 +00:00
Abubakar Abid
ab2f9e0764
bash script (#5595) 2023-09-18 21:06:09 -07:00
D V
52f7831751
refactor: Use package.json for version management (#5514)
* refactor: Use package.json for version management

- uses package.json file for version management.
- updated the regex pattern.
- removed the logic that creates or updates the version.txt file

* load version through package.json

* fix code duplication

* add changeset

* add changeset

* fixes

* fix

* package version

* fix

* typing

* typing

* changes

* add changeset

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-09-15 16:23:52 -07:00
pngwn
0b018c43a5
Fix ci again again again (#5331)
* fix changelog generation

* fix changelog generation

* fix

* fix script

* fix script
2023-08-24 19:47:17 +01:00
pngwn
0b8908230e
Fix ci again again again (#5330)
* fix changelog generation

* fix changelog generation

* fix

* fix script
2023-08-24 19:33:20 +01:00
Ali Abdalla
2fd1f3e977
Add ignore scripts to pnpm i in pypi action (#5316)
* add json generation to prepare

* add changeset

* remove pnpm prepare

* add changeset

* bring back prepare, add ignore scripts

* delete changeset

* add to right commadn

* add frozen lockfile to gh_action_pypi

* remove unused gh_action_pypi script

* remove unused scripts

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-08-24 18:22:28 +01:00
pngwn
62306d9ed1
unified release process (#4986)
* Implement unified version and release mechanism for all python and javascript packages.

* Update gradio/package.json

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>

* fix changelog

* fix changelog

* Update js/button/README.md

* Update .github/workflows/generate-changeset.yml

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-07-21 19:13:21 +01:00