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

Commit 262b20f

Browse files
authored
Merge pull request bootstrap-vue-next#1402 from bootstrap-vue-next/release-please--branches--main
chore: release main
2 parents 8162c61 + b033464 commit 262b20f

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-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.10.11",
2+
"packages/bootstrap-vue-next": "0.11.0",
33
"packages/nuxt": "0.1.3"
44
}

packages/bootstrap-vue-next/CHANGELOG.md

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

33

4+
## [0.11.0](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrap-vue-next-v0.10.11...bootstrap-vue-next-v0.11.0) (2023-08-29)
5+
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **BFormSpinButton:** rename to BFormSpinbutton for compat
10+
* **BFormSpinButton:** rename to BFormSpinbutton for compat docs: add defaults in data.ts files refactor: BListGroupItem does not extend BLink fixes #1394 refactor(useBLinkHelper): blink decomposition fixes #1385 fix: "active" prop fixes #1395 fix(BLink): router-link-active class not being applied fixes #1395
11+
12+
### Features
13+
14+
* **BFormSpinButton:** rename to BFormSpinbutton for compat ([8162c61](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/8162c61131779b25634f13ced57754d986d7e11c))
15+
* **BFormSpinButton:** rename to BFormSpinbutton for compat docs: add defaults in data.ts files refactor: BListGroupItem does not extend BLink fixes [#1394](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1394) refactor(useBLinkHelper): blink decomposition fixes [#1385](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1385) fix: "active" prop fixes [#1395](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1395) fix(BLink): router-link-active class not being applied fixes [#1395](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1395) ([8162c61](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/8162c61131779b25634f13ced57754d986d7e11c))
16+
17+
18+
### Bug Fixes
19+
20+
* "active" prop fixes [#1395](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1395) ([8162c61](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/8162c61131779b25634f13ced57754d986d7e11c))
21+
* **BLink:** router-link-active class not being applied fixes [#1395](https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1395) ([8162c61](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/8162c61131779b25634f13ced57754d986d7e11c))
22+
423
## [0.10.11](https://github.com/bootstrap-vue-next/bootstrap-vue-next/compare/bootstrap-vue-next-v0.10.10...bootstrap-vue-next-v0.10.11) (2023-08-24)
524

625

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

0 commit comments

Comments
 (0)