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

Commit 15eb308

Browse files
authored
Merge pull request bootstrap-vue-next#1186 from bootstrap-vue-next/release-please--branches--main
chore: release main
2 parents a834034 + f4aece2 commit 15eb308

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/bootstrap-vue-next": "0.9.5",
2+
"packages/bootstrap-vue-next": "0.9.6",
33
"packages/nuxt": "0.1.0"
44
}

packages/bootstrap-vue-next/CHANGELOG.md

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

33

4+
## [0.9.6](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrap-vue-next-v0.9.5...bootstrap-vue-next-v0.9.6) (2023-06-16)
5+
6+
7+
### Features
8+
9+
* **BNavItem:** adds linkClasses property. ([3521a85](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/3521a85a180314f8860070ae02318034021c4e2f))
10+
* **BNavItemDropdown:** adds open, close and toggle methods. ([683c51d](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/683c51dcd52563f4ffaf54a3ed67cedf3954ed76))
11+
12+
13+
### Bug Fixes
14+
15+
* **BFormGroup:** allow Booleanish and null for state prop ([f952450](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/f952450e053f96ad00d65f406809ffecfab70c9d)), closes [#1167](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1167)
16+
* **BOffcanvas:** respect manually set property id. ([ae3f09f](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/ae3f09f90b4c9a6425bfc8fba8218a593d600adf))
17+
418
## [0.9.5](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrap-vue-next-v0.9.4...bootstrap-vue-next-v0.9.5) (2023-05-31)
519

620

packages/bootstrap-vue-next/package.json

Lines changed: 1 addition & 1 deletion
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.9.5",
5+
"version": "0.9.6",
66
"license": "MIT",
77
"main": "./dist/bootstrap-vue-next.umd.js",
88
"module": "./dist/bootstrap-vue-next.mjs",

0 commit comments

Comments
 (0)