Skip to content

Commit

Permalink
chore: 🔨 update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
isboyjc committed Dec 7, 2024
1 parent 9348f43 commit 5e8f197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/changelog-github",
"changelog": "@changesets/cli/changelog",
"commit": true,
"fixed": [["@isle-editor/*"]],
"linked": [],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prepare": "husky",
"commit": "git add . && git-cz",
"changeset": "changeset",
"version": "pnpm changeset version",
"version": "changeset version",
"publish": "pnpm build && pnpm changeset publish",
"clean": "rimraf node_modules **/*/node_modules",
"eslint": "eslint . --ext .ts,.vue,.js,.tsx",
Expand Down

0 comments on commit 5e8f197

Please sign in to comment.