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>2020-06-26 21:55:02 +0300
committerMark Otto <otto@github.com>2020-06-27 00:04:54 +0300
commit40196083610ee4ada46fb58e598e68e391d0283a (patch)
tree0ce20663dd49fdb2fb8e233751424250e234d5ac
parentfad360091621d4aba1ee52cd1cc1af85b243fcd4 (diff)
Prep for Alpha 5v1.0.0-alpha5
- Update version in config and npm files - Update link to Figma file - Update screenshot and count to latest
-rw-r--r--README.md6
-rw-r--r--config.yml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 7c584e3c7..ec8a84676 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,11 @@
<a href="https://blog.getbootstrap.com/">Blog</a>
</p>
-## 670+ icons
+## 1,000+ icons
-![Bootstrap Icons full set](https://user-images.githubusercontent.com/98681/82475151-e95e8a80-9a80-11ea-8e35-923ac6fa557b.png)
+![Bootstrap Icons full set](https://user-images.githubusercontent.com/98681/85891337-be640680-b7a3-11ea-84a0-0a103fce118c.png)
-[Also available in Figma.](https://www.figma.com/file/XDj1VewxEtXzkDDMAvWx2W/Bootstrap-Icons-v1.0.0-alpha4)
+[Also available in Figma.](https://www.figma.com/file/hTJtQ2MrMTeNVmYrVBqNZZ/Bootstrap-Icons-v1.0.0-alpha5?node-id=0%3A1)
## Install
diff --git a/config.yml b/config.yml
index 6e779e390..b1f7fe0e1 100644
--- a/config.yml
+++ b/config.yml
@@ -38,7 +38,7 @@ params:
description: "Official open source SVG icon library for Bootstrap"
social_image_path: /assets/img/bootstrap-icons-social.png
- version: "1.0.0-alpha4"
+ version: "1.0.0-alpha5"
bs_docs_version: "4.5"
main: "https://getbootstrap.com"
diff --git a/package-lock.json b/package-lock.json
index ec977ec52..b3a9dc4fc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
- "version": "1.0.0-alpha4",
+ "version": "1.0.0-alpha5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 339c8670d..370721c8e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
- "version": "1.0.0-alpha4",
+ "version": "1.0.0-alpha5",
"description": "Official open source SVG icon library for Bootstrap",
"author": "mdo",
"license": "MIT",