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 <markd.otto@gmail.com>2020-12-12 00:05:23 +0300
committerGitHub <noreply@github.com>2020-12-12 00:05:23 +0300
commit76f211498e92fcf9ba0d5aceb4ebda336184a2dc (patch)
tree0a989d1340326b2ed9134eb6f667210e9dfde42c
parentab4976de9f9876f2e53b2dc608b7a5733047c5a3 (diff)
Prep v1.2.0 (#530)
* bump version * readme update * Replace social image * figma link * Update Bootstrap version to 5.0 * Update image * add blog link to hero notice
-rw-r--r--.github/preview.pngbin315522 -> 328533 bytes
-rw-r--r--README.md8
-rw-r--r--config.yml4
-rw-r--r--docs/layouts/partials/hero.html2
-rw-r--r--docs/static/assets/img/bootstrap-icons-social.pngbin526671 -> 153703 bytes
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
7 files changed, 9 insertions, 9 deletions
diff --git a/.github/preview.png b/.github/preview.png
index c45d8154e..205ebfe64 100644
--- a/.github/preview.png
+++ b/.github/preview.png
Binary files differ
diff --git a/README.md b/README.md
index 39f2862d1..a4ef4f880 100644
--- a/README.md
+++ b/README.md
@@ -12,25 +12,25 @@
<a href="https://icons.getbootstrap.com/"><strong>Explore Bootstrap Icons »</strong></a>
<br>
<br>
- <a href="https://getbootstrap.com/docs/4.5/">Bootstrap</a>
+ <a href="https://getbootstrap.com/">Bootstrap</a>
·
<a href="https://themes.getbootstrap.com/">Themes</a>
·
<a href="https://blog.getbootstrap.com/">Blog</a>
</p>
-## 1,100+ icons
+## 1,200+ 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/6jIgJymnRpMjGSMG2BKNRe/Bootstrap-Icons-v1.1.0?node-id=0%3A1)
+[Also available in Figma.](https://www.figma.com/file/JeBqM2fRcfIe7wMDgNZG6d/Bootstrap-Icons-v1.2.0?node-id=0%3A1)
## Install
Bootstrap Icons are packaged up and published to npm. We only include the processed SVGs in this package—it's up to you and your team to implement. [Read our docs](https://icons.getbootstrap.com/) for usage instructions.
```shell
-npm i bootstrap-icons --save
+npm i bootstrap-icons
```
## Usage
diff --git a/config.yml b/config.yml
index 3987755be..219edb172 100644
--- a/config.yml
+++ b/config.yml
@@ -42,8 +42,8 @@ params:
description: "Official open source SVG icon library for Bootstrap"
social_image_path: /assets/img/bootstrap-icons-social.png
- version: "1.1.0"
- bs_docs_version: "4.5"
+ version: "1.2.0"
+ bs_docs_version: "5.0"
main: "https://getbootstrap.com"
github_org: "https://github.com/twbs"
diff --git a/docs/layouts/partials/hero.html b/docs/layouts/partials/hero.html
index 26b8770f8..5a330ba85 100644
--- a/docs/layouts/partials/hero.html
+++ b/docs/layouts/partials/hero.html
@@ -8,7 +8,7 @@
alt="Bootstrap Icons" width="450" height="340" loading="lazy">
</div>
<div class="col-lg-7">
- <a class="d-inline-block py-1 px-3 mb-4 text-dark text-decoration-none rounded-pill hero-notice" href="#">
+ <a class="d-inline-block py-1 px-3 mb-4 text-dark text-decoration-none rounded-pill 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>
<h1 class="f0">Bootstrap Icons</h1>
diff --git a/docs/static/assets/img/bootstrap-icons-social.png b/docs/static/assets/img/bootstrap-icons-social.png
index 66c0b70d9..11422ac78 100644
--- a/docs/static/assets/img/bootstrap-icons-social.png
+++ b/docs/static/assets/img/bootstrap-icons-social.png
Binary files differ
diff --git a/package-lock.json b/package-lock.json
index 3220ce4f8..6785d869c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
- "version": "1.1.0",
+ "version": "1.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 041acbe3f..427434bbc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "Official open source SVG icon library for Bootstrap",
"author": "mdo",
"license": "MIT",