Skip to content

Commit 91a41fa

Browse files
chore(main): release 0.3.10
1 parent 884d31d commit 91a41fa

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/bootstrap-vue-3/CHANGELOG.md

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

3+
## [0.3.10](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.3.9...v0.3.10) (2022-10-03)
4+
5+
6+
### Features
7+
8+
* **BCard:** add img slot above or below header ([ac71dee](https://github.com/cdmoro/bootstrap-vue-3/commit/ac71dee331da231884411b875f6d4049189ffbc2))
9+
* **BPlaceholderCard:** add placeholder img ([041156d](https://github.com/cdmoro/bootstrap-vue-3/commit/041156d92177760c20fd13fe1789c8cb8a272e02))
10+
* **BPlaceholderTable:** bplaceholder tfoot attrs are separated ([4c6dd4d](https://github.com/cdmoro/bootstrap-vue-3/commit/4c6dd4db91fc91b9c528f99df557eba9e07d596b))
11+
* **BPlaceholderTable:** bplaceholder thead attrs are separated ([4c6dd4d](https://github.com/cdmoro/bootstrap-vue-3/commit/4c6dd4db91fc91b9c528f99df557eba9e07d596b))
12+
* **BPlaceholderTable:** slot tfoot to overwrite default tfoot ([4c6dd4d](https://github.com/cdmoro/bootstrap-vue-3/commit/4c6dd4db91fc91b9c528f99df557eba9e07d596b))
13+
* **BPlaceholderTable:** slot thead to overwrite default thead ([4c6dd4d](https://github.com/cdmoro/bootstrap-vue-3/commit/4c6dd4db91fc91b9c528f99df557eba9e07d596b))
14+
15+
16+
### Bug Fixes
17+
18+
* **BPlaceholderCard:** remove unnecessary inner div on body ([4c6dd4d](https://github.com/cdmoro/bootstrap-vue-3/commit/4c6dd4db91fc91b9c528f99df557eba9e07d596b))
19+
320
## [0.3.9](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.3.8...v0.3.9) (2022-10-03)
421

522

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

0 commit comments

Comments
 (0)