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

Commit a0c5939

Browse files
authored
Merge pull request bootstrap-vue-next#1453 from bootstrap-vue-next/release-please--branches--main
chore: release main
2 parents c7de06c + 40ac963 commit a0c5939

File tree

5 files changed

+37
-4
lines changed

5 files changed

+37
-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.12.4",
3-
"packages/nuxt": "0.12.4"
2+
"packages/bootstrap-vue-next": "0.13.0",
3+
"packages/nuxt": "0.13.0"
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.13.0](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.12.4...bootstrapvuenext-v0.13.0) (2023-09-15)
5+
6+
7+
### Features
8+
9+
* **BToast:** I did not eat today and I I have been working for 12 hours straight on this. Enjoy donate at https://opencollective.com/bootstrap-vue-next ([a393473](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/a393473373337e29914d93ace838587e2d829a55))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* release 0.13.0 ([77dfebc](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/77dfebc30d9a3f6f9f990f6128e8405368ffb16a))
15+
416
## [0.12.4](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrapvuenext-v0.12.3...bootstrapvuenext-v0.12.4) (2023-09-14)
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": "BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.",
5-
"version": "0.12.4",
5+
"version": "0.13.0",
66
"license": "MIT",
77
"main": "./dist/bootstrap-vue-next.umd.js",
88
"module": "./dist/bootstrap-vue-next.mjs",

packages/nuxt/CHANGELOG.md

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

3+
## [0.13.0](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.12.4...nuxt-v0.13.0) (2023-09-15)
4+
5+
6+
### Features
7+
8+
* **BToast:** I did not eat today and I I have been working for 12 hours straight on this. Enjoy donate at https://opencollective.com/bootstrap-vue-next ([a393473](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/a393473373337e29914d93ace838587e2d829a55))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release 0.13.0 ([77dfebc](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/77dfebc30d9a3f6f9f990f6128e8405368ffb16a))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* devDependencies
20+
* bootstrap-vue-next bumped to 0.13.0
21+
* peerDependencies
22+
* bootstrap-vue-next bumped to 0.13.0
23+
324
## [0.12.4](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/nuxt-v0.12.3...nuxt-v0.12.4) (2023-09-14)
425

526

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

0 commit comments

Comments
 (0)