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>2021-03-30 05:46:09 +0300
committerGitHub <noreply@github.com>2021-03-30 05:46:09 +0300
commit7cdd53b866ad5d7b9a04b9342ea9ed991626a503 (patch)
tree701bda1ab9e8b01978cc6bca6e35f253adf0f927
parentc934d87b3a8e2a0e7c3384a07577c00110a73194 (diff)
Prep for v1.4.1 (#830)v1.4.1
* Update versions and Figma link for v1.4.1 * Update social image
-rw-r--r--README.md2
-rw-r--r--docs/static/assets/img/bootstrap-icons-social.pngbin153703 -> 503579 bytes
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 52baf113e..3669db1d9 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@
[![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/tZZVOiEgKcRUHE3s6o5djB/Bootstrap-Icons-v1.4.0?node-id=0%3A1)
+[Also available in Figma.](https://www.figma.com/file/YjjMzXhECL1MIb6Qlm7VJO/Bootstrap-Icons-v1.4.1)
## Install
diff --git a/docs/static/assets/img/bootstrap-icons-social.png b/docs/static/assets/img/bootstrap-icons-social.png
index 11422ac78..e2a827e65 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 06bec993d..82dd62004 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
- "version": "1.4.0",
+ "version": "1.4.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 3cf9e14d2..9e92ca213 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
- "version": "1.4.0",
+ "version": "1.4.1",
"description": "Official open source SVG icon library for Bootstrap",
"author": "mdo",
"license": "MIT",