Skip to content

Commit 941d36b

Browse files
committed
Upgrade bootstrap-icons to v1.7.2
1 parent b3ab237 commit 941d36b

File tree

4 files changed

+647
-39
lines changed

4 files changed

+647
-39
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
<img src="https://img.shields.io/npm/v/bootstrap-icons-vue?color=blue" alt="NPM">
77
</a>
88
<a href="https://icons.getbootstrap.com/">
9-
<img src="https://img.shields.io/badge/Bootstrap%20Icons-1.5.0-blueviolet" alt="Bootstrap Icons">
9+
<img src="https://img.shields.io/badge/Bootstrap%20Icons-1.7.2-blueviolet" alt="Bootstrap Icons">
1010
</a>
1111
<a href="https://github.com/vuejs/vue-next">
1212
<img src="https://img.shields.io/badge/Vue.js-3.x-success" alt="Vue JS">
1313
</a>
1414
</p>
1515

16-
> Bootstrap Icons are designed to work with Bootstrap components, from form controls to navigation. But, they'll work in just about any project, too. That's because Bootstrap Icons are SVGs, so they scale quickly and easily and can be styled with CSS. -- [Bootstrap Icons]
16+
> Free, high quality, open source icon library with over 1,500 icons. Include them anyway you like—SVGs, SVG sprite, or web fonts. Use them with or without Bootstrap in any project. -- [Bootstrap Icons]
1717
1818
This library provides Bootstrap icons as Vue 3.x components.
1919

20-
Built from Bootstrap Icons v1.5.0.
20+
Built from Bootstrap Icons v1.7.2.
2121

2222
## Installation
2323

@@ -33,7 +33,7 @@ Alternatively, you can use them straight from a CDN without installation.
3333

3434
```html
3535
<script src="https://unpkg.com/vue@3.2.23"></script>
36-
<script src="https://unpkg.com/bootstrap-icons-vue@0.7.0"></script>
36+
<script src="https://unpkg.com/bootstrap-icons-vue@0.8.0"></script>
3737
```
3838

3939
## Usage

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-icons-vue",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Bootstrap icons as Vue components.",
55
"author": "Thomas Ip <thomas@ipthomas.com>",
66
"license": "MIT",
@@ -31,7 +31,7 @@
3131
"dev:cdn": "http-server -o dev-cdn"
3232
},
3333
"devDependencies": {
34-
"bootstrap-icons": "1.5.0",
34+
"bootstrap-icons": "1.7.2",
3535
"http-server": "^14.0.0",
3636
"rollup": "^2.60.2",
3737
"rollup-plugin-terser": "^7.0.2",

0 commit comments

Comments
 (0)