Skip to content

Commit

Permalink
fix scope
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy committed Mar 23, 2024
1 parent e2cd448 commit 48d6352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const defaultChangelogFunctions = {
if (dependenciesUpdated.length === 0) return '';

const changesetLinks = changesets.map(
(changeset) => `- **deps:**: Updated dependencies [${changeset.commit}]`,
(changeset) => `- **deps:** Updated dependencies [${changeset.commit}]`,
);

const updatedDependenciesList = dependenciesUpdated.map(
Expand Down

0 comments on commit 48d6352

Please sign in to comment.