Skip to content

Commit

Permalink
Version Packages (next) (#2093)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
connor-baer and github-actions[bot] committed May 26, 2023
1 parent 08c754d commit ddf6e90
Show file tree
Hide file tree
Showing 7 changed files with 111 additions and 7 deletions.
17 changes: 16 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,36 @@
"@sumup/icons": "2.22.0"
},
"changesets": [
"bright-berries-add",
"chilled-flies-dream",
"chilled-walls-learn",
"chilly-dolphins-travel",
"cyan-trains-move",
"early-seahorses-whisper",
"flat-lamps-glow",
"green-singers-sneeze",
"grumpy-donuts-flash",
"khaki-baboons-deliver",
"loud-pots-act",
"metal-bugs-melt",
"odd-ducks-jog",
"perfect-beers-fold",
"popular-eels-fetch",
"pretty-bananas-juggle",
"purple-papayas-bake",
"real-clouds-relate",
"red-experts-lie",
"serious-hats-kick",
"serious-schools-look",
"smart-comics-crash",
"sour-masks-attend",
"tall-avocados-sin",
"tender-mangos-wave",
"thin-lions-share",
"three-radios-confess",
"wise-zoos-do"
"tidy-knives-tap",
"wicked-frogs-exercise",
"wise-zoos-do",
"yellow-lies-yell"
]
}
73 changes: 73 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,78 @@
# @sumup/circuit-ui

## 7.0.0-next.4

### Major Changes

