diff --git a/.changeset/pre.json b/.changeset/pre.json index ed3e34e0fa..a45552e157 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -9,6 +9,7 @@ }, "changesets": [ "beige-feet-itch", + "chilled-clocks-remain", "chilled-doors-walk", "dirty-keys-arrive", "dull-lions-shave", @@ -21,6 +22,7 @@ "olive-pears-sniff", "pink-maps-do", "pretty-scissors-play", + "strange-seas-beam", "thin-trainers-occur" ] } diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 7560a373ee..9ffbd0d471 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @sumup/circuit-ui +## 5.0.0-canary.6 + +### Major Changes + +- [#1531](https://github.com/sumup-oss/circuit-ui/pull/1531) [`ff09e8cf`](https://github.com/sumup-oss/circuit-ui/commit/ff09e8cfe97b6cc333734297de18b7e7927bad7f) Thanks [@robinmetral](https://github.com/robinmetral)! - Removed the deprecated `LoadingButton` component. Use the `Button` component instead. + +* [#1533](https://github.com/sumup-oss/circuit-ui/pull/1533) [`dec0db59`](https://github.com/sumup-oss/circuit-ui/commit/dec0db596a2306c1e37a6f8ff4fc85692a02ba6b) Thanks [@robinmetral](https://github.com/robinmetral)! - Renamed the `ListItem` component's `prefix` and `suffix` props to `leadingComponent` and `trailingComponent`. Renamed the `suffixLabel` and `suffixDetails` props to `trailingLabel` and `trailingDetails`. + ## 5.0.0-canary.5 ### Major Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 14c8c85181..67158805be 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/circuit-ui", - "version": "5.0.0-canary.5", + "version": "5.0.0-canary.6", "description": "SumUp's React UI component library", "main": "dist/cjs/index.js", "module": "dist/es/index.js",