Skip to content

Commit

Permalink
feat(changeset, icon export): bullet point to changeset, fix export name
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Leece committed Jul 19, 2023
1 parent 2c53dfd commit 6c03499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .changeset/old-flowers-cheat.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
'@contentful/f36-text-link': minor
---

Add new premium variant to Note, Textlink, Icon. Add new Diamond Icon.
- Add new premium variant to Note, TextLink, Icon.
- Add new Diamond Icon, used as default icon for Note with premium variant
2 changes: 1 addition & 1 deletion packages/components/icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export { Download as DownloadIcon } from './Download';
export { DownloadTrimmed as DownloadTrimmedIcon } from './DownloadTrimmed';
export { Drag as DragIcon } from './Drag';
export { DragTrimmed as DragTrimmedIcon } from './DragTrimmed';
export { Diamond as Diamond } from './Diamond';
export { Diamond as DiamondIcon } from './Diamond';
export { Edit as EditIcon } from './Edit';
export { EditTrimmed as EditTrimmedIcon } from './EditTrimmed';
export { EmbeddedEntryBlock as EmbeddedEntryBlockIcon } from './EmbeddedEntryBlock';
Expand Down

0 comments on commit 6c03499

Please sign in to comment.