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

Commit 5dedaca

Browse files
authored
chore: bump version to v2.21.1 (#6220)
1 parent 6d92a43 commit 5dedaca

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file. See
44
[standard-version](https://github.com/conventional-changelog/standard-version) for commit
55
guidelines.
66

7+
<a name="2.21.1"></a>
8+
9+
## [v2.21.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.21.0...v2.21.1)
10+
11+
Released: 2020-12-16
12+
13+
### Bug Fixes v2.21.1
14+
15+
- **b-badge:** attribute inheritance
16+
([#6217](https://github.com/bootstrap-vue/bootstrap-vue/issues/6217))
17+
([2d31f31](https://github.com/bootstrap-vue/bootstrap-vue/commit/2d31f31909c002faa2a9d8bd8620115ddf8ce603))
18+
- **b-dropdown:** root events ([#6198](https://github.com/bootstrap-vue/bootstrap-vue/issues/6198))
19+
([6dcd233](https://github.com/bootstrap-vue/bootstrap-vue/commit/6dcd23334f2870220ed5c4d8b30bd556e57c03d5))
20+
- **b-pagination:** don't set initial page count twice
21+
([#6200](https://github.com/bootstrap-vue/bootstrap-vue/issues/6200))
22+
([d7394e3](https://github.com/bootstrap-vue/bootstrap-vue/commit/d7394e3426e5b06797caef070137ec47b25ef62a))
23+
- **b-tabs:** restore correct active tab detection logic (closes
24+
[#6205](https://github.com/bootstrap-vue/bootstrap-vue/issues/6205))
25+
([#6208](https://github.com/bootstrap-vue/bootstrap-vue/issues/6208))
26+
([6d92a43](https://github.com/bootstrap-vue/bootstrap-vue/commit/6d92a4376c227a02a7c24e19c04e437bb8909c1c))
27+
728
<a name="2.21.0"></a>
829

930
## [v2.21.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.20.1...v2.21.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-vue",
3-
"version": "2.21.0",
3+
"version": "2.21.1",
44
"description": "With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v4 component and grid system available for Vue.js v2.6, complete with extensive and automated WAI-ARIA accessibility markup.",
55
"main": "dist/bootstrap-vue.common.js",
66
"web": "dist/bootstrap-vue.js",

0 commit comments

Comments
 (0)