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-05-09 01:34:22 +0300
committerMark Otto <otto@github.com>2021-05-10 19:29:34 +0300
commit0b45a4ae7f8bad2fe43f31c11500670f7ba11664 (patch)
treedc8a7f025051a1cfa02ba049aa63e348875bd2e5
parent2e7250cab53719a0e4da99a9b76a1888d2a8727a (diff)
Bump versions and Figma linkv1.5.0
-rw-r--r--README.md2
-rw-r--r--config.yml2
-rw-r--r--docs/layouts/partials/analytics.html1
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
5 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index c336c3e86..098ae0492 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Bootstrap Icons are packaged up and published to npm. We only include the proces
npm i bootstrap-icons
```
-[Also available in Figma.](https://www.figma.com/file/YjjMzXhECL1MIb6Qlm7VJO/Bootstrap-Icons-v1.4.1)
+[Also available in Figma.](https://www.figma.com/community/file/972989644486753519/Bootstrap-Icons-v1.5.0)
## Usage
diff --git a/config.yml b/config.yml
index a903da86f..9eb5099c8 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.4.1"
+ version: "1.5.0"
bs_docs_version: "5.0"
main: "https://getbootstrap.com"
diff --git a/docs/layouts/partials/analytics.html b/docs/layouts/partials/analytics.html
index ded6e7244..58d7f4ca5 100644
--- a/docs/layouts/partials/analytics.html
+++ b/docs/layouts/partials/analytics.html
@@ -5,3 +5,4 @@
ga('send', 'pageview');
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
+<script defer src="https://cdn.usefathom.com/script.js" data-site="TAXRUMOF"></script>
diff --git a/package-lock.json b/package-lock.json
index d1ed857d7..71ee76731 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
- "version": "1.4.1",
+ "version": "1.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index fde60f215..297ea236c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
- "version": "1.4.1",
+ "version": "1.5.0",
"description": "Official open source SVG icon library for Bootstrap",
"author": "mdo",
"license": "MIT",