Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Aug 14, 2024
1 parent 915c2d1 commit 8a5d822
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changeset/loud-bugs-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@sumup-oss/intl': major
---

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';
```

0 comments on commit 8a5d822

Please sign in to comment.