Skip to content

Commit

Permalink
chore: fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 9, 2024
1 parent 25291ee commit 7e6fff9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"nyc": "^17.0.0",
"opener": "^1.5.2",
"path-scurry": "^1.10.1",
"prettier": "^3.3.0",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.1.6",
"typescript-eslint": "^7.11.0",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions scripts/lib/changesets-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import path from 'path'
export async function getNewVersion(): Promise<string> {
const releasePlan = await getReleasePlan(path.resolve(__dirname, '../..'))

return releasePlan.releases.find(({ name }) => name === 'eslint-plugin-css')!
.newVersion
return releasePlan.releases.find(
({ name }) => name === '@intlify/eslint-plugin-vue-i18n'
)!.newVersion
}

0 comments on commit 7e6fff9

Please sign in to comment.