-
Notifications
You must be signed in to change notification settings - Fork 1
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(button): export ButtonProps #79
Conversation
Compiled a new version demo. |
Pull Request Test Coverage Report for Build 3043661845
💛 - Coveralls |
Coverage report
Test suite run success155 tests passing in 24 suites. Report generated by 🧪jest coverage report action from 3f12886 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you test it locally through the npm link or yarn
.
Is it works correct ?
@derek-heycar Tested locally and working as expected 👍 |
# [1.16.0](v1.15.0...v1.16.0) (2022-09-14) ### Features * **button:** add export ButtonProps interface ([#79](#79)) ([a542c9d](a542c9d))
🎉 This PR is included in version 1.16.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.17.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Pull Request
Description
Exports
ButtonProps
fromButton
packageType of change
How do I test this
Checklist
Did you remember to take care of the following?
npm i
– for new NPM dependencies.npm run lint
- to check for linting issuesnpm run test
- to run unit testsnpm run test:sh:docker
- to run screenshot tests, detail instructionNew Feature / Bug Fix
Thanks for contributing!