@servicetitan/anvil-css-utilities
Advanced tools
Comparing version 8.0.0 to 8.1.0
@@ -0,1 +1,18 @@ | ||
# v8.1.0 (Fri Mar 05 2021) | ||
#### 🐛 Bug Fix | ||
- Fix DatePicker's popup positioning [#1873](https://github.com/servicetitan/anvil/pull/1873) ([@tounsoo](https://github.com/tounsoo)) | ||
#### 🏠 Internal | ||
- Drawer animation based on framer motion [#1857](https://github.com/servicetitan/anvil/pull/1857) ([@yakunins](https://github.com/yakunins)) | ||
#### Authors: 2 | ||
- Ben Ho ([@tounsoo](https://github.com/tounsoo)) | ||
- Sergey Yakunin ([@yakunins](https://github.com/yakunins)) | ||
--- | ||
# v8.0.0 (Fri Feb 19 2021) | ||
@@ -2,0 +19,0 @@ |
{ | ||
"name": "@servicetitan/anvil-css-utilities", | ||
"version": "8.0.0", | ||
"version": "8.1.0", | ||
"description": "", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@servicetitan/tokens": "^8.0.0", | ||
"@servicetitan/tokens": "^8.1.0", | ||
"autoprefixer": "10.2.1", | ||
@@ -45,3 +45,3 @@ "chokidar-cli": "2.1.0", | ||
}, | ||
"gitHead": "5c79676a9b87c551266fdbd92228b6b71b79c2d6" | ||
"gitHead": "569a47f995a95490f8f271c53376e46cb9c5a344" | ||
} |
145443