diff --git a/CHANGELOG.md b/CHANGELOG.md index b66c884..56728bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.1.4](https://github.com/bootstrap-styled/css-utils/compare/v1.1.3...v1.1.4) (2018-12-07) + + +### Bug Fixes + +* **dependencies:** Update css-mixins to v1.2.0 ([40ac818](https://github.com/bootstrap-styled/css-utils/commit/40ac818)) +* **dependencies:** Upgrade many deps, semantic-release, babel 7, remove useless dependencies utils ([4ed2058](https://github.com/bootstrap-styled/css-utils/commit/4ed2058)) + +## [1.1.3](https://github.com/bootstrap-styled/css-utils/compare/v1.1.2...v1.1.3) (2018-12-05) + + +### Bug Fixes + +* **documentation:** added new doc dependencies. ([07a3ebf](https://github.com/bootstrap-styled/css-utils/commit/07a3ebf)) + ## [1.1.2](https://github.com/bootstrap-styled/css-utils/compare/v1.1.1...v1.1.2) (2018-12-01) diff --git a/README.md b/README.md index 29e899c..c717d53 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Build Status](https://travis-ci.org/bootstrap-styled/css-utils.svg?branch=master)](https://travis-ci.org/bootstrap-styled/css-utils) [![npm Version](https://img.shields.io/npm/v/@bootstrap-styled/css-utils.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/css-utils) [![License](https://img.shields.io/npm/l/@bootstrap-styled/css-utils.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/css-utils) [![NPM monthly downloads](https://img.shields.io/npm/dm/@bootstrap-styled/css-utils.svg?style=flat)](https://npmjs.org/package/@bootstrap-styled/css-utils) [![NPM total downloads](https://img.shields.io/npm/dt/@bootstrap-styled/css-utils.svg?style=flat)](https://npmjs.org/package/@bootstrap-styled/css-utils) [![npm Version](https://img.shields.io/node/v/@bootstrap-styled/css-utils.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/css-utils) [![Module formats](https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20esm-green.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/css-utils) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.github.bootstrap-styled.css-utils&metric=coverage)](https://sonarcloud.io/dashboard?id=com.github.bootstrap-styled.css-utils) [![Quality gate status](https://sonarcloud.io/api/project_badges/measure?project=com.github.bootstrap-styled.css-utils&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.github.bootstrap-styled.css-utils) [![gitter](https://badges.gitter.im/bootstrap-styled/bootstrap-styled.svg)](https://gitter.im/bootstrap-styled) +[![Greenkeeper badge](https://badges.greenkeeper.io/bootstrap-styled/css-utils.svg)](https://greenkeeper.io/) Bootstrap mixins and utilities in javascript for bootstrap-styled. diff --git a/package.json b/package.json index 4a2f9a8..6a5b437 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/css-utils", - "version": "1.1.2", + "version": "1.1.4", "description": "Bootstrap mixins and utilities in javascript for bootstrap-styled.", "main": "lib/index.js", "jsnext:main": "dist/@bootstrap-styled/css-utils.es.js", @@ -151,7 +151,7 @@ "immutable": "^3.8.1", "jest-cli": "^23.6.0", "jest-sonar-reporter": "^2.0.0", - "lint-staged": "^4.1.3", + "lint-staged": "^8.1.0", "pre-commit": "^1.2.2", "react": "^16.6.3", "react-dom": "^16.6.3",