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

Commit aaa7363

Browse files
authored
Merge pull request bootstrap-vue-next#1247 from bootstrap-vue-next/release-please--branches--main
chore: release main
2 parents 06ef76e + db2bc13 commit aaa7363

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/bootstrap-vue-next": "0.9.19",
2+
"packages/bootstrap-vue-next": "0.9.20",
33
"packages/nuxt": "0.1.3"
44
}

packages/bootstrap-vue-next/CHANGELOG.md

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

33

4+
## [0.9.20](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrap-vue-next-v0.9.19...bootstrap-vue-next-v0.9.20) (2023-07-04)
5+
6+
7+
### Features
8+
9+
* **BTooltip:** expose hide, show and toggle methods from BPopover ([a7d9718](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/a7d9718184d25413407952e9b3a588943124be1d))
10+
11+
12+
### Bug Fixes
13+
14+
* build issue ([a8aff52](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/a8aff52a011bf93463e8652ac5cd89ca39c81a21))
15+
416
## [0.9.19](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrap-vue-next-v0.9.18...bootstrap-vue-next-v0.9.19) (2023-07-04)
517

618

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": "Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript",
5-
"version": "0.9.19",
5+
"version": "0.9.20",
66
"license": "MIT",
77
"main": "./dist/bootstrap-vue-next.umd.js",
88
"module": "./dist/bootstrap-vue-next.mjs",

0 commit comments

Comments
 (0)