We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc8218 commit efb7b80Copy full SHA for efb7b80
scripts/lib/changesets-util.ts
@@ -6,6 +6,6 @@ export async function getNewVersion(): Promise<string> {
6
const releasePlan = await getReleasePlan(path.resolve(__dirname, '../..'))
7
8
return releasePlan.releases.find(
9
- ({ name }) => name === 'eslint-plugin-svelte'
+ ({ name }) => name === '@intlify/eslint-plugin-svelte'
10
)!.newVersion
11
}
0 commit comments