Skip to content

Commit cdbd91b

Browse files
author
Pooya Parsa
committed
chore(release): 2.0.0-rc.8
1 parent cd7e310 commit cdbd91b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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="2.0.0-rc.8"></a>
6+
# [2.0.0-rc.8](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.7...v2.0.0-rc.8) (2018-04-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs:** fix table refresh event name ([#1692](https://github.com/bootstrap-vue/bootstrap-vue/issues/1692)) ([01e223c](https://github.com/bootstrap-vue/bootstrap-vue/commit/01e223c))
12+
* default export in TypeScript definitions ([cd7e310](https://github.com/bootstrap-vue/bootstrap-vue/commit/cd7e310))
13+
14+
15+
516
<a name="2.0.0-rc.7"></a>
617
# [2.0.0-rc.7](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.6...v2.0.0-rc.7) (2018-04-16)
718

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.0.0-rc.7",
3+
"version": "2.0.0-rc.8",
44
"description": "BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.",
55
"main": "dist/bootstrap-vue.common.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)