Skip to content

Commit eaf0a5c

Browse files
author
Pooya Parsa
committed
chore(release): 0.23.1
1 parent 2b8f19e commit eaf0a5c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.23.1"></a>
6+
## [0.23.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v0.23.0...v0.23.1) (2017-11-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **b-alert:** add dismissible check for dismiss btn ([#1008](https://github.com/bootstrap-vue/bootstrap-vue/issues/1008)) ([c55d4ca](https://github.com/bootstrap-vue/bootstrap-vue/commit/c55d4ca)), closes [#1007](https://github.com/bootstrap-vue/bootstrap-vue/issues/1007)
12+
* **nav-form:** correct component declaration ([#1206](https://github.com/bootstrap-vue/bootstrap-vue/issues/1206)) ([2b8f19e](https://github.com/bootstrap-vue/bootstrap-vue/commit/2b8f19e))
13+
* **tab:** minor code change ([e2a47cb](https://github.com/bootstrap-vue/bootstrap-vue/commit/e2a47cb))
14+
* **tabs:** Make first active tab show ([04088af](https://github.com/bootstrap-vue/bootstrap-vue/commit/04088af))
15+
16+
17+
518
<a name="0.23.0"></a>
619
# [0.23.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v0.22.1...v0.23.0) (2017-08-21)
720

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": "0.23.0",
3+
"version": "0.23.1",
44
"description": "Bootstrap 4 Components for Vue.js 2",
55
"main": "dist/bootstrap-vue.common.js",
66
"web": "dist/bootstrap-vue.js",

0 commit comments

Comments
 (0)