turbo-themes 0.21.0 → 0.22.1
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 +4 -4
- data/CHANGELOG.md +28 -0
- data/lib/turbo-themes/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc483ea6258c75f6b470ba450f295d3ac0dd4dd3dfd5f1392734af9bbc179f3d
|
|
4
|
+
data.tar.gz: 65e8a67de45e4d6c3979c0e3cfecb78e720e69376557e93af01627d486d122bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71d331b5ca144fe68f82596414939b05dd25bae5df9286456142e6a8e4ae00accc6e1b9f67a7c5d1c2ef63860fb45d34d967df20dc5738a1dd0d6c87d471e15d
|
|
7
|
+
data.tar.gz: 929809daf93e9cfc7bde7e4cd8228c330880a6728e651d471d85b37e344b95d83b4decbf43b6c85dd8c0eca2f6613b7d81bdd9b92e0729df83d5d05049606ff9
|
data/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,34 @@ The format is based on Keep a Changelog and this project adheres to SemVer.
|
|
|
10
10
|
|
|
11
11
|
- TBD
|
|
12
12
|
|
|
13
|
+
## [0.22.1] - 2026-07-17
|
|
14
|
+
|
|
15
|
+
### 🔧 Changed
|
|
16
|
+
|
|
17
|
+
- add AGENTS.md with Cursor Cloud dev environment instructions (#542)
|
|
18
|
+
|
|
19
|
+
## [0.22.0] - 2026-07-16
|
|
20
|
+
|
|
21
|
+
### ✨ Added
|
|
22
|
+
|
|
23
|
+
- adopt lgtm-ci reusable workflows at v0.52.3 (#526)
|
|
24
|
+
- add merge_group triggers for merge queue support (#507)
|
|
25
|
+
|
|
26
|
+
### 🐛 Fixed
|
|
27
|
+
|
|
28
|
+
- bump postcss-purgecss to 8.0.0 (#541)
|
|
29
|
+
- re-enable scorecard publish-results on lgtm-ci v0.52.4 (#532)
|
|
30
|
+
- adopt reusable scorecards and dependency review (#530)
|
|
31
|
+
- adopt canonical emoji check names (#528)
|
|
32
|
+
- add self-documenting help target (#521)
|
|
33
|
+
- remove leftover Jekyll files from previous docs setup (#520)
|
|
34
|
+
- add SECURITY.md (#487)
|
|
35
|
+
- remove js-yaml direct dep conflicting with security override (#524)
|
|
36
|
+
- update vite to 8.0.12 (major) (#457)
|
|
37
|
+
- update actions/cache to v5.0.5 (#390)
|
|
38
|
+
- export turbo-themes-all.css as ./css/themes-all (#518)
|
|
39
|
+
- update lintro to 0.62.1 (minor) (#479)
|
|
40
|
+
|
|
13
41
|
## [0.21.0] - 2026-05-21
|
|
14
42
|
|
|
15
43
|
### ✨ Added
|
data/lib/turbo-themes/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.22.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Turbo Coder
|
|
@@ -212,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
212
212
|
- !ruby/object:Gem::Version
|
|
213
213
|
version: '0'
|
|
214
214
|
requirements: []
|
|
215
|
-
rubygems_version: 4.0.
|
|
215
|
+
rubygems_version: 4.0.6
|
|
216
216
|
specification_version: 4
|
|
217
217
|
summary: Universal, accessible theme packs and a drop-in theme selector
|
|
218
218
|
test_files: []
|