turbo-themes 0.23.10 → 0.24.0

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: b01ff2adb0f3ca4b9cf90772fb0aab0c11326320a8d2edbf56a9cdb4152bcbab
4
- data.tar.gz: 128018b61741f47eb7e5b0fd9a994ec52dd184ffc16ff1201ca471657bd6bc16
3
+ metadata.gz: d219bd8db9a09991ff87a356a0674684627202107091fd2e4785bde08164c5db
4
+ data.tar.gz: bd826c05d8d805708ed3cc1f07a949d1e2b2efa49d62885c55307233faccd3d7
5
5
  SHA512:
6
- metadata.gz: f668c379760d0b6e1214400b1d5a4db638970772336197dd2499ece6031bc2787e962e208bb55fe175c60a82871af0c15b646a211e6663db51dd1e84ee0afe68
7
- data.tar.gz: 76c5dab0d23dd513e4f02f93a94a6934da2fe9116cd8bf60dde656ea3da5eecd9119735077dc71835a21152af2321b43b3f3650bd86e0f356663f654fce952fd
6
+ metadata.gz: 2b0f46a07d70e7e9b622de9016a1ce7f44f8ecf31c82d6a0def0acf934cadd736c3929dfc1578b992e1325157f51cec1a3787661a0388b352ec6bcff9bba78e5
7
+ data.tar.gz: daf5c5249b787fca1025f28b5a109aaacadd7aa46abb95e0bc8a3ba1bedd696080a9a5f3c3537d4a42f4615267c599d7a3acbc3d16d7d205224dfe368acd1d61
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.24.0] - 2026-07-18
14
+
15
+ ### ✨ Added
16
+
17
+ - add smart-link and doc-link pill component styles (#557)
18
+
13
19
  ## [0.23.10] - 2026-07-18
14
20
 
15
21
  ### 🐛 Fixed
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TurboThemes
4
- VERSION = "0.23.10"
4
+ VERSION = "0.24.0"
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.10
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Turbo Coder