Skip to content

Commit

Permalink
Add changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Oct 17, 2024
1 parent 3e92790 commit dbdf233
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/gold-mails-double.md
Original file line number Diff line number Diff line change
@@ -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)).
5 changes: 5 additions & 0 deletions .changeset/wicked-humans-deliver.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit dbdf233

Please sign in to comment.