Skip to content

Commit

Permalink
Merge pull request #30 from adidas/release/1.8.0
Browse files Browse the repository at this point in the history
PREPARE release 1.8.0
  • Loading branch information
RecuencoJones authored Jan 15, 2020
2 parents 1233c30 + 21fbbf7 commit 0070c38
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ This changelog is only to log changes of the project base.
If there are changes on the packages, please, check and update the changelog of each package accordingly.
-->

## 1.8.0

- Updated `color-hex-length` in `stylelint-config-adidas`.
- Updated `scss/double-slash-comment-empty-line-before` in `stylelint-config-adidas-scss`.

## 1.7.2

- Fixed a rule typo in `eslint-config-adidas-typescript`.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-linter-configs",
"version": "1.7.2",
"version": "1.8.0",
"description": "adidas configurations for JavaScript linting tools",
"license": "MIT",
"contributors": [
Expand Down
4 changes: 4 additions & 0 deletions packages/stylelint-config-adidas-scss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.0

- Merged #27: change options for multiline comments (`scss/double-slash-comment-empty-line-before`).

# 1.0.0

- Initial version: `stylelint-config-adidas-scss`.
2 changes: 1 addition & 1 deletion packages/stylelint-config-adidas-scss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-adidas-scss",
"version": "1.0.0",
"version": "1.1.0",
"description": "Stylelint configuration to check SCSS specific rules",
"license": "MIT",
"contributors": [
Expand Down
4 changes: 4 additions & 0 deletions packages/stylelint-config-adidas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.0

- Merged #28: use long hex format for colors (`color-hex-length`).

## 1.2.1

- Disabled `selector-pseudo-element-colon-notation` rule.
Expand Down

0 comments on commit 0070c38

Please sign in to comment.