Skip to content

fix: Tag export#1208

Merged
mariush2 merged 6 commits into
mainfrom
fix/tag-export
Jan 19, 2026
Merged

fix: Tag export#1208
mariush2 merged 6 commits into
mainfrom
fix/tag-export

Conversation

@mariush2
Copy link
Copy Markdown
Contributor

  • Needs to be tested locally by reviewer

Description

Fixing missing tag export

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 19, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 100% (🎯 100%) 17188 / 17188
🔵 Statements 100% (🎯 100%) 17188 / 17188
🔵 Functions 100% (🎯 100%) 1244 / 1244
🔵 Branches 100% (🎯 100%) 4319 / 4319
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
src/molecules/Confetti/Confetti.constants.ts 100% 100% 100% 100%
src/molecules/RichTextEditor/MenuBar/TextLinks.tsx 100% 100% 100% 100%
Generated in workflow #2079 for commit f814bd3 by the Vitest Coverage Report Action

aslakihle
aslakihle previously approved these changes Jan 19, 2026
Copy link
Copy Markdown
Contributor

@aslakihle aslakihle left a comment

Choose a reason for hiding this comment

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

😎

Copilot AI review requested due to automatic review settings January 19, 2026 08:53
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

Comment thread src/molecules/Confetti/Confetti.constants.ts
Comment thread src/molecules/RichTextEditor/MenuBar/TextLinks.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings January 19, 2026 08:57
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

@mariush2 mariush2 merged commit ac00f95 into main Jan 19, 2026
23 of 24 checks passed
@mariush2 mariush2 deleted the fix/tag-export branch January 19, 2026 09:20
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.

3 participants