@servicetitan/anvil-css-utilities
Advanced tools
Comparing version 7.5.1 to 7.6.0
@@ -0,1 +1,29 @@ | ||
# v7.6.0 (Tue Dec 29 2020) | ||
#### 🚀 Enhancement | ||
- Add el prop support to Button [#1700](https://github.com/servicetitan/anvil/pull/1700) ([@mattfelten](https://github.com/mattfelten)) | ||
#### 🐛 Bug Fix | ||
- Make rows=0 work to always display X selected in AnvilSelect [#1754](https://github.com/servicetitan/anvil/pull/1754) ([@mattfelten](https://github.com/mattfelten)) | ||
#### 🏠 Internal | ||
- Fix Divider linter errors and add proper support for args in some stories [#1644](https://github.com/servicetitan/anvil/pull/1644) ([@yakunins](https://github.com/yakunins) [@jpex](https://github.com/jpex)) | ||
- Build: Fix error with existing CSS utilities folder [#1770](https://github.com/servicetitan/anvil/pull/1770) ([@jpex](https://github.com/jpex)) | ||
#### 🔩 Dependency Updates | ||
- Bump ini from 1.3.5 to 1.3.7 [#1752](https://github.com/servicetitan/anvil/pull/1752) ([@dependabot[bot]](https://github.com/dependabot[bot])) | ||
#### Authors: 4 | ||
- [@dependabot[bot]](https://github.com/dependabot[bot]) | ||
- James C ([@jpex](https://github.com/jpex)) | ||
- Matt Felten ([@mattfelten](https://github.com/mattfelten)) | ||
- Sergey Yakunin ([@yakunins](https://github.com/yakunins)) | ||
--- | ||
# v7.2.0 (Tue Nov 10 2020) | ||
@@ -2,0 +30,0 @@ |
{ | ||
"name": "@servicetitan/anvil-css-utilities", | ||
"version": "7.5.1", | ||
"version": "7.6.0", | ||
"description": "", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"build:init:clean": "rimraf dist", | ||
"build:init:make-dir": "mkdir dist", | ||
"build:init:make-dir": "mkdir -p dist", | ||
"build:css": "run-s build:css:lint build:css:compile build:css:autoprefixer build:css:minify build:css:message --silent", | ||
@@ -33,3 +33,3 @@ "build:css:lint": "stylelint \"src/**/*.scss\" --syntax scss || echo \"❌ Stylelint Failed\"", | ||
"devDependencies": { | ||
"@servicetitan/tokens": "^7.5.1", | ||
"@servicetitan/tokens": "^7.6.0", | ||
"autoprefixer": "9.7.5", | ||
@@ -44,3 +44,3 @@ "chokidar-cli": "2.1.0", | ||
}, | ||
"gitHead": "9b0d2be66feaeeba5272148f356995a43fe0fbf6" | ||
"gitHead": "ad6c730743e5e927e99df8693a2ebcb24c18756b" | ||
} |
139611