From 61d68f1737ee06585894b63ff2b04cdb4f9e99bc Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Tue, 5 May 2020 18:29:06 -0300 Subject: [PATCH 1/3] chore: bump version and update changelog --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 512e22ded94..d7c109af88d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue", - "version": "2.13.0", + "version": "2.13.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", From eef4f4f8601e9d024be740f7767b651d4ac73c83 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Tue, 5 May 2020 18:42:20 -0300 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 297a83b179b..e71f5ebfa3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ > All notable changes to this project will be documented in this file. + + +## [v2.13.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.13.0...v2.13.1) + +Released: 2020-05-05 + +### Bug Fixes v2.13.1 + +- **b-table, b-table-lite, b-table-simple:** handle head variant for sticky columns (fixes + [#5278](https://github.com/bootstrap-vue/bootstrap-vue/issues/5278)) + ([#5279](https://github.com/bootstrap-vue/bootstrap-vue/issues/5279)) + ([53e309e](https://github.com/bootstrap-vue/bootstrap-vue/commit/53e309e947b4710fcf8d989cc9ef0f31c58487ae)) + +### Other v2.13.1 + +- documentation updates +- dev dependency updates + ## [v2.13.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.12.0...v2.13.0) From 4ca15cbef23c6d726ad17542ace6d4b6d9f4f747 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Tue, 5 May 2020 18:52:54 -0300 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e71f5ebfa3e..f315eeb42f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Released: 2020-05-05 ### Bug Fixes v2.13.1 -- **b-table, b-table-lite, b-table-simple:** handle head variant for sticky columns (fixes +- **b-table, b-table-lite, b-table-simple:** handle head/foot variant for sticky columns (fixes [#5278](https://github.com/bootstrap-vue/bootstrap-vue/issues/5278)) ([#5279](https://github.com/bootstrap-vue/bootstrap-vue/issues/5279)) ([53e309e](https://github.com/bootstrap-vue/bootstrap-vue/commit/53e309e947b4710fcf8d989cc9ef0f31c58487ae))