Skip to content

Commit d256598

Browse files
committed
Upgrade to bootstrap-icons v1.1.0
1 parent 925a04f commit d256598

File tree

5 files changed

+159
-35
lines changed

5 files changed

+159
-35
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.0.0-blueviolet" alt="Bootstrap Icons">
9+
<img src="https://img.shields.io/badge/Bootstrap%20Icons-1.1.0-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 package provides bootstrap icons as Vue components.
1919

20-
Built from Bootstrap Icons v1.0.0. **Requires Vue 3.**
20+
Built from Bootstrap Icons v1.1.0. **Requires Vue 3.**
2121

2222
## Usage
2323

@@ -98,7 +98,7 @@ Include the scripts from CDN as follows:
9898

9999
```html
100100
<script src="https://unpkg.com/vue@3.0.0"></script>
101-
<script src="https://unpkg.com/bootstrap-icons-vue@0.2.0"></script>
101+
<script src="https://unpkg.com/bootstrap-icons-vue@0.3.0"></script>
102102
```
103103

104104
Vue 3 does not have a global application instance, so it is not possible to install the icons components automatically. Instead the browser build exports a plugin `BootstrapIconsVue` to be installed:

dev-vite/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ bluebird@^3.1.1, bluebird@^3.7.2:
482482
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
483483

484484
"bootstrap-icons-vue@file:..":
485-
version "0.1.2"
485+
version "0.2.0"
486486

487487
brace-expansion@^1.1.7:
488488
version "1.1.11"

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.2.0",
3+
"version": "0.3.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.0.0",
34+
"bootstrap-icons": "1.1.0",
3535
"http-server": "^0.12.3",
3636
"rollup": "^2.26.9",
3737
"rollup-plugin-terser": "^7.0.2",

0 commit comments

Comments
 (0)