Skip to content

Commit

Permalink
Prep for v1.4.0 release
Browse files Browse the repository at this point in the history
- Update versions
- Update preview image
- Update link to Figma
- Update homepage callout and link to blog post for release highlights
  • Loading branch information
mdo committed Feb 22, 2021
1 parent cdf06a3 commit f364cb1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Binary file modified .github/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions docs/layouts/partials/home/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" "" }}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f364cb1

Please sign in to comment.