Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicfraser committed Feb 7, 2023
1 parent e8a389a commit 24e3776
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

[Unreleased changes](./UNRELEASED.md)

## 7.0.0
### Updated

- Bump @skyscanner/eslint-config-skyscanner from 12.6.1 to 13.1.0
- Bump stylelint-config-prettier from 9.0.3 to 9.0.4
- Bump json5 from 1.0.1 to 1.0.2 (security bump)

As `@skyscanner/eslint-config-skyscanner` is shipped as `dependency` then this may cause JavaScript linting changes in your project as a side effect if you have not already updated. If that is the case it is the recommendation to first update `@skyscanner/eslint-config-skyscanner` and follow its [release notes](https://github.com/Skyscanner/eslint-config-skyscanner/releases/tag/v13.0.0).

## 6.1.0 (deprecated)
### Updated

Expand Down
9 changes: 0 additions & 9 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# UNRELEASED

_If `@skyscanner/eslint-config-skyscanner` has a major version change then `@skyscanner/stylelint-config-skyscanner` should also have a major version change, as explained in [the docs](./docs/eslint-as-dependency.md)_

## 7.0.0
### Updated

- Bump @skyscanner/eslint-config-skyscanner from 12.6.1 to 13.1.0
- Bump stylelint-config-prettier from 9.0.3 to 9.0.4
- Bump json5 from 1.0.1 to 1.0.2 (security bump)

As `@skyscanner/eslint-config-skyscanner` is shipped as `dependency` then this may cause JavaScript linting changes in your project as a side effect if you have no already updated. If that is the case it is the recommendation to also update `@skyscanner/eslint-config-skyscanner` and follow its [release notes](https://github.com/Skyscanner/eslint-config-skyscanner/releases/tag/v13.0.0).
4 changes: 2 additions & 2 deletions 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": "@skyscanner/stylelint-config-skyscanner",
"version": "6.0.2",
"version": "7.0.0",
"description": "Skyscanner's stylelint config.",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit 24e3776

Please sign in to comment.