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

Commit e13e175

Browse files
authored
chore: bump version to v2.17.2 (#5805)
* chore: bump version to vv2.17.2 * Update CHANGELOG.md
1 parent 201a5b5 commit e13e175

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ 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.2"></a>
8+
9+
### [v2.17.2](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.17.1...v2.17.2)
10+
11+
Released: 2020-09-18
12+
13+
### Bug Fixes v2.17.2
14+
15+
- **b-nav-item-dropdown:** `boundary` handling in `<b-navbar>` (closes
16+
[#5789](https://github.com/bootstrap-vue/bootstrap-vue/issues/5789))
17+
([#5794](https://github.com/bootstrap-vue/bootstrap-vue/issues/5794))
18+
([73383bf](https://github.com/bootstrap-vue/bootstrap-vue/commit/73383bfd935c097604bf5ad39a9cc2d18961ba87))
19+
- **b-skeleton:** add missing component exports
20+
([#5806](https://github.com/bootstrap-vue/bootstrap-vue/issues/5806))
21+
([871ce22](https://github.com/bootstrap-vue/bootstrap-vue/commit/871ce22504c4e64348b844c0e4306161317abf60))
22+
- **b-tooltip, b-popover:** fix `title` not being reset on hide
23+
([#5793](https://github.com/bootstrap-vue/bootstrap-vue/issues/5793))
24+
([31eeb0a](https://github.com/bootstrap-vue/bootstrap-vue/commit/31eeb0ab5ef262c33579f43969c7d6ee6c802e3d))
25+
726
<a name="2.17.1"></a>
827

928
### [v2.17.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.17.0...v2.17.1)

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.1",
3+
"version": "2.17.2",
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)