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 <otto@github.com>2022-05-13 21:07:08 +0300
committerGitHub <noreply@github.com>2022-05-13 21:07:08 +0300
commitae7fb9791d99fc378cf6118d4a66c4f03e3a77c1 (patch)
treebcc5bd151b5d2f9f4f996f2e3fd52e5483689acf /package.json
parent1007a03b0a290a40ea82dadf8fa1129e4223cf62 (diff)
Prep for v1.8.2 (#1193)
* Update design to match v5.2.0 * Update for v1.8.2 * Add figma link in hero, tweak a few things * Update to use Bootstrap via npm * Fixes #1308: Update search field to use type=search * Fixes #1274: Update clipboard.min.js to latest * Only import the font CSS on the homepage * Fix test * Clean up CSS errors * Fathom * update bootstrap versions * Fix version config
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index c0055ce6a..1a9ef1342 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
- "version": "1.8.1",
+ "version": "1.8.2",
"description": "Official open source SVG icon library for Bootstrap",
"author": "mdo",
"license": "MIT",
@@ -40,6 +40,7 @@
"sass": "font/bootstrap-icons.scss",
"devDependencies": {
"autoprefixer": "^10.4.7",
+ "bootstrap": "5.2.0-beta1",
"cross-env": "^7.0.3",
"eslint": "^8.14.0",
"fantasticon": "^1.2.3",