Skip to content

Commit 276ee04

Browse files
authored
Merge pull request #720 from cdmoro/release-please--branches--main--components--bootstrap-vue-3
chore(main): release 0.3.8
2 parents 4b4be80 + cbcc4be commit 276ee04

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/bootstrap-vue-3/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.3.8](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.3.7...v0.3.8) (2022-09-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **#697:** labelCols class not working ([5162eb9](https://github.com/cdmoro/bootstrap-vue-3/commit/5162eb9987e3bd654286dd5a6cf2d40adad54f07))
9+
* **BLink:** has class activeClass when prop active ([064fef9](https://github.com/cdmoro/bootstrap-vue-3/commit/064fef9624448c5fd711086e519d66bf83eefff7))
10+
* **BLink:** has class exactActiveClass when prop exact ([064fef9](https://github.com/cdmoro/bootstrap-vue-3/commit/064fef9624448c5fd711086e519d66bf83eefff7))
11+
* **BModal:** dispose modal before unmount ([1c54484](https://github.com/cdmoro/bootstrap-vue-3/commit/1c54484d2f60a32dedd541966c9c8d360976c295))
12+
* **BNavItem:** passes activeClass to be active ([5e1348a](https://github.com/cdmoro/bootstrap-vue-3/commit/5e1348a6b2c552197f8d651043d22a310249846c))
13+
314
## [0.3.7](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.3.6...v0.3.7) (2022-09-28)
415

516

packages/bootstrap-vue-3/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.3.7",
5+
"version": "0.3.8",
66
"license": "MIT",
77
"main": "./dist/bootstrap-vue-3.umd.js",
88
"module": "./dist/bootstrap-vue-3.es.js",

0 commit comments

Comments
 (0)