@accessibility-in-action/looseleaf
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.3.3](https://github.com/accessibility-in-action/looseleaf/compare/1.3.2...1.3.3) (2021-07-15) | ||
### Bug Fixes | ||
* restore default list styles ([7799ba4](https://github.com/accessibility-in-action/looseleaf/commit/7799ba42e0c008ff30deb0cf62dcd513cc56c2cb)) | ||
### [1.3.2](https://github.com/accessibility-in-action/looseleaf/compare/1.3.1...1.3.2) (2021-07-15) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@accessibility-in-action/looseleaf", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Sketchy CSS framework for prototyping.", | ||
@@ -45,24 +45,24 @@ "main": "dist/style.min.css", | ||
"devDependencies": { | ||
"@commitlint/cli": "12.1.1", | ||
"@commitlint/config-conventional": "12.1.1", | ||
"@frctl/fractal": "1.5.6", | ||
"@frctl/nunjucks": "2.0.10", | ||
"autoprefixer": "10.2.5", | ||
"cssnano": "5.0.2", | ||
"eslint": "7.25.0", | ||
"@commitlint/cli": "12.1.4", | ||
"@commitlint/config-conventional": "12.1.4", | ||
"@frctl/fractal": "1.5.9", | ||
"@frctl/nunjucks": "2.0.11", | ||
"autoprefixer": "10.3.1", | ||
"cssnano": "5.0.6", | ||
"eslint": "7.30.0", | ||
"eslint-config-fluid": "2.0.0", | ||
"faker": "5.5.3", | ||
"husky": "6.0.0", | ||
"husky": "7.0.1", | ||
"is-ci": "3.0.0", | ||
"lint-staged": "10.5.4", | ||
"lint-staged": "11.0.1", | ||
"npm-run-all": "4.1.5", | ||
"pinst": "2.1.6", | ||
"postcss": "8.2.13", | ||
"postcss": "8.3.5", | ||
"postcss-cli": "8.3.1", | ||
"postcss-easy-import": "3.0.0", | ||
"rimraf": "3.0.2", | ||
"standard-version": "9.2.0", | ||
"stylelint-config-fluid": "0.2.0", | ||
"standard-version": "9.3.1", | ||
"stylelint-config-fluid": "0.2.1", | ||
"stylelint-use-logical": "1.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
37459
508