Skip to content

Conversation

@github-actions
Copy link
Contributor

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

@obosbbl/format@0.3.2

Patch Changes

  • 2cfe3be: fix formatting of Swedish phone numbers that start with the area code 010

    Previously it didn't recognize 010 as a 3 digit area code, so the format would be wrong.

    // before
    formatPhoneNumber("010-1234567"); // -> 0101-23 45 67
    // after
    formatPhoneNumber("010-1234567"); // -> 010-123 45 67

@github-actions github-actions bot force-pushed the changeset-release/main branch from 7bcdd9f to dcfa24d Compare February 22, 2025 09:11
@github-actions github-actions bot force-pushed the changeset-release/main branch from dcfa24d to ceaf549 Compare February 22, 2025 09:12
@alexanbj alexanbj merged commit 17ee316 into main Feb 22, 2025
@alexanbj alexanbj deleted the changeset-release/main branch February 22, 2025 09:12
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.

2 participants