From dbdf233d7e62ec4273292f23fac92ba57d3c8e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Connor=20B=C3=A4r?= Date: Thu, 17 Oct 2024 10:36:24 +0200 Subject: [PATCH] Add changesets --- .changeset/gold-mails-double.md | 8 ++++++++ .changeset/wicked-humans-deliver.md | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 .changeset/gold-mails-double.md create mode 100644 .changeset/wicked-humans-deliver.md diff --git a/.changeset/gold-mails-double.md b/.changeset/gold-mails-double.md new file mode 100644 index 0000000..c00c87b --- /dev/null +++ b/.changeset/gold-mails-double.md @@ -0,0 +1,8 @@ +--- +'@sumup-oss/intl': major +--- + +**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)). diff --git a/.changeset/wicked-humans-deliver.md b/.changeset/wicked-humans-deliver.md new file mode 100644 index 0000000..e11ab5d --- /dev/null +++ b/.changeset/wicked-humans-deliver.md @@ -0,0 +1,5 @@ +--- +'@sumup-oss/intl': major +--- + +Raised the minimum Node.js version to 18+. This is the first maintained version with support for ES modules.