bootstrap-icons 1.0.7 → 1.0.11

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: d09742b68f8997882454a6342d19f4e3cc2d6970818613919f922ed2958f0dd7
4
- data.tar.gz: ffb11d2066e3d084942ab262cda686a976473147824635ccf0f930c38d7be913
3
+ metadata.gz: bfdc238c272d6b8c05d648dc4d038e4146e5fe0696d8aaa5c3db15dd62bc1b29
4
+ data.tar.gz: 40b83dbd0ea628c64e407c989772883f648857d1d021aa952694f364bfa13936
5
5
  SHA512:
6
- metadata.gz: 3d1e33c725a0ab47f54db1b47704c3bcdd719c2bda691825d3f12fb06683dcbb7a20db90a22ed7d1a8691d8de19c97e7a01158bce243740bd0d95525fc45fd87
7
- data.tar.gz: fca0e0ea73e5a9e47343a204fc3e5f3a08e036d1d6e7f45151ab41881d9eabd6b206cf56de93b9561eca62bd7819e95096f9630b4987073a249d07db92d9fb61
6
+ metadata.gz: 1335de6407e25a6703f398e89dee26071cddf5748193083ccffa9051f99e6f29618f223b89f2dfeb6d42608546eb43daa453f541708fe8d3ec3f4bc5ee2421ed
7
+ data.tar.gz: cf0620339b6fb467c2bddb5c1ef8bb0345705fea895618e32d8c7b2b7ef879e1b3279a0be59409966abf9f1e30c831c3a9c83baf4e061ed29705db867919c49f
data/CHANGELOG.md CHANGED
@@ -38,4 +38,12 @@
38
38
 
39
39
  ## 1.0.7
40
40
 
41
- - Update bootstrap icons to `v1.3.0`.
41
+ - Update bootstrap icons to `v1.3.0`.
42
+
43
+ ## 1.0.10
44
+
45
+ - Update bootstrap icons to `v1.5.0`.
46
+
47
+ ## 1.0.11
48
+
49
+ - Update bootstrap icons to `v1.7.2`.
@@ -11,7 +11,7 @@ module BootstrapIcons
11
11
  @height = bootstrap_icon["height"]
12
12
  @fill = bootstrap_icon["fill"]
13
13
  @viewBox = bootstrap_icon["viewBox"]
14
-
14
+
15
15
  prepare_icon_options
16
16
  end
17
17
 
@@ -1,3 +1,3 @@
1
1
  module BootstrapIcons
2
- VERSION = "1.0.7".freeze
2
+ VERSION = "1.0.11".freeze
3
3
  end