Skip to content

Commit 79978cf

Browse files
committed
fix: update dependents description
1 parent 46009e9 commit 79978cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/PackageItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To do this, look at the change history for each package and compare it with the
135135
packageDependencyErrors[pkg.name].missingDependentNames
136136
}
137137
setSelections={setSelections}
138-
description={`Because ${pkg.name} is being released with a new major version, to prevent peer dependency warnings in consuming projects, all of the following packages which list as a peer dependency need to be included in the release. Please choose new versions for these packages. If for some reason you feel it is safe to omit a package you may choose "Skip".`}
138+
description={`Because ${pkg.name} is being released with a new major version, to prevent peer dependency warnings in consuming projects, all of the following packages which list ${pkg.name} as a peer dependency need to be included in the release. Please choose new versions for these packages. If for some reason you feel it is safe to omit a package you may choose "Skip".`}
139139
/>
140140
</div>
141141
)}

0 commit comments

Comments
 (0)