Skip to content

Commit 43c12ed

Browse files
chore: release main (#2931)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf17415 commit 43c12ed

File tree

5 files changed

+35
-4
lines changed

5 files changed

+35
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/bootstrap-vue-next": "0.40.9",
3-
"packages/nuxt": "0.40.9"
2+
"packages/bootstrap-vue-next": "0.41.0",
3+
"packages/nuxt": "0.41.0"
44
}

packages/bootstrap-vue-next/CHANGELOG.md

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

3+
## [0.41.0](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.40.9...bootstrapvuenext-v0.41.0) (2025-12-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **BTable:** make sort icons background images to avoid wrapping & remove relevant slots
9+
10+
### Bug Fixes
11+
12+
* **BFormGroup:** Apply user classes and label alignment to correct elements in horizontal mode ([#2943](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/2943)) ([5eeda60](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/5eeda608fca2c173a78711f00f1107091f4dd5e5))
13+
* **BTable:** always allow user selection when properties "selectable" and "no-select-on-click" are used together ([#2947](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/2947)) ([bf17415](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/bf17415f297af08499b8fb6da3bc7c78e3b1536b))
14+
* **BTable:** make background sort icons customizable + docs ([#2933](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/2933)) ([9cfe4a0](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/9cfe4a0391dbc46a2842d356ae11b6229b906851))
15+
* **BTable:** make sort icons background images to avoid wrapping & remove relevant slots ([bae3932](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/bae393217317fe9f2e2b09efb488da152c472aec))
16+
* **composables:** use shallowRef to prevent reactive component warning ([#2930](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/2930)) ([4b1e12b](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/4b1e12b9df16ba0fb69a28b85bdcf65e76153388))
17+
318
## [0.40.9](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.40.8...bootstrapvuenext-v0.40.9) (2025-11-28)
419

520
### Bug Fixes

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": "Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development",
5-
"version": "0.40.9",
5+
"version": "0.41.0",
66
"license": "MIT",
77
"main": "./dist/bootstrap-vue-next.umd.js",
88
"module": "./dist/bootstrap-vue-next.mjs",

packages/nuxt/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.41.0](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.40.9...nuxt-v0.41.0) (2025-12-12)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **nuxt:** Synchronize main group versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* bootstrap-vue-next bumped to 0.41.0
16+
* peerDependencies
17+
* bootstrap-vue-next bumped to 0.41.0
18+
319
## [0.40.9](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.40.8...nuxt-v0.40.9) (2025-11-28)
420

521
### Miscellaneous Chores

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bootstrap-vue-next/nuxt",
33
"description": "Nuxt Module for BootstrapVueNext",
4-
"version": "0.40.9",
4+
"version": "0.41.0",
55
"license": "MIT",
66
"author": {
77
"name": "Issayah",

0 commit comments

Comments
 (0)