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

Commit 421bd00

Browse files
authored
Merge pull request bootstrap-vue-next#1468 from bootstrap-vue-next/release-please--branches--main
chore: release main
2 parents 700b77d + d608397 commit 421bd00

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.2",
3-
"packages/nuxt": "0.13.2"
2+
"packages/bootstrap-vue-next": "0.13.3",
3+
"packages/nuxt": "0.13.3"
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.3](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.13.2...bootstrapvuenext-v0.13.3) (2023-09-19)
5+
6+
7+
### Bug Fixes
8+
9+
* **BForm:** expose the form so you can programatically submit fixes bootstrap-vue-next[#913](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/913) ([4269fa5](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/4269fa5498820ef134f21656877f02929650543b))
10+
411
## [0.13.2](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.13.1...bootstrapvuenext-v0.13.2) (2023-09-17)
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.2",
5+
"version": "0.13.3",
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.3](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.13.2...nuxt-v0.13.3) (2023-09-19)
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.3
16+
* peerDependencies
17+
* bootstrap-vue-next bumped to 0.13.3
18+
319
## [0.13.2](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.13.1...nuxt-v0.13.2) (2023-09-17)
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.2",
4+
"version": "0.13.3",
55
"license": "MIT",
66
"author": {
77
"name": "Issayah",

0 commit comments

Comments
 (0)