Skip to content

Commit

Permalink
chore: add to changelog and export it
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Oct 23, 2024
1 parent 806fc61 commit aff5e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
- **Tab:** extend Props Interface to accept `disabled` prop to disable the tab.
- **Offcanvas:** NEW Offcanvas component.
- **FormCheckbox:** modify Props Interface to allow any react node as `label` prop.
- **RichTextEditor:** NEW Rich Text Editor component.

# [1.1.0](https://github.com/IQSS/dataverse-frontend/compare/@iqss/[email protected]...@iqss/[email protected]) (2024-03-12)

Expand Down
1 change: 1 addition & 0 deletions packages/design-system/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ export { Spinner } from './components/spinner/Spinner'
export { TransferList, type TransferListItem } from './components/transfer-list/TransferList'
export { CloseButton } from './components/close-button/CloseButton'
export { Offcanvas } from './components/offcanvas/Offcanvas'
export { RichTextEditor } from './components/rich-text-editor/RichTextEditor'

0 comments on commit aff5e9f

Please sign in to comment.