bulma-turbo-themes 0.8.0 → 0.8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aad2d31befacfa17a9b9da3438a1964ca8b66557ccbcabd6a5cb15eca88aa139
4
- data.tar.gz: 9b1d45187df6d2dfc6dbcd074ab51d53802cf25574a807345082e3b8685183c3
3
+ metadata.gz: 812fdf4e99d1579e7b6c84f3238ee761181eb6b091629430e53e4156171c438c
4
+ data.tar.gz: 600afaa907a3247f7cd3c57348b7af8411aa483bbe3a7bc676cf3f83247e6db1
5
5
  SHA512:
6
- metadata.gz: cba3e7dbe44f90b4658784fb9fe54431dea87b7caec926c08ac0cc37d3647eac519ded405cce7f9563f5dfa08595be22dcded37b8ed1b6a265c42311e6e05881
7
- data.tar.gz: bb56a0a612dfaee60ef752cf7a4ffe664614cb42f02f44593a39179118948ab2069f247beaea6c7500aed97a1b81f46a318e185177cf6bf08260431cdf9059b6
6
+ metadata.gz: a1ee5f3bdc8e41f475a910208a8d163004b30697925b87d80f3a2e978b63b55207dc26c77017f0fde62d12e3a49391c9f3d39e7858e7c1cc3b1d6269e4118a11
7
+ data.tar.gz: ff997a38ad1069972b6cf2e6316c984d459d68633b2196f71f3dd0bfea9331973c92259a4e4994aab2568abd5b317180d7e7d642e08a650fa5055b7b0e621759
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.8.1] - 2025-11-16
14
+
15
+ ### 🐛 Fixed
16
+
17
+ - update OpenSSF badge to Best Practices (#104)
18
+
13
19
  ## [0.8.0] - 2025-11-16
14
20
 
15
21
  ### ✨ Added
data/README.md CHANGED
@@ -10,7 +10,7 @@ Modern, accessible theme packs and a drop-in theme selector for Bulma 1.x.
10
10
  [![Lighthouse](https://img.shields.io/github/actions/workflow/status/TurboCoder13/bulma-turbo-themes/reporting-lighthouse-ci.yml?label=lighthouse&branch=main)](https://github.com/TurboCoder13/bulma-turbo-themes/actions/workflows/reporting-lighthouse-ci.yml?query=branch%3Amain)
11
11
 
12
12
  [![CodeQL](https://github.com/TurboCoder13/bulma-turbo-themes/actions/workflows/security-codeql.yml/badge.svg?branch=main)](https://github.com/TurboCoder13/bulma-turbo-themes/actions/workflows/security-codeql.yml?query=branch%3Amain)
13
- [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/TurboCoder13/bulma-turbo-themes/badge)](https://scorecard.dev/viewer/?uri=github.com/TurboCoder13/bulma-turbo-themes)
13
+ [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/11471/badge)](https://www.bestpractices.dev/projects/11471)
14
14
  [![SBOM](https://img.shields.io/badge/SBOM-enabled-brightgreen)](SECURITY.md)
15
15
  [![Download SBOM](https://img.shields.io/badge/SBOM-download_latest-blue?logo=github)](https://github.com/TurboCoder13/bulma-turbo-themes/actions/workflows/security-sbom.yml)
16
16
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BulmaTurboThemes
4
- VERSION = "0.8.0"
4
+ VERSION = "0.8.1"
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bulma-turbo-themes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Turbo Coder