- [#2124](https://github.com/sumup-oss/circuit-ui/pull/2124) [`22b03d04`](https://github.com/sumup-oss/circuit-ui/commit/22b03d04f000b72b882962fcf9a67f1c93faff51) Thanks [@connor-baer](https://github.com/connor-baer)! - Added support for validations to the SelectorGroup component. Use the `validationHint` and `invalid` props to communicate validation requirements to users.

- [#2125](https://github.com/sumup-oss/circuit-ui/pull/2125) [`82878190`](https://github.com/sumup-oss/circuit-ui/commit/82878190d70c414032027449e14d8473aa196856) Thanks [@connor-baer](https://github.com/connor-baer)! - Moved the Grid, Row, Col, and InlineElements components to the ["legacy" status](https://circuit.sumup.com/?path=/docs/introduction-component-lifecycle--docs). Update your imports:

```diff
-import { Grid } from '@sumup/circuit-ui';
+import { Grid } from '@sumup/circuit-ui/legacy';
```

- [#2124](https://github.com/sumup-oss/circuit-ui/pull/2124) [`22b03d04`](https://github.com/sumup-oss/circuit-ui/commit/22b03d04f000b72b882962fcf9a67f1c93faff51) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the deprecated `children` prop from the Selector component. Use the `label` and `description` props instead.

- [#2124](https://github.com/sumup-oss/circuit-ui/pull/2124) [`22b03d04`](https://github.com/sumup-oss/circuit-ui/commit/22b03d04f000b72b882962fcf9a67f1c93faff51) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the public export of the Selector component. Use the SelectorGroup component instead.

- [#2094](https://github.com/sumup-oss/circuit-ui/pull/2094) [`da1a11b0`](https://github.com/sumup-oss/circuit-ui/commit/da1a11b0f8fe2803cb4fc8cb35e759c178ce6916) Thanks [@connor-baer](https://github.com/connor-baer)! - Moved the SingleDayPicker, RangePicker, CalendarTag, and CalendarTagTwoStep components to the ["legacy" status](https://circuit.sumup.com/?path=/docs/introduction-component-lifecycle--docs).

Install the optional peer dependencies...

```bash
npm install react-dates@^21.8 moment@^2.29
```

...and update your imports:

```diff
-import { SingleDayPicker } from '@sumup/circuit-ui';
+import { SingleDayPicker } from '@sumup/circuit-ui/legacy';
```

- [#2094](https://github.com/sumup-oss/circuit-ui/pull/2094) [`da1a11b0`](https://github.com/sumup-oss/circuit-ui/commit/da1a11b0f8fe2803cb4fc8cb35e759c178ce6916) Thanks [@connor-baer](https://github.com/connor-baer)! - Moved the Tooltip component to the ["legacy" status](https://circuit.sumup.com/?path=/docs/introduction-component-lifecycle--docs). Update your imports:

```diff
-import { Tooltip } from '@sumup/circuit-ui';
+import { Tooltip } from '@sumup/circuit-ui/legacy';
```

- [#2094](https://github.com/sumup-oss/circuit-ui/pull/2094) [`da1a11b0`](https://github.com/sumup-oss/circuit-ui/commit/da1a11b0f8fe2803cb4fc8cb35e759c178ce6916) Thanks [@connor-baer](https://github.com/connor-baer)! - Moved the Sidebar, SidebarContextProvider, SidebarContextConsumer, and Header components to the ["legacy" status](https://circuit.sumup.com/?path=/docs/introduction-component-lifecycle--docs). Update your imports:

```diff
-import { Sidebar } from '@sumup/circuit-ui';
+import { Sidebar } from '@sumup/circuit-ui/legacy';
```

- [#2125](https://github.com/sumup-oss/circuit-ui/pull/2125) [`82878190`](https://github.com/sumup-oss/circuit-ui/commit/82878190d70c414032027449e14d8473aa196856) Thanks [@connor-baer](https://github.com/connor-baer)! - Moved the `uniqueId` util to the ["legacy" status](https://circuit.sumup.com/?path=/docs/introduction-component-lifecycle--docs). Update your imports:

```diff
-import { uniqueId } from '@sumup/circuit-ui';
+import { uniqueId } from '@sumup/circuit-ui/legacy';
```

- [#2124](https://github.com/sumup-oss/circuit-ui/pull/2124) [`22b03d04`](https://github.com/sumup-oss/circuit-ui/commit/22b03d04f000b72b882962fcf9a67f1c93faff51) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the deprecated `explanation` prop from the Toggle component. Use the `description` prop instead.

- [#2114](https://github.com/sumup-oss/circuit-ui/pull/2114) [`f53e4336`](https://github.com/sumup-oss/circuit-ui/commit/f53e4336739fa317ce7a6511ec3f9716382f5a15) Thanks [@connor-baer](https://github.com/connor-baer)! - Changed the font-display of Aktiv Grotesk, Circuit UI's default font family, from `swap` to `optional`. If the font family is not available locally or cached, a fallback font is used. This reduces the cumulative layout shift (CLS) and largest contentful paint (LCP). The visual difference is minimal.

- [#2124](https://github.com/sumup-oss/circuit-ui/pull/2124) [`22b03d04`](https://github.com/sumup-oss/circuit-ui/commit/22b03d04f000b72b882962fcf9a67f1c93faff51) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the public export of the RadioButton component. Use the RadioButtonGroup component instead.

### Minor Changes

- [#1615](https://github.com/sumup-oss/circuit-ui/pull/1615) [`51cd70d3`](https://github.com/sumup-oss/circuit-ui/commit/51cd70d37e0fc4609f81e885a503a35e6f102d11) Thanks [@connor-baer](https://github.com/connor-baer)! - Automatically set the `size` prop on the Button's `icon` prop based on the Button's `size` prop.

### Patch Changes

- [#2084](https://github.com/sumup-oss/circuit-ui/pull/2084) [`9677a305`](https://github.com/sumup-oss/circuit-ui/commit/9677a3052b8ccf2799f8acb2fd0bd2a7a01c33c8) Thanks [@connor-baer](https://github.com/connor-baer)! - Added `types` field to the `package.json` file to fix the type resolution.

- [#1615](https://github.com/sumup-oss/circuit-ui/pull/1615) [`51cd70d3`](https://github.com/sumup-oss/circuit-ui/commit/51cd70d37e0fc4609f81e885a503a35e6f102d11) Thanks [@connor-baer](https://github.com/connor-baer)! - Properly hide icons inside a Button.

- Updated dependencies [[`9677a305`](https://github.com/sumup-oss/circuit-ui/commit/9677a3052b8ccf2799f8acb2fd0bd2a7a01c33c8), [`51cd70d3`](https://github.com/sumup-oss/circuit-ui/commit/51cd70d37e0fc4609f81e885a503a35e6f102d11)]:
- @sumup/design-tokens@6.0.0-next.1
- @sumup/icons@3.0.0-next.1

## 7.0.0-next.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "7.0.0-next.3",
"version": "7.0.0-next.4",
"description": "SumUp's React UI component library",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@sumup/design-tokens": "^6.0.0-next.0",
"@sumup/icons": "^3.0.0-next.0",
"@sumup/icons": "^3.0.0-next.1",
"@sumup/intl": "^1.5.0",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.16.5",
Expand All @@ -69,8 +69,8 @@
"@emotion/is-prop-valid": "1.x",
"@emotion/react": "11.x",
"@emotion/styled": "11.x",
"@sumup/design-tokens": ">=6.0.0-next.0",
"@sumup/icons": ">=3.0.0-next.0",
"@sumup/design-tokens": ">=6.0.0-next.1",
"@sumup/icons": ">=3.0.0-next.1",
"@sumup/intl": "1.x",
"react": ">=18.0.0 <19.0.0",
"react-dom": ">=18.0.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

## 6.0.0-next.1

### Patch Changes

- [#2084](https://github.com/sumup-oss/circuit-ui/pull/2084) [`9677a305`](https://github.com/sumup-oss/circuit-ui/commit/9677a3052b8ccf2799f8acb2fd0bd2a7a01c33c8) Thanks [@connor-baer](https://github.com/connor-baer)! - Added `types` field to the `package.json` file to fix the type resolution.

## 6.0.0-next.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": "6.0.0-next.0",
"version": "6.0.0-next.1",
"description": "Visual primitives such as typography, color, and spacing that are shared across platforms.",
"type": "module",
"main": "./dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sumup/icons

## 3.0.0-next.1

### Major Changes

- [#1615](https://github.com/sumup-oss/circuit-ui/pull/1615) [`51cd70d3`](https://github.com/sumup-oss/circuit-ui/commit/51cd70d37e0fc4609f81e885a503a35e6f102d11) Thanks [@connor-baer](https://github.com/connor-baer)! - Changed the `IconProps` default size type to `any`.

### Patch Changes

- [#2084](https://github.com/sumup-oss/circuit-ui/pull/2084) [`9677a305`](https://github.com/sumup-oss/circuit-ui/commit/9677a3052b8ccf2799f8acb2fd0bd2a7a01c33c8) Thanks [@connor-baer](https://github.com/connor-baer)! - Added `types` field to the `package.json` file to fix the type resolution.

## 3.0.0-next.0

### Major 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": "3.0.0-next.0",
"version": "3.0.0-next.1",
"description": "A collection of icons by SumUp",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit ddf6e90

Please sign in to comment.