worldwide 1.17.1 → 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 +4 -4
- data/.github/workflows/npm-release.yml +2 -1
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +1 -1
- data/data/other/names/bg.yml +5 -0
- data/data/other/names/el.yml +5 -0
- data/data/other/names/hu.yml +5 -0
- data/data/other/names/id.yml +5 -0
- data/data/other/names/lt.yml +5 -0
- data/data/other/names/ro.yml +5 -0
- data/data/other/names/ru.yml +5 -0
- data/data/other/paths.txt +8 -1
- data/data/regions/RO.yml +0 -1
- data/data/regions/ZA.yml +1 -0
- data/lib/worldwide/version.rb +1 -1
- metadata +8 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dde5aa1c8404b5985f455e1a3f79b8fc5c97bbb2c8cd13ac8ff583281f8d06eb
|
4
|
+
data.tar.gz: 780c802356e767455f09f18b8882268778921bcff927288d04c645d69587ff54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d5d297bfa374a1d64da8216a379d42a5c8dcea9d7fb6429c7804bf7d7cf504cb97792e6573bf1cdd7c47b039c7c4f4246808e6994e8fd211e6a51636dec3cc6
|
7
|
+
data.tar.gz: 7790380d7bbbd5c95c9133b4521a8976825fd9f95de8f541bf07b1dde1b8e25d41177a43ebe6a4830b0cf2903cc99f2c1dc3958617c9d4bd25b9243c9afbb980
|
@@ -35,7 +35,8 @@ jobs:
|
|
35
35
|
run: pnpm install --frozen-lockfile
|
36
36
|
- name: Create release Pull Request or publish to NPM
|
37
37
|
id: changesets
|
38
|
-
uses: changesets/action@v1
|
38
|
+
# uses: changesets/action@v1
|
39
|
+
uses: changesets/action@v1.5.1 # workaround until fix for https://github.com/changesets/action/issues/501
|
39
40
|
with:
|
40
41
|
publish: pnpm release
|
41
42
|
cwd: lang/typescript
|
data/CHANGELOG.md
CHANGED
@@ -29,6 +29,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
29
29
|
|
30
30
|
---
|
31
31
|
|
32
|
+
## [1.17.3] - 2025-06-23
|
33
|
+
- Require postal codes in Romania [#368](https://github.com/Shopify/worldwide/pull/368)
|
34
|
+
|
35
|
+
## [1.17.2] - 2025-06-18
|
36
|
+
- Add name formatter translations for missing languages [#367](https://github.com/Shopify/worldwide/pull/367)
|
37
|
+
- Update South Africa to be considered Tax Inclusive [#352](https://github.com/Shopify/worldwide/pull/352)
|
38
|
+
|
32
39
|
## [1.17.1] - 2025-06-06
|
33
40
|
- Require postcodes and update regex in MT [#354](https://github.com/Shopify/worldwide/pull/354)
|
34
41
|
- Introduce name_alternates for NZ regions [#357](https://github.com/Shopify/worldwide/pull/357)
|
data/Gemfile.lock
CHANGED
data/data/other/paths.txt
CHANGED
@@ -1410,23 +1410,30 @@
|
|
1410
1410
|
/data/other/lists/zh.yml
|
1411
1411
|
/data/other/lists/zu-ZA.yml
|
1412
1412
|
/data/other/lists/zu.yml
|
1413
|
+
/data/other/names/bg.yml
|
1413
1414
|
/data/other/names/cs.yml
|
1414
1415
|
/data/other/names/da.yml
|
1415
1416
|
/data/other/names/de.yml
|
1417
|
+
/data/other/names/el.yml
|
1416
1418
|
/data/other/names/en.yml
|
1417
1419
|
/data/other/names/es.yml
|
1418
1420
|
/data/other/names/fi.yml
|
1419
1421
|
/data/other/names/fr.yml
|
1420
1422
|
/data/other/names/hi.yml
|
1423
|
+
/data/other/names/hu.yml
|
1424
|
+
/data/other/names/id.yml
|
1421
1425
|
/data/other/names/it.yml
|
1422
1426
|
/data/other/names/ja.yml
|
1423
1427
|
/data/other/names/ko.yml
|
1428
|
+
/data/other/names/lt.yml
|
1424
1429
|
/data/other/names/ms.yml
|
1425
1430
|
/data/other/names/nb.yml
|
1426
1431
|
/data/other/names/nl.yml
|
1427
1432
|
/data/other/names/pl.yml
|
1428
1433
|
/data/other/names/pt-BR.yml
|
1429
1434
|
/data/other/names/pt-PT.yml
|
1435
|
+
/data/other/names/ro.yml
|
1436
|
+
/data/other/names/ru.yml
|
1430
1437
|
/data/other/names/sv.yml
|
1431
1438
|
/data/other/names/th.yml
|
1432
1439
|
/data/other/names/tr.yml
|
@@ -1528,4 +1535,4 @@
|
|
1528
1535
|
/data/other/units/tr.yml
|
1529
1536
|
/data/other/units/vi.yml
|
1530
1537
|
/data/other/units/zh-CN.yml
|
1531
|
-
/data/other/units/zh-TW.yml
|
1538
|
+
/data/other/units/zh-TW.yml
|
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}"
|
data/data/regions/ZA.yml
CHANGED
data/lib/worldwide/version.rb
CHANGED
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.
|
4
|
+
version: 1.17.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shopify
|
@@ -6097,23 +6097,30 @@ files:
|
|
6097
6097
|
- data/other/lists/zh.yml
|
6098
6098
|
- data/other/lists/zu-ZA.yml
|
6099
6099
|
- data/other/lists/zu.yml
|
6100
|
+
- data/other/names/bg.yml
|
6100
6101
|
- data/other/names/cs.yml
|
6101
6102
|
- data/other/names/da.yml
|
6102
6103
|
- data/other/names/de.yml
|
6104
|
+
- data/other/names/el.yml
|
6103
6105
|
- data/other/names/en.yml
|
6104
6106
|
- data/other/names/es.yml
|
6105
6107
|
- data/other/names/fi.yml
|
6106
6108
|
- data/other/names/fr.yml
|
6107
6109
|
- data/other/names/hi.yml
|
6110
|
+
- data/other/names/hu.yml
|
6111
|
+
- data/other/names/id.yml
|
6108
6112
|
- data/other/names/it.yml
|
6109
6113
|
- data/other/names/ja.yml
|
6110
6114
|
- data/other/names/ko.yml
|
6115
|
+
- data/other/names/lt.yml
|
6111
6116
|
- data/other/names/ms.yml
|
6112
6117
|
- data/other/names/nb.yml
|
6113
6118
|
- data/other/names/nl.yml
|
6114
6119
|
- data/other/names/pl.yml
|
6115
6120
|
- data/other/names/pt-BR.yml
|
6116
6121
|
- data/other/names/pt-PT.yml
|
6122
|
+
- data/other/names/ro.yml
|
6123
|
+
- data/other/names/ru.yml
|
6117
6124
|
- data/other/names/sv.yml
|
6118
6125
|
- data/other/names/th.yml
|
6119
6126
|
- data/other/names/tr.yml
|