From 34a892744f816b7774589de3710b105dbf3940df Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Mon, 8 Apr 2019 16:25:06 -0300 Subject: [PATCH 1/2] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed5eea2cd2c..3a1b8d3cee0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue", - "version": "2.0.0-rc.17", + "version": "2.0.0-rc.18", "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.", "main": "dist/bootstrap-vue.common.js", "types": "src/index.d.ts", From 904b43a40fc56a0e686d8e3df9ebd6e1686231eb Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Mon, 8 Apr 2019 16:27:42 -0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c503a3cd42e..55b64704c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,29 @@ > [standard-version](https://github.com/conventional-changelog/standard-version) for commit > guidelines. + + +## [v2.0.0-rc.18](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.17...v2.0.0-rc.18) + +Released 2019-04-08 + +### Bug Fixes v2.0.0-rc.18 + +- **build:** enable babel option to interop default (fixes + [#3038](https://github.com/bootstrap-vue/bootstrap-vue/issues/3038)) + ([#3046](https://github.com/bootstrap-vue/bootstrap-vue/issues/3046)) + ([4e981c2](https://github.com/bootstrap-vue/bootstrap-vue/commit/4e981c2)) +- **typescript:** replaced invalid `mixed` keyword with `any` (fixes + [#3041](https://github.com/bootstrap-vue/bootstrap-vue/issues/3041)) + ([#3043](https://github.com/bootstrap-vue/bootstrap-vue/issues/3043)) + ([36e8246](https://github.com/bootstrap-vue/bootstrap-vue/commit/36e8246)) + +### Features v2.0.0-rc.18 + +- **nuxt:** add `usePretranspiled` option + ([#3048](https://github.com/bootstrap-vue/bootstrap-vue/issues/3048)) + ([8022481](https://github.com/bootstrap-vue/bootstrap-vue/commit/8022481)) + ## [v2.0.0-rc.17](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.16...v2.0.0-rc.17)