turbo-themes 0.23.0 → 0.23.2

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: 7b4467bce121a46dcc8220b2859ffb1bbec309d89df454a25f11e92f1f426933
4
- data.tar.gz: cdb2f87ae1fbbaeccf3a19763c2e20572d31a5a61fe5c04dfd527b61e722f080
3
+ metadata.gz: f06d743a2fcac6bf68dde174d5a1e241e924d64548ac18081bbdc00b16d4381a
4
+ data.tar.gz: 743f4b9eaf16d3e4698446b2afe44c5d1ac7a032e26d4628317675e99376ebb8
5
5
  SHA512:
6
- metadata.gz: 6bd47c272ec823e9adbe31fd1c19758ed178254d18f292b48d9fee6da892ccba164e8229fb484f036bdaf1e65b5a24d6efd5921e89c8a4ac01c3503ef8d7ffa6
7
- data.tar.gz: fd45804642b49c212a44187730daaa64deb8415e239ffc5358e4d446799c61131e8173d48e8f66aada82fde7a0f1d132e450b28bb0a3b4abdb397e9b608441c1
6
+ metadata.gz: 74c4e1b4747e3d78c0cd55beda41b6c0b866a341f8d2214db5f59294480b395705a8d3e30f66c824894d240afd2bc57176deac9fdd850b378dc36692702a5880
7
+ data.tar.gz: 17bcb9398fcddb825546da02e7ba208612bbdc092e06ace10d61c30ec356556ec98bd6a56226fb1419d851e375889efec149265090eef77c71f4f304b34b4533
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.2] - 2026-07-17
14
+
15
+ ### 🐛 Fixed
16
+
17
+ - bucket docs/style/refactor/perf/test/chore under Changed (#570)
18
+
19
+ ## [0.23.1] - 2026-07-17
20
+
21
+ ### 🔧 Changed
22
+
23
+ - recommend uv for Python installation (#554)
24
+
13
25
  ## [0.23.0] - 2026-07-17
14
26
 
15
27
  ### ✨ Added
data/README.md CHANGED
@@ -57,7 +57,7 @@ projects:
57
57
  | Platform | Package Manager | Install Command |
58
58
  | ------------------------- | --------------- | ------------------------------------------------- |
59
59
  | **JavaScript/TypeScript** | npm / bun | `npm install @lgtm-hq/turbo-themes` |
60
- | **Python** | pip / uv | `pip install turbo-themes` |
60
+ | **Python** | uv / pip | `uv pip install turbo-themes` |
61
61
  | **Ruby** | bundler | `gem "turbo-themes", "~> 0.12"` |
62
62
  | **Swift** | SPM | Add `https://github.com/lgtm-hq/turbo-themes.git` |
63
63
 
@@ -74,9 +74,11 @@ npm install @lgtm-hq/turbo-themes
74
74
  ### Python
75
75
 
76
76
  ```bash
77
+ # Using uv (recommended)
78
+ uv pip install turbo-themes
79
+
80
+ # Or using pip
77
81
  pip install turbo-themes
78
- # or
79
- uv add turbo-themes
80
82
  ```
81
83
 
82
84
  ### Ruby (Jekyll)
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TurboThemes
4
- VERSION = "0.23.0"
4
+ VERSION = "0.23.2"
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.0
4
+ version: 0.23.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Turbo Coder