Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 79b6ac9

Browse files
authored
Merge pull request bootstrap-vue-next#1116 from bootstrap-vue-next/release-please--branches--main
chore: release main
2 parents a5336f2 + 1dbec12 commit 79b6ac9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/bootstrap-vue-next": "0.8.13",
2+
"packages/bootstrap-vue-next": "0.8.14",
33
"packages/nuxt": "0.0.7"
44
}

packages/bootstrap-vue-next/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

33

4+
## [0.8.14](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrap-vue-next-v0.8.13...bootstrap-vue-next-v0.8.14) (2023-05-21)
5+
6+
7+
### Bug Fixes
8+
9+
* add null as an option for color variant options -- allowing you to express a colorless value ([eb52aee](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/eb52aee198fb80fc1299f2eeee69e792685e6bc7))
10+
* **BNavbar:** xxl not being a valid value for toggleable fixes [#1114](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1114) ([585dd3c](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/585dd3c0d71d3c6436078a1532c8191470d1963e))
11+
* change not being fired on nexttick ([faf6190](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/faf6190a1ecfb55ae4128502f03322af2c2f0506))
12+
* null being passed instead of undefined for when components send the prop to a downstream prop ([f1e151f](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/f1e151fac14c1a10f2efb6431d6770b12c8bbbb2))
13+
414
## [0.8.13](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrap-vue-next-v0.8.12...bootstrap-vue-next-v0.8.13) (2023-05-17)
515

616

packages/bootstrap-vue-next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bootstrap-vue-next",
33
"displayName": "BootstrapVueNext",
44
"description": "Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript",
5-
"version": "0.8.13",
5+
"version": "0.8.14",
66
"license": "MIT",
77
"main": "./dist/bootstrap-vue-next.umd.js",
88
"module": "./dist/bootstrap-vue-next.mjs",

0 commit comments

Comments
 (0)