Skip to content

Commit e423dee

Browse files
chore(release): 3.4.0 [skip ci]
# [3.4.0](v3.3.0...v3.4.0) (2020-02-18) ### Bug Fixes * **dependencies:** upgrade all dependencies ([d1219ca](d1219ca)) * **peerDepedencies:** allow styled-components v4 and v5 and react 16.9.0 ([e706702](e706702)) ### Features * **button:** add props.color option 'dark' & 'light' ([cdf8197](cdf8197))
1 parent 46f0429 commit e423dee

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [3.4.0](https://github.com/bootstrap-styled/v4/compare/v3.3.0...v3.4.0) (2020-02-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **dependencies:** upgrade all dependencies ([d1219ca](https://github.com/bootstrap-styled/v4/commit/d1219ca2c36056fab58fd5d18968042e5f77b66c))
7+
* **peerDepedencies:** allow styled-components v4 and v5 and react 16.9.0 ([e706702](https://github.com/bootstrap-styled/v4/commit/e706702e51153cdf3f70167097230ba72a3a57c0))
8+
9+
10+
### Features
11+
12+
* **button:** add props.color option 'dark' & 'light' ([cdf8197](https://github.com/bootstrap-styled/v4/commit/cdf8197259ee5ebce9b61ecb12bd4fa05b5997d4))
13+
114
# [3.3.0](https://github.com/bootstrap-styled/v4/compare/v3.2.2...v3.3.0) (2019-12-28)
215

316

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.3.0",
3+
"version": "3.4.0",
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)