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

convert more to typescript #292

Merged
merged 8 commits into from
Aug 23, 2021
Merged

convert more to typescript #292

merged 8 commits into from
Aug 23, 2021

Conversation

ndelangen
Copy link
Member

@ndelangen ndelangen commented Aug 23, 2021

Convert more components to typescript, so we get proper typings

📦 Published PR as canary version: 5.6.9-canary.292.eb1b9b5.0

✨ Test out this PR locally via:

npm install @storybook/design-system@5.6.9-canary.292.eb1b9b5.0
# or 
yarn add @storybook/design-system@5.6.9-canary.292.eb1b9b5.0

@ndelangen ndelangen self-assigned this Aug 23, 2021
@ndelangen
Copy link
Member Author

@winkerVSbecks any idea why auto has decided to stop publishing? it worked last week, I think

@winkerVSbecks
Copy link
Collaborator

@ndelangen you need add a label: major, minor or patch

@winkerVSbecks
Copy link
Collaborator

@ndelangen Actually it's complaining about OTP https://github.com/storybookjs/design-system/runs/3400303114?check_suite_focus=true

Did you change the settings for this package on npm?

export const TooltipNote = ({
note,
...rest
}: Props & Omit<ComponentProps<typeof Note>, 'children'> & { children?: never }) => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice! Wasn't aware of this never type

Copy link
Collaborator

@winkerVSbecks winkerVSbecks left a comment

Choose a reason for hiding this comment

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

Thanks for converting all these files!

@ndelangen ndelangen added the minor Increment the minor version when merged label Aug 23, 2021
@ndelangen
Copy link
Member Author

I didn't change it, no..

@ndelangen ndelangen added major Increment the major version when merged and removed minor Increment the minor version when merged labels Aug 23, 2021
@ndelangen ndelangen merged commit d6a5f82 into master Aug 23, 2021
@github-actions
Copy link
Contributor

🚀 PR was released in v6.0.0 🚀

@ndelangen ndelangen deleted the typescript/more-conversion branch August 23, 2021 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
major Increment the major version when merged released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants