fix: Tag export#1208
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds the missing Tag component export to the public API of the component library. The Tag component already exists in the codebase but was not being exported, making it inaccessible to consumers of the library.
Changes:
- Added Tag component and TagProps exports to the molecules index file
- Bumped package version from 10.9.2 to 10.10.0 (minor version bump)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/molecules/index.ts | Adds export statements for Tag component and TagProps type in alphabetical order |
| package.json | Updates version to 10.10.0, reflecting a minor release with new public API additions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Fixing missing tag export