🌐 AI搜索 & 代理 主页
Skip to content

Commit 2738b75

Browse files
authored
chore: bump version and update changelog (#4596)
1 parent 00f487a commit 2738b75

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@
44
> [standard-version](https://github.com/conventional-changelog/standard-version) for commit
55
> guidelines.
66
7+
<a name="2.2.1"></a>
8+
9+
## [v2.2.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.2.0...v2.2.1)
10+
11+
Released: 2020-01-13
12+
13+
### Bug Fixes v2.2.1
14+
15+
- **icons:** make icon transform props work with IE11 (closes
16+
[#4607](https://github.com/bootstrap-vue/bootstrap-vue/issues/4607))
17+
([#4608](https://github.com/bootstrap-vue/bootstrap-vue/issues/4608))
18+
([899779f](https://github.com/bootstrap-vue/bootstrap-vue/commit/899779f20015f719198a763136137eea01aa11ea))
19+
- **types:** add missing declarations for `b-form-select-option` & `b-form-select-option-group`
20+
([#4595](https://github.com/bootstrap-vue/bootstrap-vue/issues/4595))
21+
([8d60832](https://github.com/bootstrap-vue/bootstrap-vue/commit/8d60832d38e74231a4bda15aa045b84aae97d2ed))
22+
- **types:** include named export BootstrapVue in declaration file
23+
([#4590](https://github.com/bootstrap-vue/bootstrap-vue/issues/4590))
24+
([603307a](https://github.com/bootstrap-vue/bootstrap-vue/commit/603307aeccf6141b94eff2186baee4ec43439033))
25+
- **modal, tooltips, popovers**: remove `nextTick` delay when updating content in transporter portal
26+
(closes [#4589](https://github.com/bootstrap-vue/bootstrap-vue/issues/4589))
27+
([#4604](https://github.com/bootstrap-vue/bootstrap-vue/issues/4604))
28+
([0e3e7e0](https://github.com/bootstrap-vue/bootstrap-vue/commit/0e3e7e03370685367ac69949e596c9fff5c68163))
29+
- **utils:** correct `identity` spelling error
30+
([#4579](https://github.com/bootstrap-vue/bootstrap-vue/issues/4579))
31+
([7fed191](https://github.com/bootstrap-vue/bootstrap-vue/commit/7fed1911d6d9f7eae81526010483c71e1679e770))
32+
33+
### Docs v2.2.1
34+
35+
- add live validation examples in validation reference section
36+
([#4584](https://github.com/bootstrap-vue/bootstrap-vue/issues/4584))
37+
([aca4a5c](https://github.com/bootstrap-vue/bootstrap-vue/commit/aca4a5c8f9a9ed0d7526de396ff072f0c1f4ebdf))
38+
39+
### Other v2.2.1
40+
41+
- dev dependencies updates
42+
743
<a name="2.2.0"></a>
844

945
## [v2.2.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.1.0...v2.2.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-vue",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "BootstrapVue, with over 40 plugins and more than 80 custom components, custom directives, and over 300 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.",
55
"main": "dist/bootstrap-vue.common.js",
66
"web": "dist/bootstrap-vue.js",

0 commit comments

Comments
 (0)