Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2021-10-11 06:31:49 +0300
committerMark Otto <otto@github.com>2021-10-13 19:03:43 +0300
commitf2467219d66007df48284d57a60e2f4b2b013cfc (patch)
tree0771146d30c1bf8145bc0f3d8e63908d883b1381
parent08286ce896e901c82a244fc6824b2ed3e56ccd8d (diff)
Update version and hero
-rw-r--r--config.yml2
-rw-r--r--docs/layouts/partials/home/hero.html2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/config.yml b/config.yml
index 61bd01fca..cb5c00ab8 100644
--- a/config.yml
+++ b/config.yml
@@ -42,7 +42,7 @@ params:
description: "Official open source SVG icon library for Bootstrap"
social_image_path: /assets/img/bootstrap-icons-social.png
- version: "1.5.0"
+ version: "1.6.0"
bs_docs_version: "5.1"
main: "https://getbootstrap.com"
diff --git a/docs/layouts/partials/home/hero.html b/docs/layouts/partials/home/hero.html
index eac11109c..4c899b896 100644
--- a/docs/layouts/partials/home/hero.html
+++ b/docs/layouts/partials/home/hero.html
@@ -9,7 +9,7 @@
</div>
<div class="col-lg-7">
<a class="d-block d-sm-inline-block py-1 px-3 mb-4 text-dark text-decoration-none rounded-3 hero-notice" href="{{ .Site.Params.blog }}/2021/02/22/bootstrap-icons-1-4-0/">
- <strong>New in v1.4.0:</strong> 60+ weather icons!
+ <strong>New in v1.6.0:</strong> 30+ new icons!
</a>
<h1 class="f0">Bootstrap Icons</h1>
<p class="mb-4 f3 font-weight-normal">Free, high quality, open source icon library with over 1,300 icons. Include them anyway you like—SVGs, SVG sprite, or web fonts. Use them with or without <a href="{{ .Site.Params.main }}/">Bootstrap</a> in any project.</p>
diff --git a/package-lock.json b/package-lock.json
index eb44bfa10..549bd4a20 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
- "version": "1.5.0",
+ "version": "1.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 7c0ed6cf1..84cb7a5d8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
- "version": "1.5.0",
+ "version": "1.6.0",
"description": "Official open source SVG icon library for Bootstrap",
"author": "mdo",
"license": "MIT",