Skip to content

Commit 1f6d6c3

Browse files
authored
Merge pull request #731 from cdmoro/release-please--branches--main--components--bootstrap-vue-3
chore(main): release 0.3.11
2 parents e7855d4 + f445cab commit 1f6d6c3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/bootstrap-vue-3/CHANGELOG.md

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

3+
## [0.3.11](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.3.10...v0.3.11) (2022-10-03)
4+
5+
6+
### Features
7+
8+
* **BPlaceholderButton:** create BPlaceholderButton ([51c2532](https://github.com/cdmoro/bootstrap-vue-3/commit/51c25327befe4fd21617007d888442247c2054ee))
9+
* **BPlaceholderTable:** props columns and rows can now be string or number ([51c2532](https://github.com/cdmoro/bootstrap-vue-3/commit/51c25327befe4fd21617007d888442247c2054ee))
10+
311
## [0.3.10](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.3.9...v0.3.10) (2022-10-03)
412

513

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

0 commit comments

Comments
 (0)