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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 40c3a685e5846885ead15eb0a8490aa47f0910908b6a41ca0bdce27888afe1f2
4
- data.tar.gz: 18bb293a93002c123a9c5422097c6d3769f446415bbf5d244732f76eb4429067
3
+ metadata.gz: acb2d5e281ea32acb591e0944e363201b066e9d4586b729ddf59a32df8255293
4
+ data.tar.gz: 5495dc76c0488a05bd50298a609e4a5ba9aacec093ed4893a11bb1e926dae0ff
5
5
  SHA512:
6
- metadata.gz: 8b82badbfee1579e5c221ab08a0d45efac14dd162dde9708920abcfec5b23f74eec4c635347cb9ced57872709e3f5623dc3e27766c26f967346995f33a086e6f
7
- data.tar.gz: 816675466a49cba1ead3a41b6f37afc0d666c72697455ad84ffd54064f0d8f54eb1754456560c1493bf8527f5baf88a871246343c566991084baa254d648876d
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
19
19
  - name: Setup Node
20
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
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@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
24
+ uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
25
25
  with:
26
26
  version: 9.1.3
27
27
  - name: Install dependencies
@@ -20,9 +20,9 @@ jobs:
20
20
  BUNDLE_GEMFILE: ${{ matrix.gemfile }}
21
21
  steps:
22
22
  - name: Check out code
23
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
24
24
  - name: Set up Ruby ${{ matrix.ruby }}
25
- uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
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@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
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
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- worldwide (1.20.1)
16
+ worldwide (1.21.0)
17
17
  activesupport (>= 7.0)
18
18
  i18n
19
19
  phonelib (~> 0.8)
data/data/regions/BG.yml CHANGED
@@ -2,7 +2,7 @@
2
2
  name: Bulgaria
3
3
  code: BG
4
4
  tax: 0.2
5
- currency: BGN
5
+ currency: EUR
6
6
  unit_system: metric
7
7
  tax_name: VAT
8
8
  tax_inclusive: true
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Worldwide
4
- VERSION = "1.20.1"
4
+ VERSION = "1.21.0"
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.20.1
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify