Skip to content

Commit af91715

Browse files
authored
chore: bump version to 2.10.1 and update changelog (#5080)
1 parent 26377b3 commit af91715

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
@@ -2,6 +2,27 @@
22

33
> All notable changes to this project will be documented in this file.
44
5+
<a name="2.10.1"></a>
6+
7+
## [v2.10.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.10.0...v2.10.1)
8+
9+
Released: 2020-04-02
10+
11+
### Bug Fixes v2.10.1
12+
13+
- **b-avatar:** remove default padding when in button mode (fixes
14+
[#5073](https://github.com/bootstrap-vue/bootstrap-vue/issues/5073))
15+
([#5076](https://github.com/bootstrap-vue/bootstrap-vue/issues/5076))
16+
([26377b3](https://github.com/bootstrap-vue/bootstrap-vue/commit/26377b3479f323baa2d702fab7f5200949ed680d))
17+
- **b-table:** fix context object `currentPage` issue introduced in v2.10.0 (fixes
18+
[#5065](https://github.com/bootstrap-vue/bootstrap-vue/issues/5065))
19+
([#5067](https://github.com/bootstrap-vue/bootstrap-vue/issues/5067))
20+
([874dca2](https://github.com/bootstrap-vue/bootstrap-vue/commit/874dca2c8c385fecf7cec76e6cfa44eda9fcabf4))
21+
22+
### Other v2.10.1
23+
24+
- dev dependency updates
25+
526
<a name="2.10.0"></a>
627

728
## [v2.10.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.9.0...v2.10.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.10.0",
3+
"version": "2.10.1",
44
"description": "BootstrapVue, with more than 85 custom components, over 45 plugins, several 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",

0 commit comments

Comments
 (0)