Skip to content

Commit 8bc3415

Browse files
authored
Merge pull request #493 from cdmoro/release-please--branches--main--components--bootstrap-vue-3
chore(main): release 0.1.20
2 parents 9b0f2e9 + 2ed0d2e commit 8bc3415

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.20](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.1.19...v0.1.20) (2022-07-21)
6+
7+
8+
### Bug Fixes
9+
10+
* propagate `delay` as a component prop ([21dfc79](https://github.com/cdmoro/bootstrap-vue-3/commit/21dfc79c8eac60a8e315488013c381ffe5f3facb))
11+
512
## [0.1.19](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.1.18...v0.1.19) (2022-07-13)
613

714

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

0 commit comments

Comments
 (0)