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

Commit 7865d97

Browse files
authoredSep 17, 2023
Merge pull request bootstrap-vue-next#1464 from bootstrap-vue-next/release-please--branches--main
chore: release main
2 parents 6dff95a + 2f0c732 commit 7865d97

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-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.13.1",
3-
"packages/nuxt": "0.13.1"
2+
"packages/bootstrap-vue-next": "0.13.2",
3+
"packages/nuxt": "0.13.2"
44
}

‎packages/bootstrap-vue-next/CHANGELOG.md

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

33

4+
## [0.13.2](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.13.1...bootstrapvuenext-v0.13.2) (2023-09-17)
5+
6+
7+
### Features
8+
9+
* **BTooltip:** add type interfaces for BPopover props ([#1463](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1463)) ([6dff95a](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/6dff95af11bbb5eb0d5a562ce0b14dd029d70511))
10+
411
## [0.13.1](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.13.0...bootstrapvuenext-v0.13.1) (2023-09-16)
512

613

‎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.13.1",
5+
"version": "0.13.2",
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.13.2](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.13.1...nuxt-v0.13.2) (2023-09-17)
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.2
16+
* peerDependencies
17+
* bootstrap-vue-next bumped to 0.13.2
18+
319
## [0.13.1](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.13.0...nuxt-v0.13.1) (2023-09-16)
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.13.1",
4+
"version": "0.13.2",
55
"license": "MIT",
66
"author": {
77
"name": "Issayah",

0 commit comments

Comments
 (0)