bh 6.1.3 → 6.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e1747260caae24ea851b2c9d7be5bf61952dd8dc2c92ce5da64c574fe3e6f7f
4
- data.tar.gz: 27c05e536e988db0e6445f3a3713939a80e0794d20f43bfe7abf24338bb48e4d
3
+ metadata.gz: 5a4c459020371af21cd272fa41567285f83bbe72a5dcbd2682490216bf85efa4
4
+ data.tar.gz: 7077b7c2a8c13f3e87e96e3cb2bdf33b3ea33d8c1ddf42987b7866911a168505
5
5
  SHA512:
6
- metadata.gz: cfe7b1328fbe73760bed064ac579ae9d3b486e2e9ca51d40fc5064b175c779f9f1d4284796ce69c9575458f6aed08907596bd65351bfb4ce1958ff976d2ec56e
7
- data.tar.gz: 461faeeb69bd09a80c9a159255d9563a8fa4bf98638b3256faad6aa8a2063f7c4fd85c68ddd4b78fdc34a0ceeea036b1606f65749f594c4de065410d3aa32d07
6
+ metadata.gz: 4179e6bec45030ef83c35ca311c5cb873f51436377f92611394489ba05cf29a027447101da3f2bcb52a130116d3b99253de4451c53d998844bcaaad0f1549404
7
+ data.tar.gz: 1acbded0532918d0a81673d2e32716529c348c7ee18880ea5ffa2e389a0071ffd50b837ec005934d4a7d21a9e7b25ed99ccb0e52022ab8bb1d622b92602544ec
data/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ For more information about changelogs, check
6
6
  [Keep a Changelog](http://keepachangelog.com) and
7
7
  [Vandamme](http://tech-angels.github.io/vandamme).
8
8
 
9
+ ## 6.1.4 - 2026-06-24
10
+
11
+ * [FEATURE] Include Boostrap Icons CSS
12
+
9
13
  ## 6.1.3 - 2026-05-16
10
14
 
11
15
  * [FEATURE] Added three Stimulus controllers (phone, require, submit)
@@ -17,6 +17,7 @@ module Bh
17
17
  <link rel="apple-touch-icon" href="/apple-touch-icon.png">
18
18
  <link href='https://assets.houseaccount.com/css/bootstrap.min.css' rel='stylesheet'>
19
19
  <!-- once it's live: <link href="https://cdn.jsdelivr.net/npm/bootstrap@6.0.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-VuYVTUAUbEW1A1EgqVmiLTxfqmvVgsV8yG3KeYZmz8aLednYx2pzlYdT4NS041oo" crossorigin="anonymous"> -->
20
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css" rel="stylesheet">
20
21
  #{stylesheet_link_tag :app, 'data-turbo-track': 'reload'}
21
22
  #{stylesheet_link_tag :bh, 'data-turbo-track': 'reload'}
22
23
  HEAD
data/lib/bh/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bh
4
- VERSION = '6.1.3'
4
+ VERSION = '6.1.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bh
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.3
4
+ version: 6.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Baccigalupo