bootstrap-icons 1.0.14 → 1.0.15

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: cd42841efdbd8a501a5d1406580aedd42f71e7023fb2e927163035389327002d
4
- data.tar.gz: a87486ce8d2ace748861aaf8f2ce21a922e7a4cda478e0fb196c312b100961f0
3
+ metadata.gz: 6405af35ad1cc5c7e45f6704ebb17aa49f986ccbb5bd3ca8a468666aeffeef24
4
+ data.tar.gz: aaec453988dc356bb99543c6749a2ac5ce07a8ba8560ad860c5a48e37c16ff9e
5
5
  SHA512:
6
- metadata.gz: c9d13709f47d4d73917139bfdcadbce5f8da53bd7c8154bc50ffcb28090201555d75c7767349981bc58ead5c1dd2b2cb1f52a15ec81d4872308f2ab17d7b6688
7
- data.tar.gz: c8816fe70ecd7c421db568e3697d08225e113f71408f56ea0c02130f0f4036bb9a7e8c4738bddd38f8dc371196579018c9817072c8ddf4586ce45049ba79c8d3
6
+ metadata.gz: af1667ae7acb9546590a5f646881b811aa99200de74965dbdb4fd510fa4d9a6dd8c49fbcc687ff68e931a0d9b188eb26e9ff337863234aa0edc8fd0c09ca2a36
7
+ data.tar.gz: 06b5f7406868204f680641f4cd0e6df8eb7acd4206d79f3873e7b6902054f4f24cb1e1345a68fb5e37a03d184b392b0c819071da0a47dffde57841dfc7eaa8f8
data/CHANGELOG.md CHANGED
@@ -54,4 +54,8 @@
54
54
 
55
55
  ## 1.0.13
56
56
 
57
- - Update bootstrap icons to `v1.10.3`.
57
+ - Update bootstrap icons to `v1.10.3`.
58
+
59
+ ## 1.0.14
60
+
61
+ - Update bootstrap icons to `v1.11.1`.
@@ -1,3 +1,3 @@
1
1
  module BootstrapIcons
2
- VERSION = "1.0.14".freeze
2
+ VERSION = "1.0.15".freeze
3
3
  end