Skip to content

Commit 98a6c2d

Browse files
committed
chore: bump version to v2.17.1
1 parent 789b3d3 commit 98a6c2d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.17.1"></a>
8+
9+
### [v2.17.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.17.0...v2.17.1)
10+
11+
Released: 2020-09-16
12+
13+
### Bug Fixes v2.17.1
14+
15+
- **b-modal:** solve body padding not being removed
16+
([#5771](https://github.com/bootstrap-vue/bootstrap-vue/issues/5771))
17+
([78d51f1](https://github.com/bootstrap-vue/bootstrap-vue/commit/78d51f1e7146cbed756853003a93b991c9f0d8bc))
18+
- **b-table:** properly handle empty included/excluded filter fields (closes
19+
[#5775](https://github.com/bootstrap-vue/bootstrap-vue/issues/5775))
20+
([#5780](https://github.com/bootstrap-vue/bootstrap-vue/issues/5780))
21+
([78ac383](https://github.com/bootstrap-vue/bootstrap-vue/commit/78ac383c0c727be4f970874e73bf05e3f23b1a3b))
22+
723
<a name="2.17.0"></a>
824

925
## [v2.17.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.16.0...v2.17.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.17.0",
3+
"version": "2.17.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)