worldwide 1.20.1 → 1.21.0
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 +3 -3
- data/.github/workflows/ci.yml +2 -2
- data/.github/workflows/npm-release.yml +3 -3
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +1 -1
- data/data/regions/BG.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: acb2d5e281ea32acb591e0944e363201b066e9d4586b729ddf59a32df8255293
|
|
4
|
+
data.tar.gz: 5495dc76c0488a05bd50298a609e4a5ba9aacec093ed4893a11bb1e926dae0ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e04ab08bc4b7d1dfab1b1b9c6ca8f2d278a365e20a2c3198ec166ffe2745c47365de20329193562e1c59fac46343e1b87616335b9d759a0efe52592bdb63927b
|
|
7
|
+
data.tar.gz: 31e0dbff0c1c92d27fbd2c8cfaa58c41c43d0cf1a4e1fe3770f38452142bbe3da38870cefc67c322538fb766229d6d80985da7312488c99122f09f4addb13479
|
|
@@ -15,13 +15,13 @@ jobs:
|
|
|
15
15
|
working-directory: lang/typescript
|
|
16
16
|
steps:
|
|
17
17
|
- name: Check out code
|
|
18
|
-
uses: actions/checkout@
|
|
18
|
+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
|
19
19
|
- name: Setup Node
|
|
20
|
-
uses: actions/setup-node@
|
|
20
|
+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
|
|
21
21
|
with:
|
|
22
22
|
node-version: 20
|
|
23
23
|
- name: Setup PNPM
|
|
24
|
-
uses: pnpm/action-setup@
|
|
24
|
+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
|
|
25
25
|
with:
|
|
26
26
|
version: 9.1.3
|
|
27
27
|
- name: Install dependencies
|
data/.github/workflows/ci.yml
CHANGED
|
@@ -20,9 +20,9 @@ jobs:
|
|
|
20
20
|
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
|
|
21
21
|
steps:
|
|
22
22
|
- name: Check out code
|
|
23
|
-
uses: actions/checkout@
|
|
23
|
+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
|
24
24
|
- name: Set up Ruby ${{ matrix.ruby }}
|
|
25
|
-
uses: ruby/setup-ruby@
|
|
25
|
+
uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0
|
|
26
26
|
with:
|
|
27
27
|
ruby-version: ${{ matrix.ruby }}
|
|
28
28
|
bundler-cache: true
|
|
@@ -20,15 +20,15 @@ jobs:
|
|
|
20
20
|
working-directory: lang/typescript
|
|
21
21
|
steps:
|
|
22
22
|
- name: Checkout Repo
|
|
23
|
-
uses: actions/checkout@
|
|
23
|
+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
|
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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
|
|
28
28
|
with:
|
|
29
29
|
node-version: 20
|
|
30
30
|
- name: Setup PNPM
|
|
31
|
-
uses: pnpm/action-setup@
|
|
31
|
+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
|
|
32
32
|
with:
|
|
33
33
|
version: 9.1.3
|
|
34
34
|
- name: Install dependencies
|
data/CHANGELOG.md
CHANGED
|
@@ -28,6 +28,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
28
28
|
## [Unreleased]
|
|
29
29
|
|
|
30
30
|
---
|
|
31
|
+
## [1.21.0] - 2025-10-14
|
|
32
|
+
- Bulgaria to start using EUR as its official currency as of Jan 1, 2026 [#413](https://github.com/Shopify/worldwide/pull/413)
|
|
33
|
+
|
|
31
34
|
## [1.20.1] - 2025-10-14
|
|
32
35
|
- Patch pt subdivisions to remove superscript marker on Spanish provinces [#392](https://github.com/Shopify/worldwide/pull/392)
|
|
33
36
|
|
data/Gemfile.lock
CHANGED
data/data/regions/BG.yml
CHANGED
data/lib/worldwide/version.rb
CHANGED