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

Commit 60dbc5b

Browse files
chore: release main
1 parent ae04195 commit 60dbc5b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.10.9",
2+
"packages/bootstrap-vue-next": "0.10.10",
33
"packages/nuxt": "0.1.3"
44
}

packages/bootstrap-vue-next/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33

4+
## [0.10.10](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrap-vue-next-v0.10.9...bootstrap-vue-next-v0.10.10) (2023-08-22)
5+
6+
7+
### Bug Fixes
8+
9+
* **BDropdownItem:** missing BLinkProps fixes [#1383](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1383) ([4aa4a40](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/4aa4a4066b8f380718b1841ce6a5e14e7c587b84))
10+
* prop active and activeClass across the library have been standardized and now is more in line with Bootstrap-vue fixes [#1378](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1378) ([4aa4a40](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/4aa4a4066b8f380718b1841ce6a5e14e7c587b84))
11+
412
## [0.10.9](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrap-vue-next-v0.10.8...bootstrap-vue-next-v0.10.9) (2023-08-21)
513

614

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": "BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.",
5-
"version": "0.10.9",
5+
"version": "0.10.10",
66
"license": "MIT",
77
"main": "./dist/bootstrap-vue-next.umd.js",
88
"module": "./dist/bootstrap-vue-next.mjs",

0 commit comments

Comments
 (0)