Skip to content

Commit a7dc473

Browse files
authored
Merge pull request #533 from cdmoro/release-please--branches--main--components--bootstrap-vue-3
chore(main): release 0.2.5
2 parents c872bbc + 771eb22 commit a7dc473

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/bootstrap-vue-3/CHANGELOG.md

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

3+
## [0.2.5](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.2.4...v0.2.5) (2022-08-04)
4+
5+
6+
### Features
7+
8+
* add booleanish to bbuttongroup ([e9256c1](https://github.com/cdmoro/bootstrap-vue-3/commit/e9256c145adca1f653fc49f5da6895e236e2c30e))
9+
* add booleanish to more bbutton* ([a4a72ea](https://github.com/cdmoro/bootstrap-vue-3/commit/a4a72ea12db6d14e2df18d266baf34838e2902a9))
10+
* bbutton booleanish added ([83785cc](https://github.com/cdmoro/bootstrap-vue-3/commit/83785cc458ea7c574e9bd83054e5d7a0119bda43))
11+
12+
13+
### Bug Fixes
14+
15+
* add @popperjs/core to peerDependencies ([821b3a8](https://github.com/cdmoro/bootstrap-vue-3/commit/821b3a8853279ff3391e4c87adb305414bf52ac4))
16+
* **BButton:** BButton link props non-reactive ([99d271f](https://github.com/cdmoro/bootstrap-vue-3/commit/99d271ff09c6f5ae5ffcd04ff7275adf70ab17a8))
17+
318
## [0.2.4](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.2.3...v0.2.4) (2022-08-03)
419

520

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

0 commit comments

Comments
 (0)