Skip to content

Commit

Permalink
chore: release v0.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Dec 7, 2022
1 parent 32d03e6 commit 9851177
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -16,6 +16,15 @@



## [0.7.21](https://github.com/sanyuan0704/island.js/compare/v0.7.20...v0.7.21) (2022-12-07)


### Features

* add transition for collapsible sidebar ([ba0d095](https://github.com/sanyuan0704/island.js/commit/ba0d09568d39ed5f5ddff5255754b44450c3b1d1))



## [0.7.20](https://github.com/sanyuan0704/island.js/compare/v0.7.19...v0.7.20) (2022-12-05)


Expand Down
4 changes: 3 additions & 1 deletion scripts/release.cjs
Expand Up @@ -206,7 +206,9 @@ async function publishPackage(pkgName, version, runIfNotDry) {
step(`Publishing ${pkgName}...`);
try {
await runIfNotDry(
'pnpm',
// note: use of yarn is intentional here as we rely on its publishing
// behavior.
'yarn',
[
'publish',
'--new-version',
Expand Down

1 comment on commit 9851177

@vercel
Copy link

@vercel vercel bot commented on 9851177 Dec 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.