Skip to content

Commit

Permalink
Version Packages (#253)
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 Aug 14, 2024
1 parent ae93e19 commit 112126e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-ties-fetch.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/loud-bugs-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-years-wonder.md

This file was deleted.

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

## 2.0.0

### Major Changes

- [#251](https://github.com/sumup-oss/intl-js/pull/251) [`ae93e19`](https://github.com/sumup-oss/intl-js/commit/ae93e19cf675f287d85f99230c156c4989de8685) Thanks [@connor-baer](https://github.com/connor-baer)! - Renamed the package scope from `@sumup` to `@sumup-oss`. Replace `@sumup/intl` with `@sumup-oss/intl` in your `package.json` file, then update all imports:

```diff
-import { formatNumber } from '@sumup/intl';
+import { formatNumber } from '@sumup-oss/intl';
```

- [#252](https://github.com/sumup-oss/intl-js/pull/252) [`53a8574`](https://github.com/sumup-oss/intl-js/commit/53a857412703dd684bb2579b4d231802d85c3035) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the deprecated `format`, `formatToParts`, `resolveFormat`, and `isIntlSupported` exports. Use the explicitly named `formatNumber`, `formatNumberToParts`, `resolveNumberFormat`, and `isNumberFormatSupported` exports instead.

- [#250](https://github.com/sumup-oss/intl-js/pull/250) [`bf12d97`](https://github.com/sumup-oss/intl-js/commit/bf12d9748d4eb6f626123d2996c1c2cbd2c253d2) Thanks [@connor-baer](https://github.com/connor-baer)! - Added support for [`Temporal`](https://github.com/tc39/proposal-temporal) objects to the date and time formatting functions. The [`temporal-polyfill`](https://www.npmjs.com/package/temporal-polyfill) package is now a required peer dependency.

## 1.6.0

### Minor 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": "1.6.0",
"version": "2.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 112126e

Please sign in to comment.