chore: Add Changesets (#29275)
Showing
- .changeset/README.md 8 additions, 0 deletions.changeset/README.md
- .changeset/config.json 13 additions, 0 deletions.changeset/config.json
- .github/workflows/changesets.yml 47 additions, 0 deletions.github/workflows/changesets.yml
- .github/workflows/ci.yml 1 addition, 1 deletion.github/workflows/ci.yml
- package.json 2 additions, 0 deletionspackage.json
- yarn.lock 716 additions, 13 deletionsyarn.lock
.changeset/README.md
0 → 100644
.changeset/config.json
0 → 100644
.github/workflows/changesets.yml
0 → 100644
... | ... | @@ -17,6 +17,8 @@ |
"fuselage": "./fuselage.sh" | ||
}, | ||
"devDependencies": { | ||
"@changesets/changelog-github": "^0.4.8", | ||
"@changesets/cli": "^2.26.1", | ||
"@types/chart.js": "^2.9.37", | ||
"@types/js-yaml": "^4.0.5", | ||
"husky": "^7.0.4", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment