Skip to content

Commit

Permalink
Add changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Apr 26, 2023
1 parent e48c309 commit 26db23e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/perfect-beers-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/circuit-ui': minor
---

Migrated the Tabs components to TypeScript.
5 changes: 5 additions & 0 deletions .changeset/real-clouds-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/circuit-ui': major
---

Removed the `sharedPropTypes` export. Type the props using TypeScript instead.
5 changes: 5 additions & 0 deletions .changeset/sour-masks-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/circuit-ui': major
---

Migrated the Carousel components to TypeScript. Added the required `playButtonLabel`, `pauseButtonLabel`, `prevButtonLabel`, and `nextButtonLabel` props.
5 changes: 5 additions & 0 deletions .changeset/three-radios-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/circuit-ui': minor
---

Migrated the Sidebar component to TypeScript.
5 changes: 5 additions & 0 deletions .changeset/wise-zoos-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/circuit-ui': major
---

Migrated the Calendar components to TypeScript. Some props are now required. The CalendarTagTwoStep's `clearText` and `confirmText` props have been renamed to `clearButtonLabel` and `confirmButtonLabel` respectively.

0 comments on commit 26db23e

Please sign in to comment.