worldwide 1.17.4 → 1.17.5
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/ci-typescript.yml +2 -2
- data/.github/workflows/ci.yml +2 -2
- data/.github/workflows/npm-release.yml +2 -2
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/data/iana_to_rails_time_zone.yml +1 -0
- data/data/regions/RO.yml +1 -1
- data/lib/worldwide/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49346af64c50b82aac4e3e9bada525d00979a6646667a92e70eed946e373cb14
|
4
|
+
data.tar.gz: 8bfdd047171b7ba54bd1da3d498ffb95361f53599e76f7785ee5f0db14f62785
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 684e1354d3709fdd7de1dfad814c590b507e549c0ae87d00b1434aac41b94abe47e2e5167d123346f387d90e05bd463ab54adfb7a2c88809805383b513cf978e
|
7
|
+
data.tar.gz: f73651678b07294ba5fcc4c84be784b13fb4b4c6a8f9a91192055ea0020ef9e4e320ad9a76ac94aab64f520ddf52df67a53684ad3a372d529a711949aa5e5d13
|
@@ -11,9 +11,9 @@ jobs:
|
|
11
11
|
working-directory: lang/typescript
|
12
12
|
steps:
|
13
13
|
- name: Check out code
|
14
|
-
uses: actions/checkout@
|
14
|
+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
15
15
|
- name: Setup Node
|
16
|
-
uses: actions/setup-node@
|
16
|
+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
17
17
|
with:
|
18
18
|
node-version: 20
|
19
19
|
- name: Setup PNPM
|
data/.github/workflows/ci.yml
CHANGED
@@ -16,9 +16,9 @@ jobs:
|
|
16
16
|
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
|
17
17
|
steps:
|
18
18
|
- name: Check out code
|
19
|
-
uses: actions/checkout@
|
19
|
+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
20
20
|
- name: Set up Ruby ${{ matrix.ruby }}
|
21
|
-
uses: ruby/setup-ruby@
|
21
|
+
uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0
|
22
22
|
with:
|
23
23
|
ruby-version: ${{ matrix.ruby }}
|
24
24
|
bundler-cache: true
|
@@ -20,11 +20,11 @@ jobs:
|
|
20
20
|
working-directory: lang/typescript
|
21
21
|
steps:
|
22
22
|
- name: Checkout Repo
|
23
|
-
uses: actions/checkout@
|
23
|
+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
24
24
|
with:
|
25
25
|
token: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
|
26
26
|
- name: Setup Node
|
27
|
-
uses: actions/setup-node@
|
27
|
+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
28
28
|
with:
|
29
29
|
node-version: 20
|
30
30
|
- name: Setup PNPM
|
data/CHANGELOG.md
CHANGED
@@ -29,6 +29,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
29
29
|
|
30
30
|
---
|
31
31
|
|
32
|
+
## [1.17.5] - 2025-07-31
|
33
|
+
- Update Romania VAT rate from 19% to 21% [#379](https://github.com/Shopify/worldwide/pull/379)
|
34
|
+
- Add iana_to_rails_time_zone mapping for America/Coyhaique [#378](https://github.com/Shopify/worldwide/pull/378)
|
35
|
+
|
32
36
|
## [1.17.4] - 2025-07-02
|
33
37
|
- Remove postal codes requirement for Romania [#375](https://github.com/Shopify/worldwide/pull/375)
|
34
38
|
|
data/Gemfile.lock
CHANGED
@@ -101,6 +101,7 @@ America/Ciudad_Juarez: America/Denver
|
|
101
101
|
America/Coral_Harbour: America/Bogota
|
102
102
|
America/Cordoba: America/Argentina/Buenos_Aires
|
103
103
|
America/Costa_Rica: America/Mexico_City
|
104
|
+
America/Coyhaique: America/Sao_Paulo
|
104
105
|
America/Creston: America/Phoenix
|
105
106
|
America/Cuiaba: America/Caracas
|
106
107
|
America/Curacao: America/Puerto_Rico
|
data/data/regions/RO.yml
CHANGED
data/lib/worldwide/version.rb
CHANGED