Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use version details from core #153

Merged
merged 9 commits into from
Mar 15, 2023
Merged

Conversation

peternhale
Copy link
Contributor

@W-12647786@

@peternhale peternhale requested review from mdonnalley and cristiand391 and removed request for mdonnalley March 10, 2023 16:15
@@ -22,43 +16,30 @@ export default class Version extends Command {
}),
}

async run(): Promise<VersionDetail> {
async run(): Promise<Partial<VersionDetail>> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this Partial needed? I see VersionDetail has pluginVersions as an optional prop.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll try to remove it.

@peternhale peternhale merged commit 693c93c into main Mar 15, 2023
@peternhale peternhale deleted the phale/bump-core-no-break branch March 15, 2023 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants