diff --git a/.changeset/pre.json b/.changeset/pre.json index 5eda476430..dc014c2996 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -10,11 +10,15 @@ }, "changesets": [ "chilled-walls-learn", + "flat-lamps-glow", "green-singers-sneeze", + "grumpy-donuts-flash", + "khaki-baboons-deliver", "loud-pots-act", "perfect-beers-fold", "popular-eels-fetch", "real-clouds-relate", + "red-experts-lie", "serious-schools-look", "sour-masks-attend", "tall-avocados-sin", diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 17ca7a63e1..1a39739d7a 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,26 @@ # @sumup/circuit-ui +## 7.0.0-next.2 + +### Major Changes + +- [#2061](https://github.com/sumup-oss/circuit-ui/pull/2061) [`bc882426`](https://github.com/sumup-oss/circuit-ui/commit/bc882426a859e68ec7c029e1b56adbaa63f8260f) Thanks [@connor-baer](https://github.com/connor-baer)! - Raised the minimum Node.js version to 16+. This is the first maintained version with support for ES modules. + +- [#2061](https://github.com/sumup-oss/circuit-ui/pull/2061) [`bc882426`](https://github.com/sumup-oss/circuit-ui/commit/bc882426a859e68ec7c029e1b56adbaa63f8260f) Thanks [@connor-baer](https://github.com/connor-baer)! - **This package is now pure ESM**. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). + + - If you use TypeScript, you need to use TypeScript 4.7 or later ([ref](https://github.com/microsoft/TypeScript/issues/46452)). + - If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM. (Next.js supports ESM packages out of the box since [v12](https://nextjs.org/blog/next-12#es-modules-support-and-url-imports)). + +- [#2067](https://github.com/sumup-oss/circuit-ui/pull/2067) [`4f78573e`](https://github.com/sumup-oss/circuit-ui/commit/4f78573e94829e87fc250f284159969d4e5d8fc2) Thanks [@connor-baer](https://github.com/connor-baer)! - Changed the signature of the ImageInput's `component` prop. The `component` should now accept `aria-hidden` instead of `alt`. + +- [#2061](https://github.com/sumup-oss/circuit-ui/pull/2061) [`bc882426`](https://github.com/sumup-oss/circuit-ui/commit/bc882426a859e68ec7c029e1b56adbaa63f8260f) Thanks [@connor-baer](https://github.com/connor-baer)! - Switched to the `"exports"` field to configure the package entry points. Files that are not explicitly defined in `"exports"` can no longer be imported. + +### Patch Changes + +- Updated dependencies [[`bc882426`](https://github.com/sumup-oss/circuit-ui/commit/bc882426a859e68ec7c029e1b56adbaa63f8260f), [`bc882426`](https://github.com/sumup-oss/circuit-ui/commit/bc882426a859e68ec7c029e1b56adbaa63f8260f), [`bc882426`](https://github.com/sumup-oss/circuit-ui/commit/bc882426a859e68ec7c029e1b56adbaa63f8260f)]: + - @sumup/design-tokens@6.0.0-next.0 + - @sumup/icons@3.0.0-next.0 + ## 7.0.0-next.1 ### Major Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 5a6dc73517..709832e173 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/circuit-ui", - "version": "7.0.0-next.1", + "version": "7.0.0-next.2", "description": "SumUp's React UI component library", "type": "module", "exports": "./dist/index.js", @@ -42,8 +42,8 @@ "@emotion/jest": "^11.10.5", "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", - "@sumup/design-tokens": "^5.0.0", - "@sumup/icons": "^2.9.0", + "@sumup/design-tokens": "^6.0.0-next.0", + "@sumup/icons": "^3.0.0-next.0", "@sumup/intl": "^1.5.0", "@testing-library/dom": "^9.0.0", "@testing-library/jest-dom": "^5.16.5", @@ -72,8 +72,8 @@ "@emotion/is-prop-valid": "1.x", "@emotion/react": "11.x", "@emotion/styled": "11.x", - "@sumup/design-tokens": ">=5.0.0", - "@sumup/icons": ">=2.9.0", + "@sumup/design-tokens": ">=6.0.0-next.0", + "@sumup/icons": ">=3.0.0-next.0", "@sumup/intl": "1.x", "react": ">=18.0.0 <19.0.0", "react-dom": ">=18.0.0 <19.0.0" diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 7f0ac8f445..08e0a50c99 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -1,5 +1,18 @@ # @sumup/design-tokens +## 6.0.0-next.0 + +### Major Changes + +- [#2061](https://github.com/sumup-oss/circuit-ui/pull/2061) [`bc882426`](https://github.com/sumup-oss/circuit-ui/commit/bc882426a859e68ec7c029e1b56adbaa63f8260f) Thanks [@connor-baer](https://github.com/connor-baer)! - Raised the minimum Node.js version to 16+. This is the first maintained version with support for ES modules. + +- [#2061](https://github.com/sumup-oss/circuit-ui/pull/2061) [`bc882426`](https://github.com/sumup-oss/circuit-ui/commit/bc882426a859e68ec7c029e1b56adbaa63f8260f) Thanks [@connor-baer](https://github.com/connor-baer)! - **This package is now pure ESM**. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). + + - If you use TypeScript, you need to use TypeScript 4.7 or later ([ref](https://github.com/microsoft/TypeScript/issues/46452)). + - If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM. (Next.js supports ESM packages out of the box since [v12](https://nextjs.org/blog/next-12#es-modules-support-and-url-imports)). + +- [#2061](https://github.com/sumup-oss/circuit-ui/pull/2061) [`bc882426`](https://github.com/sumup-oss/circuit-ui/commit/bc882426a859e68ec7c029e1b56adbaa63f8260f) Thanks [@connor-baer](https://github.com/connor-baer)! - Switched to the `"exports"` field to configure the package entry points. Files that are not explicitly defined in `"exports"` can no longer be imported. + ## 5.1.1 ### Patch Changes diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 18f8e55bad..39719d6fdb 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/design-tokens", - "version": "5.1.1", + "version": "6.0.0-next.0", "description": "Visual primitives such as typography, color, and spacing that are shared across platforms.", "type": "module", "exports": "./dist/index.js", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index e3f1a18689..42fdc46649 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,18 @@ # @sumup/icons +## 3.0.0-next.0 + +### Major Changes + +- [#2061](https://github.com/sumup-oss/circuit-ui/pull/2061) [`bc882426`](https://github.com/sumup-oss/circuit-ui/commit/bc882426a859e68ec7c029e1b56adbaa63f8260f) Thanks [@connor-baer](https://github.com/connor-baer)! - Raised the minimum Node.js version to 16+. This is the first maintained version with support for ES modules. + +- [#2061](https://github.com/sumup-oss/circuit-ui/pull/2061) [`bc882426`](https://github.com/sumup-oss/circuit-ui/commit/bc882426a859e68ec7c029e1b56adbaa63f8260f) Thanks [@connor-baer](https://github.com/connor-baer)! - **This package is now pure ESM**. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). + + - If you use TypeScript, you need to use TypeScript 4.7 or later ([ref](https://github.com/microsoft/TypeScript/issues/46452)). + - If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM. (Next.js supports ESM packages out of the box since [v12](https://nextjs.org/blog/next-12#es-modules-support-and-url-imports)). + +- [#2061](https://github.com/sumup-oss/circuit-ui/pull/2061) [`bc882426`](https://github.com/sumup-oss/circuit-ui/commit/bc882426a859e68ec7c029e1b56adbaa63f8260f) Thanks [@connor-baer](https://github.com/connor-baer)! - Switched to the `"exports"` field to configure the package entry points. Files that are not explicitly defined in `"exports"` can no longer be imported. + ## 2.22.0 ### Minor Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 54a4f11c4c..ff7b504641 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/icons", - "version": "2.22.0", + "version": "3.0.0-next.0", "description": "A collection of icons by SumUp", "type": "module", "main": "./dist/index.js",