Skip to content

Commit da429d2

Browse files
authored
Merge pull request #4 from VividLemon/release-please--branches--main--components--bootstrap-vue-3
chore(main): release 0.2.1
2 parents c7b682c + d47731e commit da429d2

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

packages/bootstrap-vue-3/CHANGELOG.md

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

3+
## [0.2.1](https://github.com/VividLemon/bootstrap-vue-3/compare/v0.2.2...v0.2.1) (2022-08-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* vue considered peerDependency
9+
10+
### Features
11+
12+
* added toggleable prop to navbar ([7ea30c3](https://github.com/VividLemon/bootstrap-vue-3/commit/7ea30c3b74eabe7982a3c7d616ec7731951359cc))
13+
* bnav components ([17baaf2](https://github.com/VividLemon/bootstrap-vue-3/commit/17baaf2adb0d8dd10a79c5a8a2611437acdf34ef))
14+
* navbar stub work ([765a511](https://github.com/VividLemon/bootstrap-vue-3/commit/765a5118d31f081d62f13a86d0b7f7694b9882f7))
15+
* use pnpm and workspaces, dev duplicate ([bbc7312](https://github.com/VividLemon/bootstrap-vue-3/commit/bbc73120dd7bd29d62a3c44a751375accfdb13c1))
16+
17+
18+
### Bug Fixes
19+
20+
* **#505:** move import into script setup ([d2ee360](https://github.com/VividLemon/bootstrap-vue-3/commit/d2ee36034a7ba0c59c02574b9c2ca51b38a5dde7))
21+
* accidental removal ([c5d9406](https://github.com/VividLemon/bootstrap-vue-3/commit/c5d94069bd8bf1e48dd89d781cc39903a4b51a21))
22+
* breaking test suite ([9e1a1d8](https://github.com/VividLemon/bootstrap-vue-3/commit/9e1a1d84014d5b4ca7954e344c02f1fd39ba637d))
23+
* **docs:** docs should be working again ([b301b91](https://github.com/VividLemon/bootstrap-vue-3/commit/b301b91982ef8aa92a986d3fb8e20acea5b1d7df))
24+
* merge global-comps into bootstrapvue main ([8a32412](https://github.com/VividLemon/bootstrap-vue-3/commit/8a3241230032675f420d9aeb41bf337c7b1c0d9d))
25+
* missing dts on build issues ([4e7f212](https://github.com/VividLemon/bootstrap-vue-3/commit/4e7f212851e45f34d7005977558d1b330e93d581))
26+
* my incompetence ([4fc3389](https://github.com/VividLemon/bootstrap-vue-3/commit/4fc33894a3e75b0b462dfa22ef3eb9364484d845))
27+
* remove duplicate builtin script ([48c6ac4](https://github.com/VividLemon/bootstrap-vue-3/commit/48c6ac44d2752d6bbc924a724950a1ce20f9e7b6))
28+
* remove old scripts and clean pnpm and turbo ([25a8c71](https://github.com/VividLemon/bootstrap-vue-3/commit/25a8c719ed1e63dce24b8895fe62610e3e03b4cc))
29+
* reverted change to package.json ([c71cb2e](https://github.com/VividLemon/bootstrap-vue-3/commit/c71cb2ea6f8c5eecc923c75f66f2b24f63bd7c08))
30+
* role is undefined not null ([2b36ee1](https://github.com/VividLemon/bootstrap-vue-3/commit/2b36ee12572fdc344e3e2bcb5c9b9d9abd603f53))
31+
* temporarily add necessary exports ([7d9105f](https://github.com/VividLemon/bootstrap-vue-3/commit/7d9105fb6de269e1db758eb93f8f0af17887f61f))
32+
* utils namespace temporary read utils/index ([25ea310](https://github.com/VividLemon/bootstrap-vue-3/commit/25ea3102d166fb1f59951d8ccdecfa812769395c))
33+
* various tags styles and props ([f42178e](https://github.com/VividLemon/bootstrap-vue-3/commit/f42178e1ee7fbe9125918c2b9d11cd3fbe9db69b))
34+
* vite-plugin-dts issues and apps/docs ([0f1d0e3](https://github.com/VividLemon/bootstrap-vue-3/commit/0f1d0e397ef55689d51ed1628d77378177e4404e))
35+
36+
37+
### Reverts
38+
39+
* 4e7f212851e45f34d7005977558d1b330e93d581 ([4f816e7](https://github.com/VividLemon/bootstrap-vue-3/commit/4f816e7e055222446d3b5024e34257197f0514b8))
40+
* Accidental file placements ([539a697](https://github.com/VividLemon/bootstrap-vue-3/commit/539a6975833a2e742e59b64962a61ee70a71edf1))
41+
* add back in app.vue in /package/bootstrap* ([9e80d24](https://github.com/VividLemon/bootstrap-vue-3/commit/9e80d24dc214eb23304cad8a800e48ea929890ef))
42+
* add back in custom tsconfig ([998bc44](https://github.com/VividLemon/bootstrap-vue-3/commit/998bc4456dd35e91e8dad09fc4b31d754318ae95))
43+
* app.vue accidental change ([969230e](https://github.com/VividLemon/bootstrap-vue-3/commit/969230eba465ada6fc650ebad7b8b0411606cfe5))
44+
* **BPopover:** revert bpopover script setup ([78b128a](https://github.com/VividLemon/bootstrap-vue-3/commit/78b128aed0af5d301a5b1e7ed2459104be97b0ba))
45+
* direct import from components ([ecba1b9](https://github.com/VividLemon/bootstrap-vue-3/commit/ecba1b95dededa93b856f5b9bcee7058c1772415))
46+
* Fix husky ([694bdb4](https://github.com/VividLemon/bootstrap-vue-3/commit/694bdb46fce825363b4b82e72404a00337db09c8))
47+
* move changelog and others back to root ([b7b8441](https://github.com/VividLemon/bootstrap-vue-3/commit/b7b8441dd628a0d66cf271d0d21843189b13b53e))
48+
* remove booleanish ([eeb0157](https://github.com/VividLemon/bootstrap-vue-3/commit/eeb015707ac5f0c733dd576b6c34a551390391d1))
49+
50+
51+
### Miscellaneous Chores
52+
53+
* release 0.2.0 ([c43ece7](https://github.com/VividLemon/bootstrap-vue-3/commit/c43ece7390c25706e097004eeb4cc3525c71f6af))
54+
* vue considered peerDependency ([197ae39](https://github.com/VividLemon/bootstrap-vue-3/commit/197ae390767d4db867d1a39abe29ad475d36c34f))
55+
356
## [0.2.2](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.2.1...v0.2.2) (2022-08-02)
457

558

packages/bootstrap-vue-3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bootstrap-vue-3",
33
"displayName": "BootstrapVue3",
44
"description": "Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript",
5-
"version": "0.2.2",
5+
"version": "0.2.1",
66
"license": "MIT",
77
"main": "./dist/bootstrap-vue-3.umd.js",
88
"module": "./dist/bootstrap-vue-3.es.js",

0 commit comments

Comments
 (0)