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

Commit 69a0228

Browse files
chore: release main
1 parent 725b498 commit 69a0228

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/bootstrap-vue-next": "0.13.0",
3-
"packages/nuxt": "0.13.0"
2+
"packages/bootstrap-vue-next": "0.13.1",
3+
"packages/nuxt": "0.13.1"
44
}

packages/bootstrap-vue-next/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## [0.13.1](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.13.0...bootstrapvuenext-v0.13.1) (2023-09-16)
5+
6+
7+
### Bug Fixes
8+
9+
* BModal remove aria-labelledby when not present ([6d6acca](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/6d6acca4fe820896657843a9d88c2f494d9fb259))
10+
411
## [0.13.0](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.12.4...bootstrapvuenext-v0.13.0) (2023-09-15)
512

613

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.13.0",
5+
"version": "0.13.1",
66
"license": "MIT",
77
"main": "./dist/bootstrap-vue-next.umd.js",
88
"module": "./dist/bootstrap-vue-next.mjs",

packages/nuxt/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.13.1](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.13.0...nuxt-v0.13.1) (2023-09-16)
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.13.1
16+
* peerDependencies
17+
* bootstrap-vue-next bumped to 0.13.1
18+
319
## [0.13.0](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.12.4...nuxt-v0.13.0) (2023-09-15)
420

521

packages/nuxt/package.json

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

0 commit comments

Comments
 (0)