@cryptic-css/prop-mid
Advanced tools
Comparing version 3.0.2 to 3.1.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.1.0](https://github.com/wintercounter/ccss/compare/v3.0.2...v3.1.0) (2020-03-22) | ||
**Note:** Version bump only for package @cryptic-css/prop-mid | ||
## [3.0.2](https://github.com/wintercounter/ccss/compare/v3.0.1...v3.0.2) (2020-03-18) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@cryptic-css/prop-mid", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "Adds support for the `mid` prop to add styles for centering element on the middle using the classic `top/left 50% + translate -50%` trick.", | ||
@@ -26,8 +26,8 @@ "author": "Victor Vincent <wintercounter+ccss@gmail.com>", | ||
"peerDependencies": { | ||
"@cryptic-css/core": "^0.0.1" | ||
"@cryptic-css/core": "^3.0.2" | ||
}, | ||
"devDependencies": { | ||
"@cryptic-css/core": "^3.0.2" | ||
"@cryptic-css/core": "^3.1.0" | ||
}, | ||
"gitHead": "046c392acedba4e324349ebfa140f3c10721a226" | ||
} |
5974