turbo-themes 0.20.5 → 0.20.6

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: 53158014f4bb7d91bad0d6dba31736bc913a9b9589dcb76c408e90587314327b
4
- data.tar.gz: 280791306900152b432c5e03d1e96e36e2b402db655f55dfed3c18850408d228
3
+ metadata.gz: 5e26733c5fbd0763d4d32cb07d370a3cf327362ff430c6b39033485edf8bf928
4
+ data.tar.gz: a6777c0fa035037312e24080baf5ee84d4e05bc75b613abef71dfcf661b64ca0
5
5
  SHA512:
6
- metadata.gz: 523ffb2ed541eff86853669a2a055c1b048f0fc53f2457a9d4d206b22ef71f3b751b700dc3116644a62295d41dd91c2b7de637a850f746a39f097d5b7778c6ae
7
- data.tar.gz: 944b2a8763c291b84339720e160fafd434821005ec5f852ce03ac23f9b96cba28ab9ecbacd20319bf8f300f46a940c1dcdc068113014ed95e1f9719d8d0544d1
6
+ metadata.gz: a060556b59f2f2531dade924aae8d0302c80e40bae50d4f25fa959f756abcc87aedca48f72198e460bd798cf414725814aa77b72221d028164c78322d08bd422
7
+ data.tar.gz: 8f1d2d6f986d90c00ffc6bd81495d6cc599a44995ad4d7bd61e0cd074171b13654e464411b402483f78d588a697f0eb254e2b6e8e930bb1e1148726991ec4ef6
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.6] - 2026-04-03
14
+
15
+ ### 🐛 Fixed
16
+
17
+ - remove local community health stubs in favor of org-wide defaults (#384)
18
+
13
19
  ## [0.20.5] - 2026-04-03
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.5"
4
+ VERSION = "0.20.6"
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.5
4
+ version: 0.20.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Turbo Coder