Skip to content

Commit 817d780

Browse files
committed
Bump version for release
1 parent e604ea6 commit 817d780

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build/font/scss.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
${{ name }}-font: "{{ name }}" !default;
22
${{ name }}-font-dir: "{{ fontsUrl }}" !default;
33
${{ name }}-font-file: #{${{ name }}-font-dir}/#{${{ name }}-font} !default;
4-
${{ name }}-font-hash: "28df46889dced875dea48cfe64755198" !default;
4+
${{ name }}-font-hash: "24e3eb84d0bcaf83d77f904c78ac1f47" !default;
55
${{ name }}-font-src: url("#{${{ name }}-font-file}.woff2?#{${{ name }}-font-hash}") format("woff2"),
66
url("#{${{ name }}-font-file}.woff?#{${{ name }}-font-hash}") format("woff") !default;
77

config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ params:
5757
description: "Official open source SVG icon library for Bootstrap"
5858
social_image_path: /assets/img/bootstrap-icons-social.png
5959

60-
version: "1.10.2"
60+
version: "1.10.3"
6161
docs_version: "5.3"
6262

6363
main: "https://getbootstrap.com"

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-icons",
3-
"version": "1.10.2",
3+
"version": "1.10.3",
44
"description": "Official open source SVG icon library for Bootstrap",
55
"author": "mdo",
66
"license": "MIT",

0 commit comments

Comments
 (0)