turbo-themes 0.20.2 → 0.20.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: af13a25ba5ad50fb05499dcf2caab01f9f19734a207ae793b350aeee51223e04
4
- data.tar.gz: '0478ac2ed503d87b5078003537ab05aea8e5520fb3515cfb5b198285478627d4'
3
+ metadata.gz: 7f0f0bb93cbcc15dedc1c2dccdffe7307ee2f6753b610aa47a537c9aa3f7a69f
4
+ data.tar.gz: 6653ac9c0bac9858f229d4f2af21b585d5006e68b63376c28ba73629cf0fad60
5
5
  SHA512:
6
- metadata.gz: c41344c767cb85d75cd73dfb73375a834f7bf78325efa14cbc63093dc239e674edc59beca61f3dc83f061bf86aff95061f33d12ebd0675c467d96e9582ad879c
7
- data.tar.gz: f4c4f0c097b49ecba5cc5df57bdb20e8445f13c26ddd6aff5398c65a804167c91332fc3c81658bf019db722a030d3034ac057a952293c94505451085318f37e4
6
+ metadata.gz: 5d41ec60c9b9952cfb4b65a7fc612515ad3ef6e98ad2a8a9ce77f898c1e378c6c692eddd6a8ba444c1a93d2cca2e88fd65e15ecb498a30d64410b3b5f65e2c46
7
+ data.tar.gz: f58c2f5265ddd2054860285254ca61a8b1c6b3875d2a6004dc369b9a433a582eb6654a4b591890dc9795ce2793a6714cec84254c8d354394937ab088a6b71749
data/CHANGELOG.md CHANGED
@@ -10,6 +10,12 @@ The format is based on Keep a Changelog and this project adheres to SemVer.
10
10
 
11
11
  - TBD
12
12
 
13
+ ## [0.20.3] - 2026-03-31
14
+
15
+ ### 🐛 Fixed
16
+
17
+ - avoid SIGPIPE in deploy-pages artifact download (#374)
18
+
13
19
  ## [0.20.2] - 2026-03-31
14
20
 
15
21
  ### 🐛 Fixed
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TurboThemes
4
- VERSION = "0.20.2"
4
+ VERSION = "0.20.3"
5
5
  end
6
6
 
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbo-themes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.2
4
+ version: 0.20.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Turbo Coder