Skip to content

Commit

Permalink
chore: changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed Mar 4, 2023
1 parent f4c03f2 commit f4e17c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .changeset/eighty-keys-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'alita': patch
'@alita/chalk': patch
'create-alita': patch
'@alita/flow': patch
'@alita/native': patch
'@alita/plugin-lowcode': patch
'@alita/plugins': patch
'@alita/request': patch
'@alita/types': patch
---

Upgrade umi deps version
2 changes: 1 addition & 1 deletion scripts/changeset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const change = async () => {

const config = await fs.readJson(changesetConfig, { encoding: 'utf-8' });
config.ignore = appNames;
await fs.writeFile(changesetConfig, JSON.stringify(config, null, 2), {
await fs.writeFile(changesetConfig, `${JSON.stringify(config, null, 2)}\n`, {
encoding: 'utf-8',
});

Expand Down

0 comments on commit f4e17c5

Please sign in to comment.