From 5a1f1909a38cc9452dca6c5e04a7d67d7db7ea48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Apr 2022 17:21:08 +0000 Subject: [PATCH] Version Packages (canary) --- .changeset/pre.json | 3 +++ packages/circuit-ui/CHANGELOG.md | 10 ++++++++++ packages/circuit-ui/package.json | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index ed3e34e0fa..055318fca5 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -9,6 +9,8 @@ }, "changesets": [ "beige-feet-itch", + "breezy-cougars-applaud", + "chilled-clocks-remain", "chilled-doors-walk", "dirty-keys-arrive", "dull-lions-shave", @@ -21,6 +23,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..2ae2e349ab 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @sumup/circuit-ui +## 5.0.0-canary.6 + +### Major Changes + +- [#1534](https://github.com/sumup-oss/circuit-ui/pull/1534) [`35d297aa`](https://github.com/sumup-oss/circuit-ui/commit/35d297aad0e69e56652530c0141977ac98577c9a) Thanks [@robinmetral](https://github.com/robinmetral)! - Removed the deprecated `CardList` component. Use the `ListItemGroup` instead. + +* [#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",