Skip to content

Commit 5d3f07a

Browse files
committed
🚀 RELEASE: Major version release v1 breaking changes
1 parent f9cec14 commit 5d3f07a

22 files changed

+223
-5802
lines changed

.github/scripts/cleanup-examples-changesets.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ for (const app of readdirSync(examplesDir)) {
3737
`examples/${app}/CHANGELOG.md`,
3838
examplesUrl,
3939
);
40-
console.log('Deleting', changelogUrl);
40+
console.log('Deleting', changelogUrl.href);
4141
unlinkSync(changelogUrl);
4242
} catch (err) {
4343
if (err.code !== 'ENOENT') throw err;

0 commit comments

Comments
 (0)