chore: publish new version, build online

This commit is contained in:
safwansamsudeen 2024-11-29 12:52:06 +05:30
parent da04ea777f
commit a22c9dcc41
5 changed files with 2 additions and 1388 deletions

View File

@ -13,6 +13,7 @@ jobs:
version: 9
- run: pnpm install
- run: pnpm prettier-check
- run: pnpm build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}

File diff suppressed because one or more lines are too long

1363
dist/frappe-gantt.es.js vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "frappe-gantt",
"version": "0.8.1",
"version": "0.9.0",
"description": "A simple, modern, interactive gantt library for the web",
"main": "src/index.js",
"type": "module",