Skip to content

Commit

Permalink
fix(react-core): Export chip component
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina committed Jan 17, 2025
1 parent 7607ee8 commit 733c8f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/react/ds-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 0.7.1-experimental.0
- [fix]: The `ui/index.ts` file now exports all components from the `ui` directory. Previously, the Chip component was not exported.
3 changes: 2 additions & 1 deletion packages/react/ds-core/src/ui/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { Button, type ButtonProps } from "./Button/index.js";
export * from "./Button/index.js";
export * from "./Chip/index.js";

0 comments on commit 733c8f5

Please sign in to comment.