Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

- Upgrade phonelib gem from 0.8.7 to 0.10.16 to pick up latest phone number data and bug fixes [#366](https://github.com/Shopify/worldwide/pull/366)

---
## [1.22.0] - 2026-03-09
- Add CLDR unit formatting support for 12 new measurement categories: area, duration, electric, energy, frequency, light, power, pressure, speed, temperature, digital, and graphics (~50 new unit keys with locale-aware formatting) [#436](https://github.com/Shopify/worldwide/pull/436)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PATH
worldwide (1.22.0)
activesupport (>= 7.0)
i18n
phonelib (~> 0.8)
phonelib (~> 0.10)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -66,7 +66,7 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
phonelib (0.8.7)
phonelib (0.10.16)
prettier_print (1.2.0)
pry (0.14.2)
coderay (~> 1.1)
Expand Down
2 changes: 1 addition & 1 deletion worldwide.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |spec|

spec.add_dependency("activesupport", ">= 7.0")
spec.add_dependency("i18n")
spec.add_dependency("phonelib", "~> 0.8")
spec.add_dependency("phonelib", "~> 0.10")
end
Loading