turbo-themes 0.20.35 → 0.20.36

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: c3fabb003408109371556aa4acdb859de48f1dddb8419302df677977a8d9579e
4
- data.tar.gz: 4b0f0d77f2060b445f157a2bc922d60869e85075525258db166dcbd1aecdc67c
3
+ metadata.gz: cc90e4033c6f1e293b3e900ce97d7dd6ad3b6f4bab0420c61d8590f77ae9d5ed
4
+ data.tar.gz: e7ddc9fa3b82cd407469f657ce49080fa98d809e5a3b13f04e9abd0c2e9a3052
5
5
  SHA512:
6
- metadata.gz: 28cdb5a10e34c704d6b899d3b83943a9469574532b642d40e41f598ad5108a986faa9e46ff8bf735665da6c548288372b64a4a2dc7ec81797f23b7e40ee899f9
7
- data.tar.gz: 1f03e668aeba87696ca5b149f26a6896b6b646d41a053655506d2d135e2b58e560056222254fa22c737a4e0d45c390d94ca6956d78afc3668b53964896d0e617
6
+ metadata.gz: 0cbc8d3140b6e623251e37a35a9eb18ef17aa1c43a4cfa2cfc46920291d17aad1384d4bbd34e1c9199da72891846f311120b4c8eb871a474631771ecc7c30181
7
+ data.tar.gz: 10dd8fad147d09b4a06e5187fb7cd746e0b34177696d90dfce9c176a526ab0cd60d8b3895f6684424ff11a94ffdb118e1331b3e16925137cf93a6a347a3fc896
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.36] - 2026-05-01
14
+
15
+ ### 🐛 Fixed
16
+
17
+ - update ajv to 8.20.0 (minor) (#450)
18
+
13
19
  ## [0.20.35] - 2026-05-01
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.35"
4
+ VERSION = "0.20.36"
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.35
4
+ version: 0.20.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Turbo Coder