Skip to content

Commit b48573e

Browse files
committed
chore(release): 0.1.12
1 parent 37d12f4 commit b48573e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
### [0.1.12](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.1.11...v0.1.12) (2022-05-06)
6+
7+
### Features
8+
9+
- **BNavItemDropdown:** pass slots to the child BDropdown ([c8a9af9](https://github.com/cdmoro/bootstrap-vue-3/commit/c8a9af9831008bfbaf392bca8aeb54f7373ae131))
10+
- **github-action:** deploy docs to github-pages ([f515fba](https://github.com/cdmoro/bootstrap-vue-3/commit/f515fba3947931743c16831d622715b48bea53d6))
11+
- support for library authors for nuxt3 ([10388dd](https://github.com/cdmoro/bootstrap-vue-3/commit/10388dddc0a484ec6e8b90676dbb3cc3a095406b))
12+
13+
### Bug Fixes
14+
15+
- retain tooltip visibility on title update ([d4c4e41](https://github.com/cdmoro/bootstrap-vue-3/commit/d4c4e4110017b4186e29e49300b2e574141f9ae2))
16+
517
### [0.1.11](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.1.10...v0.1.11) (2022-04-26)
618

719
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bootstrap-vue-3",
33
"displayName": "BootstrapVue3",
44
"description": "Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript",
5-
"version": "0.1.11",
5+
"version": "0.1.12",
66
"license": "MIT",
77
"main": "./dist/bootstrap-vue-3.umd.js",
88
"module": "./dist/bootstrap-vue-3.es.js",

0 commit comments

Comments
 (0)