Skip to content

Commit 6644690

Browse files
chore: release main (#2801)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 516ba8b commit 6644690

File tree

5 files changed

+33
-4
lines changed

5 files changed

+33
-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.30.4",
3-
"packages/nuxt": "0.30.4"
2+
"packages/bootstrap-vue-next": "0.30.5",
3+
"packages/nuxt": "0.30.5"
44
}

packages/bootstrap-vue-next/CHANGELOG.md

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

3+
## [0.30.5](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.30.4...bootstrapvuenext-v0.30.5) (2025-08-13)
4+
5+
6+
### Features
7+
8+
* **BPopover:** add explicit props for focus and hover triggers ([#2795](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/2795)) ([c50e0ef](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/c50e0efe54bd8ca2aa636e7f63177547a40429c5))
9+
10+
11+
### Bug Fixes
12+
13+
* **BNavbar:** changed autoClose to noAutoClose and fix the documention mistake about it. ([b2d0c22](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/b2d0c22e8f42eca6d9c2337226477643da0e00fe))
14+
* ssr in scrollspy ([975ee0a](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/975ee0a67f9ea14cd8d6c603ba44dd006bcf5f42))
15+
316
## [0.30.4](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.30.3...bootstrapvuenext-v0.30.4) (2025-07-07)
417

518

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": "BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.",
5-
"version": "0.30.4",
5+
"version": "0.30.5",
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.30.5](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.30.4...nuxt-v0.30.5) (2025-08-13)
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.30.5
16+
* peerDependencies
17+
* bootstrap-vue-next bumped to 0.30.5
18+
319
## [0.30.4](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.30.3...nuxt-v0.30.4) (2025-07-07)
420

521

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.30.4",
4+
"version": "0.30.5",
55
"license": "MIT",
66
"author": {
77
"name": "Issayah",

0 commit comments

Comments
 (0)