Skip to content

Commit 9851177

Browse files
committed
chore: release v0.7.21
1 parent 32d03e6 commit 9851177

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616

1717

1818

19+
## [0.7.21](https://github.com/sanyuan0704/island.js/compare/v0.7.20...v0.7.21) (2022-12-07)
20+
21+
22+
### Features
23+
24+
* add transition for collapsible sidebar ([ba0d095](https://github.com/sanyuan0704/island.js/commit/ba0d09568d39ed5f5ddff5255754b44450c3b1d1))
25+
26+
27+
1928
## [0.7.20](https://github.com/sanyuan0704/island.js/compare/v0.7.19...v0.7.20) (2022-12-05)
2029

2130

scripts/release.cjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,9 @@ async function publishPackage(pkgName, version, runIfNotDry) {
206206
step(`Publishing ${pkgName}...`);
207207
try {
208208
await runIfNotDry(
209-
'pnpm',
209+
// note: use of yarn is intentional here as we rely on its publishing
210+
// behavior.
211+
'yarn',
210212
[
211213
'publish',
212214
'--new-version',

0 commit comments

Comments
 (0)