From c57988921405dfb2acf6c7cdc66e7f0083bbb683 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 18 Jun 2021 14:19:24 +0000 Subject: [PATCH] Version Packages --- .changeset/clean-tomatoes-repeat.md | 5 -- .changeset/dirty-bottles-reflect.md | 5 -- .changeset/eleven-parrots-hope.md | 5 -- .changeset/empty-points-smell.md | 5 -- .changeset/flat-crabs-hear.md | 24 ------ .changeset/funny-scissors-know.md | 5 -- .changeset/giant-doors-remember.md | 5 -- .changeset/gold-roses-push.md | 5 -- .changeset/healthy-stingrays-count.md | 48 ------------ .changeset/heavy-queens-bathe.md | 5 -- .changeset/hot-cheetahs-press.md | 5 -- .changeset/polite-mugs-visit.md | 5 -- .changeset/real-nails-grow.md | 9 --- .changeset/silent-nails-hide.md | 5 -- .changeset/six-berries-admire.md | 5 -- .changeset/tame-mayflies-move.md | 5 -- packages/circuit-ui/CHANGELOG.md | 102 ++++++++++++++++++++++++++ packages/circuit-ui/package.json | 8 +- packages/design-tokens/CHANGELOG.md | 8 ++ packages/design-tokens/package.json | 2 +- packages/icons/CHANGELOG.md | 6 ++ packages/icons/package.json | 2 +- 22 files changed, 122 insertions(+), 152 deletions(-) delete mode 100644 .changeset/clean-tomatoes-repeat.md delete mode 100644 .changeset/dirty-bottles-reflect.md delete mode 100644 .changeset/eleven-parrots-hope.md delete mode 100644 .changeset/empty-points-smell.md delete mode 100644 .changeset/flat-crabs-hear.md delete mode 100644 .changeset/funny-scissors-know.md delete mode 100644 .changeset/giant-doors-remember.md delete mode 100644 .changeset/gold-roses-push.md delete mode 100644 .changeset/healthy-stingrays-count.md delete mode 100644 .changeset/heavy-queens-bathe.md delete mode 100644 .changeset/hot-cheetahs-press.md delete mode 100644 .changeset/polite-mugs-visit.md delete mode 100644 .changeset/real-nails-grow.md delete mode 100644 .changeset/silent-nails-hide.md delete mode 100644 .changeset/six-berries-admire.md delete mode 100644 .changeset/tame-mayflies-move.md diff --git a/.changeset/clean-tomatoes-repeat.md b/.changeset/clean-tomatoes-repeat.md deleted file mode 100644 index 1cc398e8a8..0000000000 --- a/.changeset/clean-tomatoes-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': major ---- - -The `TableHeader`, `TableRow` and `TableCell` components are no longer exported from Circuit. They are only used internally by the `Table` component and should not be used directly. diff --git a/.changeset/dirty-bottles-reflect.md b/.changeset/dirty-bottles-reflect.md deleted file mode 100644 index f9b1f67617..0000000000 --- a/.changeset/dirty-bottles-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': patch ---- - -Tweaked components (`Anchor`, `InlineMessage`, `SearchInput`, `Selector`, `Tag`) to use the new border radius values. diff --git a/.changeset/eleven-parrots-hope.md b/.changeset/eleven-parrots-hope.md deleted file mode 100644 index b9ae730d71..0000000000 --- a/.changeset/eleven-parrots-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': major ---- - -Renamed the NotificationBanner component to NotificationCard. This frees up the NotificationBanner namespace for a new component that we will introduce in `v3.x` (🤖 _component-names-v3_). diff --git a/.changeset/empty-points-smell.md b/.changeset/empty-points-smell.md deleted file mode 100644 index ff255082da..0000000000 --- a/.changeset/empty-points-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': major ---- - -Replaced the deprecated `text[Kilo|Mega|Giga]` style mixins by a single `typography` mixin, and removed the deprecated `heading[Kilo|Mega|Giga|Tera|Peta|Exa|Zetta]` and `subHeading[Kilo|Mega]` style mixins. diff --git a/.changeset/flat-crabs-hear.md b/.changeset/flat-crabs-hear.md deleted file mode 100644 index fd351934eb..0000000000 --- a/.changeset/flat-crabs-hear.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -'@sumup/circuit-ui': major ---- - -A `sortLabel` for sortable Table columns (previously optional) is now required. - -For sortable Table columns (when headers have the `sortable` prop set), the `sortLabel` prop is now required. This label is fundamental for accessibility. If it is omitted, the column will not be sortable, even if the `sortable` prop is set. - -Here's an example sortable column header: - -```ts -import { TableCell, TableSortDirection } from '@sumup/circuit-ui'; - -const headers: TableCell[] = [ - { - children: 'Date', - sortable: true, - sortLabel: ({ direction }: { direction?: TableSortDirection }) => { - const order = direction === 'ascending' ? 'descending' : 'ascending'; - return `Sort in ${order} order`; - }, - }, -]; -``` diff --git a/.changeset/funny-scissors-know.md b/.changeset/funny-scissors-know.md deleted file mode 100644 index e16133e1d9..0000000000 --- a/.changeset/funny-scissors-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/icons': patch ---- - -Fixes the Plus icon to use the currentColor instead of black. diff --git a/.changeset/giant-doors-remember.md b/.changeset/giant-doors-remember.md deleted file mode 100644 index c29597cf92..0000000000 --- a/.changeset/giant-doors-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': major ---- - -For sortable `Table` columns (when headers have the `sortable` prop), the previously optional `sortLabel` prop is now enforced. This is an accessibility requirement. If a `sortLabel` is not provided, the column will not be sortable. diff --git a/.changeset/gold-roses-push.md b/.changeset/gold-roses-push.md deleted file mode 100644 index 92e24db91b..0000000000 --- a/.changeset/gold-roses-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/design-tokens': major ---- - -Replaced the typography design tokens' `heading`, `subHeading` and `text` properties by `headline`, `subHeadline`, and `body`. These are used by the new semantic Headline, SubHeadline, and Body components in Circuit UI. diff --git a/.changeset/healthy-stingrays-count.md b/.changeset/healthy-stingrays-count.md deleted file mode 100644 index 78b1ce0381..0000000000 --- a/.changeset/healthy-stingrays-count.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -'@sumup/circuit-ui': major ---- - -The new semantic typography components make it clear when each should be used, are flexible enough to cover all use cases. To represent more semantic variations some of the sizes have been removed and new size names added. - -#### Headline - -Renamed the `Heading` component to `Headline` and mapped the styles to the new ones. These changes can be codemodded (🤖 _component-names-v3_). -The size prop has been changed to accept the new size numbers. For `Headline` component **_exa_** and **_peta_** has been changed to **_one_** with new values, **_tera_** has been changed to **_two_**, **_giga_** to **_three_**, **_mega_** and **_kilo_** to **_four_** (🤖 _typography-sizes_) - -Usage example: - -```diff -- -+ -``` - -#### SubHeadline - -Renamed the `SubHeading` component to `SubHeadline` and mapped the styles to the new ones (🤖 _component-names-v3_). The `SubHeadline` component now uses only one size value (🤖 _typography-sizes_). - -#### Body - -The `Text` component has been renamed to `Body` (🤖 _component-names-v3_). The size prop is adapted to accept the new size numbers and **_giga_** size has been removed, **_mega_** and **_kilo_** sizes have been changed to **_one_** and **_two_** respectively. - -Usage example: - -```diff -- -+ -``` - -The `Text` component's bold prop has been removed. Use the `Body` component `(variant="highlight")` instead (🤖 _body-variant-highlight_). - -Usage example: - -`bold` - -The `Text` component's italic and strike props has been removed. Use the custom styles instead. - -Additionally, the new `success`, `error` and `subtle` variants are added. - -The `Blockquote` component has been removed and replaced by the `Body` component with `variant="quote"`. - -Usage example: - -`quote` diff --git a/.changeset/heavy-queens-bathe.md b/.changeset/heavy-queens-bathe.md deleted file mode 100644 index 0c9495246e..0000000000 --- a/.changeset/heavy-queens-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': major ---- - -Default `data-testid`s are no longer built into the `Table` component. They can still be passed manually. We also recommend [querying by role](https://testing-library.com/docs/queries/about/#priority) in tests, for them to resemble how users interact with the code. You can find examples in the component's specs. diff --git a/.changeset/hot-cheetahs-press.md b/.changeset/hot-cheetahs-press.md deleted file mode 100644 index a41c6d6a62..0000000000 --- a/.changeset/hot-cheetahs-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': major ---- - -`Selector` now has multiple `size` options. `SelectorGroup` is changed to horizontal layout and to be inline element by default with an option to stretch to full width. \ No newline at end of file diff --git a/.changeset/polite-mugs-visit.md b/.changeset/polite-mugs-visit.md deleted file mode 100644 index 3a64be906d..0000000000 --- a/.changeset/polite-mugs-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': patch ---- - -Fixed a UI bug in the `Table` component where multiple words in a table header would wrap on mobile, and break row alignment. diff --git a/.changeset/real-nails-grow.md b/.changeset/real-nails-grow.md deleted file mode 100644 index 532daccc4d..0000000000 --- a/.changeset/real-nails-grow.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@sumup/circuit-ui': major ---- - -The `TableHeader`, `TableRow` and `TableCell` components are no longer exported from Circuit. - -These components are only used internally by the Table component and should not be imported directly. - -Relevant Table TypeScript types (`TableProps`, `TableSortDirection` `TableCell`, `TableRow`) are newly exported. diff --git a/.changeset/silent-nails-hide.md b/.changeset/silent-nails-hide.md deleted file mode 100644 index e6cab99cc3..0000000000 --- a/.changeset/silent-nails-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': major ---- - -Changed the signature of the Table's custom onSortBy method. The `nextDirection` argument moved to the third position (`(index, nextDirection, rows)` 👉 `(index, rows, nextDirection)`) and can now be `undefined` (instead of `null` in the previous implementation). diff --git a/.changeset/six-berries-admire.md b/.changeset/six-berries-admire.md deleted file mode 100644 index 29716bf7a9..0000000000 --- a/.changeset/six-berries-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/design-tokens': major ---- - -Updated the design token's borderRadius properties. The 1px and 6px values are removed and a 16px value is added, and the sizes are renamed (🤖 _theme-border-radius_). diff --git a/.changeset/tame-mayflies-move.md b/.changeset/tame-mayflies-move.md deleted file mode 100644 index ce3fc78355..0000000000 --- a/.changeset/tame-mayflies-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': major ---- - -Replaced the old Popover component with a new one. It uses Popper v2 and comes with a refreshed component API. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index d8c18a9eca..a8eb8251a4 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,107 @@ # @sumup/circuit-ui +## 3.0.0 + +### Major Changes + +- [#960](https://github.com/sumup-oss/circuit-ui/pull/960) [`1a1a3646`](https://github.com/sumup-oss/circuit-ui/commit/1a1a36466e096c20b0dd19dc468359d65341e0fe) Thanks [@robinmetral](https://github.com/robinmetral)! - The `TableHeader`, `TableRow` and `TableCell` components are no longer exported from Circuit. They are only used internally by the `Table` component and should not be used directly. + +* [#979](https://github.com/sumup-oss/circuit-ui/pull/979) [`3cfefac0`](https://github.com/sumup-oss/circuit-ui/commit/3cfefac08339d8b45291b892b74a182226336b9b) Thanks [@robinmetral](https://github.com/robinmetral)! - Renamed the NotificationBanner component to NotificationCard. This frees up the NotificationBanner namespace for a new component that we will introduce in `v3.x` (🤖 _component-names-v3_). + +- [#972](https://github.com/sumup-oss/circuit-ui/pull/972) [`95488037`](https://github.com/sumup-oss/circuit-ui/commit/95488037472ced5952a41b55d67872ae2b2355d8) Thanks [@connor-baer](https://github.com/connor-baer)! - Replaced the deprecated `text[Kilo|Mega|Giga]` style mixins by a single `typography` mixin, and removed the deprecated `heading[Kilo|Mega|Giga|Tera|Peta|Exa|Zetta]` and `subHeading[Kilo|Mega]` style mixins. + +* [#960](https://github.com/sumup-oss/circuit-ui/pull/960) [`1a1a3646`](https://github.com/sumup-oss/circuit-ui/commit/1a1a36466e096c20b0dd19dc468359d65341e0fe) Thanks [@robinmetral](https://github.com/robinmetral)! - A `sortLabel` for sortable Table columns (previously optional) is now required. + + For sortable Table columns (when headers have the `sortable` prop set), the `sortLabel` prop is now required. This label is fundamental for accessibility. If it is omitted, the column will not be sortable, even if the `sortable` prop is set. + + Here's an example sortable column header: + + ```ts + import { TableCell, TableSortDirection } from '@sumup/circuit-ui'; + + const headers: TableCell[] = [ + { + children: 'Date', + sortable: true, + sortLabel: ({ direction }: { direction?: TableSortDirection }) => { + const order = direction === 'ascending' ? 'descending' : 'ascending'; + return `Sort in ${order} order`; + }, + }, + ]; + ``` + +- [#960](https://github.com/sumup-oss/circuit-ui/pull/960) [`1a1a3646`](https://github.com/sumup-oss/circuit-ui/commit/1a1a36466e096c20b0dd19dc468359d65341e0fe) Thanks [@robinmetral](https://github.com/robinmetral)! - For sortable `Table` columns (when headers have the `sortable` prop), the previously optional `sortLabel` prop is now enforced. This is an accessibility requirement. If a `sortLabel` is not provided, the column will not be sortable. + +* [#884](https://github.com/sumup-oss/circuit-ui/pull/884) [`eb9e0b47`](https://github.com/sumup-oss/circuit-ui/commit/eb9e0b474e675f13c9876e22857a170665e9a92f) Thanks [@amelako](https://github.com/amelako)! - The new semantic typography components make it clear when each should be used, are flexible enough to cover all use cases. To represent more semantic variations some of the sizes have been removed and new size names added. + + #### Headline + + Renamed the `Heading` component to `Headline` and mapped the styles to the new ones. These changes can be codemodded (🤖 _component-names-v3_). + The size prop has been changed to accept the new size numbers. For `Headline` component **_exa_** and **_peta_** has been changed to **_one_** with new values, **_tera_** has been changed to **_two_**, **_giga_** to **_three_**, **_mega_** and **_kilo_** to **_four_** (🤖 _typography-sizes_) + + Usage example: + + ```diff + - + + + ``` + + #### SubHeadline + + Renamed the `SubHeading` component to `SubHeadline` and mapped the styles to the new ones (🤖 _component-names-v3_). The `SubHeadline` component now uses only one size value (🤖 _typography-sizes_). + + #### Body + + The `Text` component has been renamed to `Body` (🤖 _component-names-v3_). The size prop is adapted to accept the new size numbers and **_giga_** size has been removed, **_mega_** and **_kilo_** sizes have been changed to **_one_** and **_two_** respectively. + + Usage example: + + ```diff + - + + + ``` + + The `Text` component's bold prop has been removed. Use the `Body` component `(variant="highlight")` instead (🤖 _body-variant-highlight_). + + Usage example: + + `bold` + + The `Text` component's italic and strike props has been removed. Use the custom styles instead. + + Additionally, the new `success`, `error` and `subtle` variants are added. + + The `Blockquote` component has been removed and replaced by the `Body` component with `variant="quote"`. + + Usage example: + + `quote` + +- [#960](https://github.com/sumup-oss/circuit-ui/pull/960) [`1a1a3646`](https://github.com/sumup-oss/circuit-ui/commit/1a1a36466e096c20b0dd19dc468359d65341e0fe) Thanks [@robinmetral](https://github.com/robinmetral)! - Default `data-testid`s are no longer built into the `Table` component. They can still be passed manually. We also recommend [querying by role](https://testing-library.com/docs/queries/about/#priority) in tests, for them to resemble how users interact with the code. You can find examples in the component's specs. + +* [#943](https://github.com/sumup-oss/circuit-ui/pull/943) [`0543719b`](https://github.com/sumup-oss/circuit-ui/commit/0543719bfceaf616829a223f9e4f306539fbcc15) Thanks [@mykolaharmash](https://github.com/mykolaharmash)! - `Selector` now has multiple `size` options. `SelectorGroup` is changed to horizontal layout and to be inline element by default with an option to stretch to full width. + +- [#960](https://github.com/sumup-oss/circuit-ui/pull/960) [`1a1a3646`](https://github.com/sumup-oss/circuit-ui/commit/1a1a36466e096c20b0dd19dc468359d65341e0fe) Thanks [@robinmetral](https://github.com/robinmetral)! - The `TableHeader`, `TableRow` and `TableCell` components are no longer exported from Circuit. + + These components are only used internally by the Table component and should not be imported directly. + + Relevant Table TypeScript types (`TableProps`, `TableSortDirection` `TableCell`, `TableRow`) are newly exported. + +* [#960](https://github.com/sumup-oss/circuit-ui/pull/960) [`1a1a3646`](https://github.com/sumup-oss/circuit-ui/commit/1a1a36466e096c20b0dd19dc468359d65341e0fe) Thanks [@robinmetral](https://github.com/robinmetral)! - Changed the signature of the Table's custom onSortBy method. The `nextDirection` argument moved to the third position (`(index, nextDirection, rows)` 👉 `(index, rows, nextDirection)`) and can now be `undefined` (instead of `null` in the previous implementation). + +- [#944](https://github.com/sumup-oss/circuit-ui/pull/944) [`2628fce1`](https://github.com/sumup-oss/circuit-ui/commit/2628fce1b93dd5a1ef1fc4b05a6a29ccf5469f9d) Thanks [@amelako](https://github.com/amelako)! - Replaced the old Popover component with a new one. It uses Popper v2 and comes with a refreshed component API. + +### Patch Changes + +- [#980](https://github.com/sumup-oss/circuit-ui/pull/980) [`900e6bc4`](https://github.com/sumup-oss/circuit-ui/commit/900e6bc465e4f909ab000403da3d17724f2ab73e) Thanks [@robinmetral](https://github.com/robinmetral)! - Tweaked components (`Anchor`, `InlineMessage`, `SearchInput`, `Selector`, `Tag`) to use the new border radius values. + +* [#960](https://github.com/sumup-oss/circuit-ui/pull/960) [`1a1a3646`](https://github.com/sumup-oss/circuit-ui/commit/1a1a36466e096c20b0dd19dc468359d65341e0fe) Thanks [@robinmetral](https://github.com/robinmetral)! - Fixed a UI bug in the `Table` component where multiple words in a table header would wrap on mobile, and break row alignment. + +* Updated dependencies [[`900e6bc4`](https://github.com/sumup-oss/circuit-ui/commit/900e6bc465e4f909ab000403da3d17724f2ab73e), [`eb9e0b47`](https://github.com/sumup-oss/circuit-ui/commit/eb9e0b474e675f13c9876e22857a170665e9a92f), [`900e6bc4`](https://github.com/sumup-oss/circuit-ui/commit/900e6bc465e4f909ab000403da3d17724f2ab73e)]: + - @sumup/icons@1.7.1 + - @sumup/design-tokens@3.0.0 + ## 2.6.0 ### Minor Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 419b46a306..1b11c10c2f 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/circuit-ui", - "version": "2.6.0", + "version": "3.0.0", "description": "SumUp's React UI component library", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -57,7 +57,7 @@ "@emotion/styled": "^10.0.17", "@emotion/stylis": "^0.8.4", "@sumup/collector": "^1.0.0", - "@sumup/design-tokens": "^2.1.1", + "@sumup/design-tokens": "^3.0.0", "@sumup/icons": "^1.6.1", "@sumup/intl": "^1.0.0", "@svgr/webpack": "^5.5.0", @@ -99,8 +99,8 @@ "@emotion/styled": "10.x", "@emotion/stylis": "0.8.x", "@sumup/collector": "1.x", - "@sumup/design-tokens": ">=1.0.0 <3.0.0", - "@sumup/icons": "1.x", + "@sumup/design-tokens": ">=3.0.0", + "@sumup/icons": "1.7.1", "@sumup/intl": "1.x", "emotion-theming": "10.x", "react": ">=16.8.0 <18.0.0", diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 72105d948c..0f3b9df63a 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -1,5 +1,13 @@ # @sumup/design-tokens +## 3.0.0 + +### Major Changes + +- [#884](https://github.com/sumup-oss/circuit-ui/pull/884) [`eb9e0b47`](https://github.com/sumup-oss/circuit-ui/commit/eb9e0b474e675f13c9876e22857a170665e9a92f) Thanks [@amelako](https://github.com/amelako)! - Replaced the typography design tokens' `heading`, `subHeading` and `text` properties by `headline`, `subHeadline`, and `body`. These are used by the new semantic Headline, SubHeadline, and Body components in Circuit UI. + +* [#980](https://github.com/sumup-oss/circuit-ui/pull/980) [`900e6bc4`](https://github.com/sumup-oss/circuit-ui/commit/900e6bc465e4f909ab000403da3d17724f2ab73e) Thanks [@robinmetral](https://github.com/robinmetral)! - Updated the design token's borderRadius properties. The 1px and 6px values are removed and a 16px value is added, and the sizes are renamed (🤖 _theme-border-radius_). + ## 2.2.0 ### Minor Changes diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 18ef917935..598eabc36e 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/design-tokens", - "version": "2.2.0", + "version": "3.0.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", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 62cc672e88..a4bf7a37c3 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup/icons +## 1.7.1 + +### Patch Changes + +- [#980](https://github.com/sumup-oss/circuit-ui/pull/980) [`900e6bc4`](https://github.com/sumup-oss/circuit-ui/commit/900e6bc465e4f909ab000403da3d17724f2ab73e) Thanks [@robinmetral](https://github.com/robinmetral)! - Fixes the Plus icon to use the currentColor instead of black. + ## 1.7.0 ### Minor Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 25bc9104a4..6bf30a60b6 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/icons", - "version": "1.7.0", + "version": "1.7.1", "description": "A collection of icons by SumUp", "main": "dist/cjs/index.js", "module": "dist/es/index.js",