Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #253

Merged
merged 2 commits into from
Aug 14, 2024
Merged

Version Packages #253

merged 2 commits into from
Aug 14, 2024

Conversation

connor-baer
Copy link
Member

@connor-baer connor-baer commented Aug 14, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@sumup-oss/[email protected]

Major Changes

  • #250 bf12d97 Thanks @connor-baer! - Added support for Temporal objects to the date and time formatting functions. The temporal-polyfill package is now a required peer dependency.

  • #251 ae93e19 Thanks @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:

    -import { formatNumber } from '@sumup/intl';
    +import { formatNumber } from '@sumup-oss/intl';
  • #252 53a8574 Thanks @connor-baer! - Removed the deprecated format, formatToParts, resolveFormat, and isIntlSupported exports. Use the explicitly named formatNumber, formatNumberToParts, resolveNumberFormat, and isNumberFormatSupported exports instead.

@github-actions github-actions bot force-pushed the changeset-release/main branch from d19a0a4 to 8bac771 Compare August 14, 2024 14:49
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8bac771 to a4a2946 Compare August 14, 2024 14:52
@connor-baer connor-baer merged commit 112126e into main Aug 14, 2024
2 checks passed
@connor-baer connor-baer deleted the changeset-release/main branch August 14, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant