Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 17, 2021
1 parent ed0c4f8 commit 915e200
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-mirrors-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-pigs-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-shirts-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-toys-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-months-float.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @sumup/circuit-ui

## 5.0.0

### Minor Changes

- [#1273](https://github.com/sumup-oss/circuit-ui/pull/1273) [`ed0c4f83`](https://github.com/sumup-oss/circuit-ui/commit/ed0c4f83258dccc93686ee7e5a282c1c720c6543) Thanks [@robinmetral](https://github.com/robinmetral)! - Introduced the `Title` and `BodyLarge` components for rendering copy with large typography, for example on landing pages.

* [#1260](https://github.com/sumup-oss/circuit-ui/pull/1260) [`40339fe0`](https://github.com/sumup-oss/circuit-ui/commit/40339fe0204ce29b517bf8a19929e379d9915411) Thanks [@giedoka](https://github.com/giedoka)! - Added an optional `size` prop to the `ImageInput` component to change the action button's size.

### Patch Changes

- [#1273](https://github.com/sumup-oss/circuit-ui/pull/1273) [`ed0c4f83`](https://github.com/sumup-oss/circuit-ui/commit/ed0c4f83258dccc93686ee7e5a282c1c720c6543) Thanks [@robinmetral](https://github.com/robinmetral)! - Adapted the tracking of the `Headline` component for better readability.

* [#1260](https://github.com/sumup-oss/circuit-ui/pull/1260) [`40339fe0`](https://github.com/sumup-oss/circuit-ui/commit/40339fe0204ce29b517bf8a19929e379d9915411) Thanks [@giedoka](https://github.com/giedoka)! - Adjusted the border radius of the `Avatar` component when `size="giga"` and `variant="object"`.

* Updated dependencies [[`ed0c4f83`](https://github.com/sumup-oss/circuit-ui/commit/ed0c4f83258dccc93686ee7e5a282c1c720c6543)]:
- @sumup/design-tokens@3.2.0

## 4.4.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/circuit-ui",
"version": "4.4.2",
"version": "5.0.0",
"description": "SumUp's React UI component library",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@sumup/collector": "^1.4.0",
"@sumup/design-tokens": "^3.1.0",
"@sumup/design-tokens": "^3.2.0",
"@sumup/icons": "^2.0.0",
"@sumup/intl": "^1.0.0",
"@svgr/webpack": "^5.5.0",
Expand Down Expand Up @@ -96,7 +96,7 @@
"@emotion/react": "11.x",
"@emotion/styled": "11.x",
"@sumup/collector": ">=1.4.0",
"@sumup/design-tokens": ">=3.1.1",
"@sumup/design-tokens": ">=3.2.0",
"@sumup/icons": ">=2.0.0",
"@sumup/intl": "1.x",
"react": ">=16.8.0 <18.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sumup/design-tokens

## 3.2.0

### Minor Changes

- [#1273](https://github.com/sumup-oss/circuit-ui/pull/1273) [`ed0c4f83`](https://github.com/sumup-oss/circuit-ui/commit/ed0c4f83258dccc93686ee7e5a282c1c720c6543) Thanks [@robinmetral](https://github.com/robinmetral)! - Added new `typography.title` and `typography.bodyLarge` values to the theme.

## 3.1.1

### Patch Changes
Expand Down
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": "3.1.1",
"version": "3.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

0 comments on commit 915e200

Please sign in to comment.