Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/bootstrap-vue-next": "0.40.8",
"packages/nuxt": "0.40.8"
"packages/bootstrap-vue-next": "0.40.9",
"packages/nuxt": "0.40.9"
}
9 changes: 9 additions & 0 deletions packages/bootstrap-vue-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.40.9](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.40.8...bootstrapvuenext-v0.40.9) (2025-11-28)


### Bug Fixes

* allow custom component props in orchestrator create methods with type safety ([#2922](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/2922)) ([fdf2359](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/fdf2359c1cc4f154a40de8ae4252dbb0eb0235c9))
* **BModal:** prevent focus trap error when no tabbable elements exist ([#2864](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/2864)) ([d5d85f2](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/d5d85f2c741c789a3ca94e442ff371af73b49cbe))
* **BTableLite:** Use primary key to persist row-details state when items change ([#2871](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/2871)) ([a933f96](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/a933f96d1cf4bd1bc82645f18e1c9410e050ad76))

## [0.40.8](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.40.7...bootstrapvuenext-v0.40.8) (2025-11-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap-vue-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bootstrap-vue-next",
"displayName": "BootstrapVueNext",
"description": "Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development",
"version": "0.40.8",
"version": "0.40.9",
"license": "MIT",
"main": "./dist/bootstrap-vue-next.umd.js",
"module": "./dist/bootstrap-vue-next.mjs",
Expand Down
16 changes: 16 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.40.9](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.40.8...nuxt-v0.40.9) (2025-11-28)


### Miscellaneous Chores

* **nuxt:** Synchronize main group versions


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* bootstrap-vue-next bumped to 0.40.9
* peerDependencies
* bootstrap-vue-next bumped to 0.40.9

## [0.40.8](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.40.7...nuxt-v0.40.8) (2025-11-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bootstrap-vue-next/nuxt",
"description": "Nuxt Module for BootstrapVueNext",
"version": "0.40.8",
"version": "0.40.9",
"license": "MIT",
"author": {
"name": "Issayah",
Expand Down