Skip to content

Commit 7f97375

Browse files
dvdbrktommyip
authored andcommitted
Upgrade bootstrap-icons to v1.10.3
1 parent 0fc77bb commit 7f97375

File tree

5 files changed

+2461
-704
lines changed

5 files changed

+2461
-704
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.8.1-blueviolet" alt="Bootstrap Icons">
9+
<img src="https://img.shields.io/badge/Bootstrap%20Icons-1.10.3-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">
@@ -17,7 +17,7 @@
1717
1818
This library provides Bootstrap icons as Vue 3.x components.
1919

20-
Built from Bootstrap Icons v1.8.1.
20+
Built from Bootstrap Icons v1.10.3.
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@1.8.1"></script>
36+
<script src="https://unpkg.com/bootstrap-icons-vue@1.10.3"></script>
3737
```
3838

3939
## Usage

0 commit comments

Comments
 (0)