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-02-20 21:10:02 +0300
committerMark Otto <otto@github.com>2021-02-22 19:59:18 +0300
commitf364cb14dfc0703b9e3ef10c8b490a71dfef1e9d (patch)
tree1260d07598722b5a140c1af8a7f46065a069e4fa
parentcdf06a33f213fd06c2b201c0ec4d643d562f482a (diff)
Prep for v1.4.0 releasev1.4.0
- Update versions - Update preview image - Update link to Figma - Update homepage callout and link to blog post for release highlights
-rw-r--r--.github/preview.pngbin1165661 -> 531783 bytes
-rw-r--r--README.md4
-rw-r--r--config.yml2
-rw-r--r--docs/layouts/partials/home/hero.html6
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
6 files changed, 8 insertions, 8 deletions
diff --git a/.github/preview.png b/.github/preview.png
index 4a4b77838..d930b2f90 100644
--- a/.github/preview.png
+++ b/.github/preview.png
Binary files differ
diff --git a/README.md b/README.md
index 6d6fd3f3e..52baf113e 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,11 @@
<a href="https://blog.getbootstrap.com/">Blog</a>
</p>
-## 1,200+ icons
+## 1,300+ icons
[![Bootstrap Icons full set](https://github.com/twbs/icons/blob/main/.github/preview.png)](https://icons.getbootstrap.com)
-[Also available in Figma.](https://www.figma.com/file/UuL6jIPhUePmOVttDaQN8h/Bootstrap-Icons-v1.3.0?node-id=0%3A1)
+[Also available in Figma.](https://www.figma.com/file/tZZVOiEgKcRUHE3s6o5djB/Bootstrap-Icons-v1.4.0?node-id=0%3A1)
## Install
diff --git a/config.yml b/config.yml
index 3c4a9fe53..5bc2e6dd4 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.3.0"
+ version: "1.4.0"
bs_docs_version: "5.0"
main: "https://getbootstrap.com"
diff --git a/docs/layouts/partials/home/hero.html b/docs/layouts/partials/home/hero.html
index 30931473a..d4772c0e1 100644
--- a/docs/layouts/partials/home/hero.html
+++ b/docs/layouts/partials/home/hero.html
@@ -8,11 +8,11 @@
alt="Bootstrap Icons" width="450" height="340">
</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 }}/2020/12/11/bootstrap-icons-1-2-0/">
- <strong>New in v1.2.0:</strong> Icon fonts, social icons, and media icons!
+ <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!
</a>
<h1 class="f0">Bootstrap Icons</h1>
- <p class="mb-4 f3 font-weight-normal">Free, high quality, open source icon library with nearly 1,200 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>
+ <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>
<div class="fs-5 d-inline-block mb-3">
{{ highlight "npm i bootstrap-icons" "sh" "" }}
diff --git a/package-lock.json b/package-lock.json
index 2f5513c6e..1f9d4994d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
- "version": "1.3.0",
+ "version": "1.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index ee9c448a4..233d19447 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
- "version": "1.3.0",
+ "version": "1.4.0",
"description": "Official open source SVG icon library for Bootstrap",
"author": "mdo",
"license": "MIT",