Skip to content

Commit

Permalink
Version Packages (#269)
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] authored Oct 17, 2024
1 parent 3d4219e commit 12da01b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .changeset/gold-mails-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-humans-deliver.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sumup-oss/intl

## 3.0.0

### Major Changes

- [#268](https://github.com/sumup-oss/intl-js/pull/268) [`3d4219e`](https://github.com/sumup-oss/intl-js/commit/3d4219e5dd6377cf320383168949ee9e8cf15327) 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)).

- [#268](https://github.com/sumup-oss/intl-js/pull/268) [`3d4219e`](https://github.com/sumup-oss/intl-js/commit/3d4219e5dd6377cf320383168949ee9e8cf15327) Thanks [@connor-baer](https://github.com/connor-baer)! - Raised the minimum Node.js version to 18+. This is the first maintained version with support for ES modules.

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup-oss/intl",
"version": "2.0.1",
"version": "3.0.0",
"description": "Format numbers, currency values, dates, and times for any locale with the ECMAScript Internationalization API",
"repository": "[email protected]:sumup-oss/intl-js.git",
"author": "Connor Bär <[email protected]>",
Expand Down

0 comments on commit 12da01b

Please sign in to comment.