turbo-themes 0.23.7 → 0.23.9

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: 8d62fb472eaba149fe153e12f6439025ce125a9e0a3ca7c81bc003e145ba4c24
4
- data.tar.gz: 721be0cbdd7c0bd80fee4524496c7996bff5fa51caf8f72298d6b4ea4d3bcd6a
3
+ metadata.gz: 60879b74eb565cf75330a8b16690c2c2974ac6c4a61bca3c1acaa07bbee7d3b0
4
+ data.tar.gz: a7f643a5d7cbc2fdad7ab8d19b2acc942c2ae9b7a31cf7f88622f61521c483c7
5
5
  SHA512:
6
- metadata.gz: e3a20635bc8766ac9ba57f7668188fff07bbaf1a6e20fd10f64970331f5ddf2ff539f870b6660e3125a525195c278113e5c9a4b8acb4425f1e8c9aa11c1b19e8
7
- data.tar.gz: 365c41394a8d8180fe94f15b6af38e2e4cb3ec5d3a24400cae8a6a9e21a6b55f82aa1fed685fd75bbb8bcd8d47320417bfa14fbcf475bc06595299948820e2b3
6
+ metadata.gz: 21640866a58d2c0a9dd9ccec73adf2ff1b5d412eb5e1460bbb2ac2be65d35078f269aadcdf87446a0295916350d53b527a3d7c3dd020986de4a16f17514ad5fb
7
+ data.tar.gz: 6d0ca23959520b3b6093030fce7c7751f738169cb78ad8880b9d8ec410db83ecb8ac89f63ac5b13de575188221b4ce3289a960b1c21b3a216dd01a3da2ea8d39
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.9] - 2026-07-18
14
+
15
+ ### 🐛 Fixed
16
+
17
+ - stabilize external-consumption hooks and commit fixtures (#553)
18
+
19
+ ## [0.23.8] - 2026-07-18
20
+
21
+ ### 🔧 Changed
22
+
23
+ - extract inline shell from publish-npm and quality-examples (#550)
24
+
13
25
  ## [0.23.7] - 2026-07-18
14
26
 
15
27
  ### 🔧 Changed
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TurboThemes
4
- VERSION = "0.23.7"
4
+ VERSION = "0.23.9"
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.7
4
+ version: 0.23.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Turbo Coder