🌐 AI搜索 & 代理 主页
Skip to content

Commit a9c1757

Browse files
authored
chore: bump version to 2.2.2 and update changelog (#4628)
1 parent 2111403 commit a9c1757

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44
> [standard-version](https://github.com/conventional-changelog/standard-version) for commit
55
> guidelines.
66
7+
<a name="2.2.2"></a>
8+
9+
## [v2.2.2](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.2.1...v2.2.2)
10+
11+
Released: 2020-01-15
12+
13+
### Bug Fixes v2.2.2
14+
15+
- **nuxt module:** remove unnecessary export statements
16+
([#4624](https://github.com/bootstrap-vue/bootstrap-vue/issues/4624))
17+
([27f066c](https://github.com/bootstrap-vue/bootstrap-vue/commit/27f066cfa07ee311fe1e312d9a9ebd0eb76750c7))
18+
19+
### Other v2.2.2
20+
21+
- dev dependencies updates
22+
- minor docs updates
23+
724
<a name="2.2.1"></a>
825

926
## [v2.2.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.2.0...v2.2.1)

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-vue",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "BootstrapVue, with over 40 plugins and more than 80 custom components, custom directives, and over 300 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.",
55
"main": "dist/bootstrap-vue.common.js",
66
"web": "dist/bootstrap-vue.js",
@@ -217,6 +217,8 @@
217217
"Popper",
218218
"CSS",
219219
"SCSS",
220+
"Icons",
221+
"Bootstrap Icons",
220222
"Flexbox",
221223
"Alert",
222224
"Breadcrumb",
@@ -247,12 +249,13 @@
247249
"Tab",
248250
"Table",
249251
"Tag",
252+
"Tags",
250253
"Toast",
251254
"Tooltip",
252255
"vue-bootstrap",
253256
"vue-strap",
254-
"vuetify",
255-
"vuestrap"
257+
"vuestrap",
258+
"uiv"
256259
],
257260
"collective": {
258261
"type": "opencollective",

0 commit comments

Comments
 (0)