Skip to content

Commit a0a3398

Browse files
authored
chore: bump version and update changelog (#4893)
1 parent 430d2f5 commit a0a3398

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44
> [standard-version](https://github.com/conventional-changelog/standard-version) for commit
55
> guidelines.
66
7+
<a name="2.6.1"></a>
8+
9+
## [v2.6.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.6.0...v2.6.1)
10+
11+
Released: 2020-03-05
12+
13+
### Bug Fixes v2.6.1
14+
15+
- **b-form-spinbutton:** respect step value for initial decrement when `wrap` enabled (closes
16+
[#4884](https://github.com/bootstrap-vue/bootstrap-vue/issues/4884))
17+
([#4885](https://github.com/bootstrap-vue/bootstrap-vue/issues/4885))
18+
([28e7245](https://github.com/bootstrap-vue/bootstrap-vue/commit/28e724536be4762382328648f203bd46d8f52fdc))
19+
20+
### Other v2.6.1
21+
22+
- documentation updates and fixes
23+
- dev dependency updates
24+
725
<a name="2.6.0"></a>
826

927
## [v2.6.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.5.0...v2.6.0)

docs/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<b-row class="mb-4">
135135
<b-col lg="10" offset-lg="1">
136136
<p class="text-lg-center">
137-
With over 40 available plugins and more than 80 custom UI components, directives, and over 300 icons,
137+
With more than 85 components, over 45 available plugins, several directives, and 300+ icons,
138138
<span class="bd-text-purple-bright">BootstrapVue</span> provides one of the most
139139
comprehensive implementations of the
140140
<span class="bd-text-purple-bright">Bootstrap v{{ bootstrapVersionMinor }}</span> component and grid system

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-vue",
3-
"version": "2.6.0",
4-
"description": "BootstrapVue, with over 40 plugins and more than 80 custom components, 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.",
3+
"version": "2.6.1",
4+
"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",
77
"module": "esm/index.js",

0 commit comments

Comments
 (0)