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 f59d6ba commit 32d03e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,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: 1 addition & 3 deletions scripts/release.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,7 @@ async function publishPackage(pkgName, version, runIfNotDry) {
step(`Publishing ${pkgName}...`);
try {
await runIfNotDry(
// note: use of yarn is intentional here as we rely on its publishing
// behavior.
'yarn',
'pnpm',
[
'publish',
'--new-version',
Expand Down

0 comments on commit 32d03e6

Please sign in to comment.