8000 chore: bump version and update changelog (#5058) · bootstrap-vue/bootstrap-vue@17f08b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 17f08b8

Browse files
authored
chore: bump version and update changelog (#5058)
1 parent f509599 commit 17f08b8

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> All notable changes to this project will be documented in this file.
44
5+
<a name="2.10.0"></a>
6+
7+
## [v2.10.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.9.0...v2.10.0)
8+
9+
Released: 2020-04-01
10+
11+
### Features v2.10.0
12+
13+
- **b-sidebar:** new custom component `<b-sidebar>` (closes
14+
[#3324](https://github.com/bootstrap-vue/bootstrap-vue/issues/3324),
15+
[#3210](https://github.com/bootstrap-vue/bootstrap-vue/issues/3210),
16+
[#1702](https://github.com/bootstrap-vue/bootstrap-vue/issues/1702))
17+
([#5021](https://github.com/bootstrap-vue/bootstrap-vue/issues/5021))
18+
([a77866f](https://github.com/bootstrap-vue/bootstrap-vue/commit/a77866f6d032f1a5a22be2d12d60be507825769c))
19+
20+
### Bug Fixes v2.10.0
21+
22+
- **b-avatar:** remove duplicate button variant class
23+
([#5056](https://github.com/bootstrap-vue/bootstrap-vue/issues/5056))
24+
([9f78f32](https://github.com/bootstrap-vue/bootstrap-vue/commit/9f78f32d964b187f35a1feffb7aa4bc264587923))
25+
- **b-card:** handle `header-html` and `footer-html` props correctly (fixes
26+
[#5038](https://github.com/bootstrap-vue/bootstrap-vue/issues/5038))
27+
([#5039](https://github.com/bootstrap-vue/bootstrap-vue/issues/5039))
28+
([f378aef](https://github.com/bootstrap-vue/bootstrap-vue/commit/f378aeffdebdc7922f6ad4c5d513642dfb93cf1d))
29+
- **types:** add missing declaration for `b-form-timepicker` (closes
30+
[#5035](https://github.com/bootstrap-vue/bootstrap-vue/issues/5035))
31+
([#5036](https://github.com/bootstrap-vue/bootstrap-vue/issues/5036))
32+
([ae84118](https://github.com/bootstrap-vue/bootstrap-vue/commit/ae841184dc3037b5d6f365311cc668bccb0e85da))
33+
34+
### Other v2.10.0
35+
36+
- documation site improvements and updates
37+
- dev dependency updates
38+
539
<a name="2.9.0"></a>
640

741
## [v2.9.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.8.0...v2.9.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.9.0",
3+
"version": "2.10.0",
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)
0