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 Mar 1, 2023
1 parent 197f685 commit 9acb162
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-carrots-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-flies-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-pumpkins-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-beds-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-lies-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-pens-learn.md

This file was deleted.

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

## 7.0.0

### Minor Changes

- [#1944](https://github.com/sumup-oss/circuit-ui/pull/1944) [`5e1bbb6a`](https://github.com/sumup-oss/circuit-ui/commit/5e1bbb6a4729873a3cbd4ab7e6f9849d50e187f3) Thanks [@connor-baer](https://github.com/connor-baer)! - Migrated all components to use the new semantic color tokens. There are minor visual differences between colors. You will also notice the change in snapshots.

- [#1944](https://github.com/sumup-oss/circuit-ui/pull/1944) [`5e1bbb6a`](https://github.com/sumup-oss/circuit-ui/commit/5e1bbb6a4729873a3cbd4ab7e6f9849d50e187f3) Thanks [@connor-baer](https://github.com/connor-baer)! - Added a new `--cui-bg-elevated` color token to use as background for elevated elements such as modals, popovers, etc.

- [#1944](https://github.com/sumup-oss/circuit-ui/pull/1944) [`5e1bbb6a`](https://github.com/sumup-oss/circuit-ui/commit/5e1bbb6a4729873a3cbd4ab7e6f9849d50e187f3) Thanks [@connor-baer](https://github.com/connor-baer)! - Adapted the warning state of form components `validationHint` to the new color tokens. Both the warning icon and copy are now orange with the default Circuit UI theme.

- [#1944](https://github.com/sumup-oss/circuit-ui/pull/1944) [`5e1bbb6a`](https://github.com/sumup-oss/circuit-ui/commit/5e1bbb6a4729873a3cbd4ab7e6f9849d50e187f3) Thanks [@connor-baer](https://github.com/connor-baer)! - Adjusted the Avatar component's design to work with new semantic color tokens.

### Patch Changes

- [#1944](https://github.com/sumup-oss/circuit-ui/pull/1944) [`5e1bbb6a`](https://github.com/sumup-oss/circuit-ui/commit/5e1bbb6a4729873a3cbd4ab7e6f9849d50e187f3) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed the ImageInput component's disabled state.

- Updated dependencies [[`197f6851`](https://github.com/sumup-oss/circuit-ui/commit/197f6851c729512904112558cdac019d6fc1ed8e)]:
- @sumup/design-tokens@5.1.0

## 6.2.3

### 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": "6.2.3",
"version": "7.0.0",
"description": "SumUp's React UI component library",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.5",
"@sumup/collector": "^1.6.0",
"@sumup/design-tokens": "^5.0.0",
"@sumup/design-tokens": "^5.1.0",
"@sumup/icons": "^2.9.0",
"@sumup/intl": "^1.5.0",
"@testing-library/dom": "^9.0.0",
Expand Down Expand Up @@ -88,7 +88,7 @@
"@emotion/react": "11.x",
"@emotion/styled": "11.x",
"@sumup/collector": ">=1.4.0",
"@sumup/design-tokens": ">=5.0.0",
"@sumup/design-tokens": ">=5.1.0",
"@sumup/icons": ">=2.9.0",
"@sumup/intl": "1.x",
"react": ">=16.8.0 <19.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

## 5.1.0

### Minor Changes

- [#1951](https://github.com/sumup-oss/circuit-ui/pull/1951) [`197f6851`](https://github.com/sumup-oss/circuit-ui/commit/197f6851c729512904112558cdac019d6fc1ed8e) Thanks [@connor-baer](https://github.com/connor-baer)! - Deprecated the legacy color tokens. Migrate to semantic color tokens instead: refer to the [Figma documentation](https://www.figma.com/file/OgPQeoNZ2QoY7hZvy0ybk2/%F0%9F%8C%88-COLOR-TOKENS?node-id=913%3A3903&t=b9BsTOJnzKDomZ9E-4) (internal link) for context. The new tokens are available as CSS custom properties, listed in the [Circuit UI theme documentation](https://circuit.sumup.com/?path=/docs/features-theme--docs).

## 5.0.0

### Major 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": "5.0.0",
"version": "5.1.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 9acb162

Please sign in to comment.