@cryptic-css/prop-scroll
Advanced tools
Comparing version 5.9.0 to 5.10.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [5.10.0](https://github.com/wintercounter/ccss/compare/v5.9.0...v5.10.0) (2021-11-29) | ||
**Note:** Version bump only for package @cryptic-css/prop-scroll | ||
# [5.9.0](https://github.com/wintercounter/ccss/compare/v5.8.1...v5.9.0) (2021-11-09) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@cryptic-css/prop-scroll", | ||
"version": "5.9.0", | ||
"version": "5.10.0", | ||
"description": "Add support for the `scroll` prop to easily create horizontal/vertical/both scrollable elements.", | ||
@@ -73,5 +73,5 @@ "author": "Victor Vincent <wintercounter+ccss@gmail.com>", | ||
"devDependencies": { | ||
"@cryptic-css/core": "^5.9.0" | ||
"@cryptic-css/core": "^5.10.0" | ||
}, | ||
"gitHead": "6affae71086d35d469fdd682c2fc23e3faab63a4" | ||
"gitHead": "68c3a3e85288334390533cb823637e5d366c0ef9" | ||
} |
18641