worldwide 1.17.2 → 1.17.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8aa2a75274f1439bdec8b5fbbb78ae60f5210c444248027562f6af4139031a7b
4
- data.tar.gz: '07779bff765c6f91c499db944a95a03823afea0ccb0fc3a504316560fce3e377'
3
+ metadata.gz: dde5aa1c8404b5985f455e1a3f79b8fc5c97bbb2c8cd13ac8ff583281f8d06eb
4
+ data.tar.gz: 780c802356e767455f09f18b8882268778921bcff927288d04c645d69587ff54
5
5
  SHA512:
6
- metadata.gz: 69e04dfe9b7426ce4c47c18d671a25a07386c0735a2950ff4741754804f44325abeacd71785ad6b005c19039f28ff8edbdcb7215b5043fdc6b78aee2cd742db3
7
- data.tar.gz: d2251914d283d093930880539dedbb25e0cb40623d9cbee90dc3e2469a0f7b9b95d3b990b7e5a807c5aa853fde57bd5dace4d229660e3c379c2f6f4b9b4f1cdf
6
+ metadata.gz: 5d5d297bfa374a1d64da8216a379d42a5c8dcea9d7fb6429c7804bf7d7cf504cb97792e6573bf1cdd7c47b039c7c4f4246808e6994e8fd211e6a51636dec3cc6
7
+ data.tar.gz: 7790380d7bbbd5c95c9133b4521a8976825fd9f95de8f541bf07b1dde1b8e25d41177a43ebe6a4830b0cf2903cc99f2c1dc3958617c9d4bd25b9243c9afbb980
data/CHANGELOG.md CHANGED
@@ -27,9 +27,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
27
27
 
28
28
  ## [Unreleased]
29
29
 
30
-
31
30
  ---
32
31
 
32
+ ## [1.17.3] - 2025-06-23
33
+ - Require postal codes in Romania [#368](https://github.com/Shopify/worldwide/pull/368)
34
+
33
35
  ## [1.17.2] - 2025-06-18
34
36
  - Add name formatter translations for missing languages [#367](https://github.com/Shopify/worldwide/pull/367)
35
37
  - Update South Africa to be considered Tax Inclusive [#352](https://github.com/Shopify/worldwide/pull/352)
data/Gemfile.lock CHANGED
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- worldwide (1.17.2)
16
+ worldwide (1.17.3)
17
17
  activesupport (>= 7.0)
18
18
  i18n
19
19
  phonelib (~> 0.8)
data/data/regions/RO.yml CHANGED
@@ -14,7 +14,6 @@ zip_regex: "^(RO-?)?\\d{6}$"
14
14
  zip_example: '060274'
15
15
  phone_number_prefix: 40
16
16
  building_number_required: true
17
- zip_requirement: recommended
18
17
  week_start_day: monday
19
18
  format:
20
19
  edit: "{country}_{firstName}{lastName}_{company}_{address1}_{address2}_{zip}{city}{province}_{phone}"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Worldwide
4
- VERSION = "1.17.2"
4
+ VERSION = "1.17.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: worldwide
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.2
4
+ version: 1.17.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify