@accessibility-in-action/looseleaf
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.4.2](https://www.github.com/accessibility-in-action/looseleaf/compare/v1.4.1...v1.4.2) (2021-07-27) | ||
### Bug Fixes | ||
* set body width to 100% ([ffd8f85](https://www.github.com/accessibility-in-action/looseleaf/commit/ffd8f851ece7c65c7d2064a3f6e73fc9130ec3c5)) | ||
### [1.4.1](https://github.com/accessibility-in-action/looseleaf/compare/1.4.0...1.4.1) (2021-07-27) | ||
@@ -18,3 +25,3 @@ | ||
* add <pre> element (fix [#57](https://github.com/accessibility-in-action/looseleaf/issues/57)) ([49f475f](https://github.com/accessibility-in-action/looseleaf/commit/49f475fdcb0ca3a4c6e0b18e35fbcec2ec09b62f)) | ||
* add `<pre>` element (fix [#57](https://github.com/accessibility-in-action/looseleaf/issues/57)) ([49f475f](https://github.com/accessibility-in-action/looseleaf/commit/49f475fdcb0ca3a4c6e0b18e35fbcec2ec09b62f)) | ||
@@ -21,0 +28,0 @@ ### [1.3.4](https://github.com/accessibility-in-action/looseleaf/compare/1.3.3...1.3.4) (2021-07-15) |
{ | ||
"name": "@accessibility-in-action/looseleaf", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Sketchy CSS framework for prototyping.", | ||
@@ -15,3 +15,2 @@ "main": "dist/style.min.css", | ||
"prerelease": "npm run build:css", | ||
"release": "git add dist/style.min.css && standard-version -a -t ''", | ||
"start": "npm-run-all clean --parallel start:*", | ||
@@ -46,9 +45,9 @@ "start:css": "postcss src/css/style.css -o dist/style.min.css --watch", | ||
"devDependencies": { | ||
"@commitlint/cli": "12.1.4", | ||
"@commitlint/config-conventional": "12.1.4", | ||
"@frctl/fractal": "1.5.9", | ||
"@frctl/nunjucks": "2.0.11", | ||
"@commitlint/cli": "13.1.0", | ||
"@commitlint/config-conventional": "13.1.0", | ||
"@frctl/fractal": "1.5.11", | ||
"@frctl/nunjucks": "2.0.13", | ||
"autoprefixer": "10.3.1", | ||
"cssnano": "5.0.6", | ||
"eslint": "7.30.0", | ||
"cssnano": "5.0.7", | ||
"eslint": "7.31.0", | ||
"eslint-config-fluid": "2.0.0", | ||
@@ -58,10 +57,9 @@ "faker": "5.5.3", | ||
"is-ci": "3.0.0", | ||
"lint-staged": "11.0.1", | ||
"lint-staged": "11.1.1", | ||
"npm-run-all": "4.1.5", | ||
"pinst": "2.1.6", | ||
"postcss": "8.3.5", | ||
"postcss": "8.3.6", | ||
"postcss-cli": "8.3.1", | ||
"postcss-easy-import": "3.0.0", | ||
"rimraf": "3.0.2", | ||
"standard-version": "9.3.1", | ||
"stylelint-config-fluid": "0.2.1", | ||
@@ -68,0 +66,0 @@ "stylelint-use-logical": "1.1.0" |
Sorry, the diff of this file is not supported yet
39407
20
522