turbo-themes 0.20.6 → 0.20.7

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: 5e26733c5fbd0763d4d32cb07d370a3cf327362ff430c6b39033485edf8bf928
4
- data.tar.gz: a6777c0fa035037312e24080baf5ee84d4e05bc75b613abef71dfcf661b64ca0
3
+ metadata.gz: b444a1a87b6a101722310321f439811017aa5dc66fc05d3d6bb4399575c6411c
4
+ data.tar.gz: 0da18b3b792e7b740db7dfda80a97549cbdabbc006712a440a9e7b6cce0a73f2
5
5
  SHA512:
6
- metadata.gz: a060556b59f2f2531dade924aae8d0302c80e40bae50d4f25fa959f756abcc87aedca48f72198e460bd798cf414725814aa77b72221d028164c78322d08bd422
7
- data.tar.gz: 8f1d2d6f986d90c00ffc6bd81495d6cc599a44995ad4d7bd61e0cd074171b13654e464411b402483f78d588a697f0eb254e2b6e8e930bb1e1148726991ec4ef6
6
+ metadata.gz: f4f6b70a6ac0b9f6ac8dc8670e209416b1e95f28fc5e70bdd6b0436875dcfa9d74b5d95ff32a5b9b447ce68aea48d0a5dd3afaef7f8520b325888e2fda79005f
7
+ data.tar.gz: 5cd17dbe375ba94ad395e5d4bf1b8dccbbc4226370be0e3c6a3e2ad1a336066f1f0e22df3a1534736046e67a17bf1dd858cf1c9cb193b58db424edd2367b9bae
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.7] - 2026-04-05
14
+
15
+ ### 🐛 Fixed
16
+
17
+ - add type declarations for CSS subpath exports (#391)
18
+
13
19
  ## [0.20.6] - 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.6"
4
+ VERSION = "0.20.7"
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.6
4
+ version: 0.20.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Turbo Coder