From 091497ba680b8c39f1b68f5b30d0fc2ddddc5f07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 21:57:14 +0000 Subject: [PATCH 1/2] chore: release main --- .release-please-manifest.json | 4 ++-- packages/bootstrap-vue-next/CHANGELOG.md | 7 +++++++ packages/bootstrap-vue-next/package.json | 2 +- packages/nuxt/CHANGELOG.md | 16 ++++++++++++++++ packages/nuxt/package.json | 6 +++--- 5 files changed, 29 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1d36fa357..353e9628c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/bootstrap-vue-next": "0.28.5", - "packages/nuxt": "0.28.5" + "packages/bootstrap-vue-next": "0.28.6", + "packages/nuxt": "0.28.6" } diff --git a/packages/bootstrap-vue-next/CHANGELOG.md b/packages/bootstrap-vue-next/CHANGELOG.md index f946e9cf8..f660c84ed 100644 --- a/packages/bootstrap-vue-next/CHANGELOG.md +++ b/packages/bootstrap-vue-next/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.28.6](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.28.5...bootstrapvuenext-v0.28.6) (2025-04-10) + + +### Features + +* **BBreadcrumb:** allow it to use individual breadcrumb trails with useBreadcrumb by passing prop id to component and id param to composable fixes [#2630](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/2630) ([0271b95](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/0271b956b25b5b837698cca81bfe64af9dde8ebd)) + ## [0.28.5](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.28.4...bootstrapvuenext-v0.28.5) (2025-04-08) diff --git a/packages/bootstrap-vue-next/package.json b/packages/bootstrap-vue-next/package.json index 553b81935..c0c37bc81 100644 --- a/packages/bootstrap-vue-next/package.json +++ b/packages/bootstrap-vue-next/package.json @@ -2,7 +2,7 @@ "name": "bootstrap-vue-next", "displayName": "BootstrapVueNext", "description": "BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.", - "version": "0.28.5", + "version": "0.28.6", "license": "MIT", "main": "./dist/bootstrap-vue-next.umd.js", "module": "./dist/bootstrap-vue-next.mjs", diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index b4afa1c7c..315c9d47a 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.28.6](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.28.5...nuxt-v0.28.6) (2025-04-10) + + +### Miscellaneous Chores + +* **nuxt:** Synchronize main group versions + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * bootstrap-vue-next bumped to 0.28.6 + * peerDependencies + * bootstrap-vue-next bumped to 0.28.6 + ## [0.28.5](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.28.4...nuxt-v0.28.5) (2025-04-08) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 072a588cb..70639fc80 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,7 +1,7 @@ { "name": "@bootstrap-vue-next/nuxt", "description": "Nuxt Module for BootstrapVueNext", - "version": "0.28.5", + "version": "0.28.6", "license": "MIT", "author": { "name": "Issayah", @@ -33,7 +33,7 @@ "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit" }, "peerDependencies": { - "bootstrap-vue-next": "workspace:^" + "bootstrap-vue-next": "0.28.6" }, "dependencies": { "@nuxt/kit": "^3.16.1" @@ -47,7 +47,7 @@ "@rushstack/eslint-patch": "^1.11.0", "@types/node": "^22.13.10", "@vue/eslint-config-prettier": "^10.2.0", - "bootstrap-vue-next": "workspace:^", + "bootstrap-vue-next": "0.28.6", "eslint": "^9.22.0", "eslint-define-config": "^2.1.0", "nuxt": "^3.16.1", From cb19373cc48af36dd426714b8e4882fc6352b42c Mon Sep 17 00:00:00 2001 From: Issayah Date: Thu, 10 Apr 2025 17:14:32 -0500 Subject: [PATCH 2/2] Apply suggestions from code review --- packages/nuxt/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 70639fc80..6222fcd3c 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -33,7 +33,7 @@ "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit" }, "peerDependencies": { - "bootstrap-vue-next": "0.28.6" + "bootstrap-vue-next": "workspace:^" }, "dependencies": { "@nuxt/kit": "^3.16.1" @@ -47,7 +47,7 @@ "@rushstack/eslint-patch": "^1.11.0", "@types/node": "^22.13.10", "@vue/eslint-config-prettier": "^10.2.0", - "bootstrap-vue-next": "0.28.6", + "bootstrap-vue-next": "workspace:^", "eslint": "^9.22.0", "eslint-define-config": "^2.1.0", "nuxt": "^3.16.1",