Skip to content

Commit 93995dd

Browse files
authored
Merge pull request #461 from cdmoro/release-please--branches--main--components--bootstrap-vue-3
chore(main): release 0.1.16
2 parents a63c045 + 085cdc2 commit 93995dd

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.16](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.1.15...v0.1.16) (2022-07-11)
6+
7+
8+
### Bug Fixes
9+
10+
* **463:** replace alias links back to relative ([b3750c4](https://github.com/cdmoro/bootstrap-vue-3/commit/b3750c45c9b8695215b0799ccf0bff77f580f932))
11+
* **docs:** import BV3 with the client config ([7361a98](https://github.com/cdmoro/bootstrap-vue-3/commit/7361a98c8a3c2c04891828c1a9f90412349d7fbb))
12+
* **docs:** load the component reference inside the plugin ([75b30ff](https://github.com/cdmoro/bootstrap-vue-3/commit/75b30ffb59e84f864b9c126a1996eb6e1d3c561d))
13+
* **workflow:** fix package name.. again ([9ab36e6](https://github.com/cdmoro/bootstrap-vue-3/commit/9ab36e6582e3bbb451341e1caf5514c7aa642e07))
14+
* **workflows:** release please bot will not update major versions for pre 1.0 ([81288ef](https://github.com/cdmoro/bootstrap-vue-3/commit/81288efebee35867f11e268c436d006737a8495a))
15+
516
## [0.1.15](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.1.14...v0.1.15) (2022-07-08)
617

718

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

0 commit comments

Comments
 (0)