diff --git a/CHANGELOG.md b/CHANGELOG.md index a7275d6467b..c7fb083c7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ > [standard-version](https://github.com/conventional-changelog/standard-version) for commit > guidelines. + + +## [v2.6.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.6.0...v2.6.1) + +Released: 2020-03-05 + +### Bug Fixes v2.6.1 + +- **b-form-spinbutton:** respect step value for initial decrement when `wrap` enabled (closes + [#4884](https://github.com/bootstrap-vue/bootstrap-vue/issues/4884)) + ([#4885](https://github.com/bootstrap-vue/bootstrap-vue/issues/4885)) + ([28e7245](https://github.com/bootstrap-vue/bootstrap-vue/commit/28e724536be4762382328648f203bd46d8f52fdc)) + +### Other v2.6.1 + +- documentation updates and fixes +- dev dependency updates + ## [v2.6.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.5.0...v2.6.0) diff --git a/docs/pages/index.vue b/docs/pages/index.vue index d3aab12109e..e9e776c4e7c 100644 --- a/docs/pages/index.vue +++ b/docs/pages/index.vue @@ -134,7 +134,7 @@

- With over 40 available plugins and more than 80 custom UI components, directives, and over 300 icons, + With more than 85 components, over 45 available plugins, several directives, and 300+ icons, BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v{{ bootstrapVersionMinor }} component and grid system diff --git a/package.json b/package.json index cb309423e6b..fe28e86e618 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap-vue", - "version": "2.6.0", - "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.", + "version": "2.6.1", + "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.", "main": "dist/bootstrap-vue.common.js", "web": "dist/bootstrap-vue.js", "module": "esm/index.js",