Skip to content

Commit 2d10a64

Browse files
chore(release): 2.1.2 [skip ci]
## [2.1.2](v2.1.1...v2.1.2) (2019-12-02) ### Bug Fixes * **generateUtility:** key was not generated when equal to 0 resulting in class such as .border-0 being incorrectly generated ([597e1ae](597e1ae))
1 parent 59f6313 commit 2d10a64

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.2](https://github.com/bootstrap-styled/css-mixins/compare/v2.1.1...v2.1.2) (2019-12-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **generateUtility:** key was not generated when equal to 0 resulting in class such as .border-0 being incorrectly generated ([597e1ae](https://github.com/bootstrap-styled/css-mixins/commit/597e1ae2310cdae1d68798994dea77772b3f6c3f))
7+
18
## [2.1.1](https://github.com/bootstrap-styled/css-mixins/compare/v2.1.0...v2.1.1) (2019-12-01)
29

310

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/css-mixins",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Bootstrap v4 css-in-js mixins for Bootstrap Styled.",
55
"main": "lib/index.js",
66
"jsnext:main": "dist/@bootstrap-styled/css-mixins.esm.js",

0 commit comments

Comments
 (0)