Skip to content

Commit 17ee316

Browse files
chore: Update version for release (#29)
1 parent e4768ae commit 17ee316

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

.changeset/fifty-ads-jump.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/format/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @obosbbl/format
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- 2cfe3be: fix formatting of Swedish phone numbers that start with the area code 010
8+
9+
Previously it didn't recognize 010 as a 3 digit area code, so the format would be wrong.
10+
11+
```js
12+
// before
13+
formatPhoneNumber("010-1234567"); // -> 0101-23 45 67
14+
// after
15+
formatPhoneNumber("010-1234567"); // -> 010-123 45 67
16+
```
17+
318
## 0.3.1
419

520
### Patch Changes

packages/format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@obosbbl/format",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A collection of formatting methods for OBOS",
55
"repository": {
66
"url": "https://github.com/code-obos/public-frontend-modules"

0 commit comments

Comments
 (0)