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

Commit 72c58fd

Browse files
authored
Merge pull request bootstrap-vue-next#1236 from bootstrap-vue-next/release-please--branches--main
chore: release main
2 parents 4f383a5 + 717aa3a commit 72c58fd

File tree

5 files changed

+32
-4
lines changed

5 files changed

+32
-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.9.16",
3-
"packages/nuxt": "0.1.2"
2+
"packages/bootstrap-vue-next": "0.9.17",
3+
"packages/nuxt": "0.1.3"
44
}

packages/bootstrap-vue-next/CHANGELOG.md

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

33

4+
## [0.9.17](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrap-vue-next-v0.9.16...bootstrap-vue-next-v0.9.17) (2023-07-01)
5+
6+
7+
### Features
8+
9+
* BOffcanvas & BModal body scrolling prevented ([af0a97d](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/af0a97df8a2a4b44bd0364de6e262db5b1809d3d))
10+
11+
12+
### Bug Fixes
13+
14+
* **BFormFile:** ModelValue not synced up when using reset ([af0a97d](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/af0a97df8a2a4b44bd0364de6e262db5b1809d3d))
15+
* **BFormFile:** unnecessary wrapper element ([af0a97d](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/af0a97df8a2a4b44bd0364de6e262db5b1809d3d))
16+
* readonly some refs ([af0a97d](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/af0a97df8a2a4b44bd0364de6e262db5b1809d3d))
17+
418
## [0.9.16](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrap-vue-next-v0.9.15...bootstrap-vue-next-v0.9.16) (2023-07-01)
519

620

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

packages/nuxt/CHANGELOG.md

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

3+
## [0.1.3](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.1.2...nuxt-v0.1.3) (2023-07-01)
4+
5+
6+
### Features
7+
8+
* BOffcanvas & BModal body scrolling prevented ([af0a97d](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/af0a97df8a2a4b44bd0364de6e262db5b1809d3d))
9+
10+
11+
### Bug Fixes
12+
13+
* **BFormFile:** ModelValue not synced up when using reset ([af0a97d](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/af0a97df8a2a4b44bd0364de6e262db5b1809d3d))
14+
* **BFormFile:** unnecessary wrapper element ([af0a97d](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/af0a97df8a2a4b44bd0364de6e262db5b1809d3d))
15+
* readonly some refs ([af0a97d](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/af0a97df8a2a4b44bd0364de6e262db5b1809d3d))
16+
317
## [0.1.2](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.1.1...nuxt-v0.1.2) (2023-06-25)
418

519

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

0 commit comments

Comments
 (0)