turbo-themes 0.23.6 → 0.23.8

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: da1fc9da9833a7a2f9d86c2f081910a79aa7d3bb68cc06639e130e8cddb0c14d
4
- data.tar.gz: 9a3c46ad828d7b06c368bdc9511cdbfa646432b38b1358a8a100ab80090cb247
3
+ metadata.gz: a19882a7e7414bb929b6777dd899ef5c6d5a1aca61571194e3b17f668ce139cb
4
+ data.tar.gz: 72ff5ed5e0d4bd5df4f301b7830d5d80fc40f932b289d09944d7bae33d1002b9
5
5
  SHA512:
6
- metadata.gz: 8253c10a303eddda91dc3028e4b51299add1805a291627b32839463058e48a2c16f98a313e7763b85ac4dfc18643686d536b2d1480f117bade35fe8e7a185a7c
7
- data.tar.gz: 3ed2c8db17647b2f9cf3972135f62cd400a22ec0e70e6ad6360f541572863e3f9a34ea3c6b299215edc3dcd24a35f06d0518b662a5484f5717b3d4dc75dfef4a
6
+ metadata.gz: 54bd15209cbc9d4f5a0b4f5383d5be96a7bee5e380845cfa085eb0474ff067fee9c07d358b452c2cf33ad6cfb7473f63bb40845d82cb01588c0adbce1ca557b3
7
+ data.tar.gz: 1cfb8c53e7bab1e65883a49f09f2657b06cb827290b4b712618badd30f38ce9b6af60f22fc431bfcbb868ee33437d7f43bf4cd897b4e931a1ff5b80ca75b5f4e
data/CHANGELOG.md CHANGED
@@ -10,6 +10,18 @@ The format is based on Keep a Changelog and this project adheres to SemVer.
10
10
 
11
11
  - TBD
12
12
 
13
+ ## [0.23.8] - 2026-07-18
14
+
15
+ ### 🔧 Changed
16
+
17
+ - extract inline shell from publish-npm and quality-examples (#550)
18
+
19
+ ## [0.23.7] - 2026-07-18
20
+
21
+ ### 🔧 Changed
22
+
23
+ - audit and document coverage exclusions (#549)
24
+
13
25
  ## [0.23.6] - 2026-07-18
14
26
 
15
27
  ### 🐛 Fixed
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TurboThemes
4
- VERSION = "0.23.6"
4
+ VERSION = "0.23.8"
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.23.6
4
+ version: 0.23.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Turbo Coder