Skip to content

Commit

Permalink
Version Packages (#963)
Browse files Browse the repository at this point in the history
* Version Packages

* Fix Circuit version

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Robin Metral <robin.metral@sumup.com>
  • Loading branch information
3 people authored Jun 4, 2021
1 parent e6c3936 commit f581e08
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-numbers-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-bats-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-seahorses-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-mugs-marry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smart-boats-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-adults-taste.md

This file was deleted.

13 changes: 10 additions & 3 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sumup/circuit-ui

## 2.6.0

### Minor Changes

- [#922](https://github.com/sumup-oss/circuit-ui/pull/922) [`feb6b32a`](https://github.com/sumup-oss/circuit-ui/commit/feb6b32a61964a79d87492e99da73a2a63562811) Thanks [@robinmetral](https://github.com/robinmetral)! - Added a new `ImageInput` component to allow users to upload images.

* [#922](https://github.com/sumup-oss/circuit-ui/pull/922) [`feb6b32a`](https://github.com/sumup-oss/circuit-ui/commit/feb6b32a61964a79d87492e99da73a2a63562811) Thanks [@robinmetral](https://github.com/robinmetral)! - Added a new `Avatar` component to display identity or object images.

- [#890](https://github.com/sumup-oss/circuit-ui/pull/890) [`e6c39366`](https://github.com/sumup-oss/circuit-ui/commit/e6c393662f6b736c3b3c80ed29f2805c58d93204) Thanks [@connor-baer](https://github.com/connor-baer)! - Tweaked the styles of the Card, CardList, Modal, Notification, and Table components to increase the color contrast with the new white background color. The `shadow` prop of the Card component has been deprecated and replaced with a single outline.

## 2.5.0

### Minor Changes
Expand All @@ -20,9 +30,6 @@

- [#936](https://github.com/sumup-oss/circuit-ui/pull/936) [`b0f243a3`](https://github.com/sumup-oss/circuit-ui/commit/b0f243a3ada85d3e5f192111ddf0ed206b0e4d18) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed the alignment of long, multiline labels in the RadioButton component (#934).

- Updated dependencies [[`e4c940bc`](https://github.com/sumup-oss/circuit-ui/commit/e4c940bc803623cab1e36eecc122d67aeb9ca8c8)]:
- @sumup/design-tokens@2.1.2

## 2.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/circuit-ui",
"version": "2.5.0",
"version": "2.6.0",
"description": "SumUp's React UI component library",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
11 changes: 9 additions & 2 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# @sumup/design-tokens

## 2.1.2
### Patch Changes
## 2.2.0

### Minor Changes

- [#890](https://github.com/sumup-oss/circuit-ui/pull/890) [`e6c39366`](https://github.com/sumup-oss/circuit-ui/commit/e6c393662f6b736c3b3c80ed29f2805c58d93204) Thanks [@connor-baer](https://github.com/connor-baer)! - Updated the body background color to white and darkened the overlay color.

- [#962](https://github.com/sumup-oss/circuit-ui/pull/962) [`35ce0033`](https://github.com/sumup-oss/circuit-ui/commit/35ce0033e2eb9305a44796e603da84439f851936) Thanks [@robinmetral](https://github.com/robinmetral)! - Add a new peta borderRadius size of 12px

## 2.1.2

### Patch Changes

- [#933](https://github.com/sumup-oss/circuit-ui/pull/933) [`e4c940bc`](https://github.com/sumup-oss/circuit-ui/commit/e4c940bc803623cab1e36eecc122d67aeb9ca8c8) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed two typos in the theme prop type: `theme.breakpoint``theme.breakpoints` and `theme.mx``theme.mq`.
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/design-tokens",
"version": "2.1.2",
"version": "2.2.0",
"description": "Visual primitives such as typography, color, and spacing that are shared across platforms.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sumup/icons

## 1.7.0

### Minor Changes

- [#961](https://github.com/sumup-oss/circuit-ui/pull/961) [`d6cfe1df`](https://github.com/sumup-oss/circuit-ui/commit/d6cfe1dff247bea93b83c19dde728ca36b51bc0b) Thanks [@robinmetral](https://github.com/robinmetral)! - Add new Plus icons in small and large sizes.

## 1.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/icons",
"version": "1.6.2",
"version": "1.7.0",
"description": "A collection of icons by SumUp",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down

1 comment on commit f581e08

@vercel
Copy link

@vercel vercel bot commented on f581e08 Jun 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.