Skip to content

Commit 8e0ea9d

Browse files
chore(release): 3.2.1 [skip ci]
## [3.2.1](v3.2.0...v3.2.1) (2019-11-13) ### Bug Fixes * **dependencies:** upgrade all dependencies ([3b01e6f](3b01e6f)) * **documentation:** fixing link loading whole page ([e0ee814](e0ee814)) * **Modal:** using UNSAFE_componentWillUpdate ([7612eeb](7612eeb)) * **Tooltip:** Use the $tooltip-arrow-color variable within the component style ([86e827d](86e827d))
1 parent ac4a888 commit 8e0ea9d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [3.2.1](https://github.com/bootstrap-styled/v4/compare/v3.2.0...v3.2.1) (2019-11-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **dependencies:** upgrade all dependencies ([3b01e6f](https://github.com/bootstrap-styled/v4/commit/3b01e6fa13e1a72b29fa6b60e1c8d253b2d22964))
7+
* **documentation:** fixing link loading whole page ([e0ee814](https://github.com/bootstrap-styled/v4/commit/e0ee8148db036a274e5d8d924525cb8b5f42d061))
8+
* **Modal:** using UNSAFE_componentWillUpdate ([7612eeb](https://github.com/bootstrap-styled/v4/commit/7612eeb67716ef3ea16d715e3dea1c81ceb54b85))
9+
* **Tooltip:** Use the $tooltip-arrow-color variable within the component style ([86e827d](https://github.com/bootstrap-styled/v4/commit/86e827dce790d8cedbb7e117212789b5dc32012c))
10+
111
# [3.2.0](https://github.com/bootstrap-styled/v4/compare/v3.1.6...v3.2.0) (2019-10-04)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bootstrap-styled/v4",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities.",
55
"main": "lib/index.js",
66
"jsnext:main": "dist/@bootstrap-styled/v4.esm.js",

0 commit comments

Comments
 (0)