turbo-themes 0.38.2 → 0.38.4
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 +12 -0
- data/assets/js/homepage-showcase.js +2 -2
- data/assets/js/homepage-showcase.js.map +1 -1
- data/assets/js/homepage-showcase.min.js +1 -1
- data/assets/js/theme-selector.min.js +1 -1
- data/lib/turbo-themes/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 41b0d1e4abf0397d3ffc9ca2f519c27f7c51e73d5c921b9d8abfb73904c60c50
|
|
4
|
+
data.tar.gz: 1834b675eaec8fe4bc136eb69f5b4d96d97b3b76da6f3814d54c6fb348b9c01d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67f3dd37416eb42e5ed449c49f86588e0ea054701c2a4331a74786b99c7db3ca1f25df1453e4a33e2ab71801ad280d14a1016435699238dd117176e0f71a8f8c
|
|
7
|
+
data.tar.gz: 27d1eea01e56018ed23662dc5b95b527ffe922906fd662fce35deeee2f1ffea84827c82b73e52284d9b9d44518d80951c9273dc6ccd28b7c796f81ede2f54d35
|
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.38.4] - 2026-07-21
|
|
14
|
+
|
|
15
|
+
### 🤖 Internal
|
|
16
|
+
|
|
17
|
+
- Authenticate the release-branch recovery push (#736)
|
|
18
|
+
|
|
19
|
+
## [0.38.3] - 2026-07-21
|
|
20
|
+
|
|
21
|
+
### 🐛 Fixed
|
|
22
|
+
|
|
23
|
+
- Keep security pins in overrides only (#732)
|
|
24
|
+
|
|
13
25
|
## [0.38.2] - 2026-07-21
|
|
14
26
|
|
|
15
27
|
### 🤖 Internal
|
|
@@ -5,8 +5,8 @@ var TurboHomepageShowcase = (function(exports) {
|
|
|
5
5
|
var tokens = {
|
|
6
6
|
$schema: "https://design-tokens.org/schema.json",
|
|
7
7
|
$description: "Turbo Themes - Flat tokens for 37 themes",
|
|
8
|
-
$version: "0.38.
|
|
9
|
-
$generated: "
|
|
8
|
+
$version: "0.38.4",
|
|
9
|
+
$generated: "9963efc554a4578f03ef1f99fd8c8a322bdfc78a85609fd546d3b27964885336",
|
|
10
10
|
meta: {
|
|
11
11
|
"themeIds": [
|
|
12
12
|
"bulma-dark",
|