Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicfraser committed Dec 7, 2021
1 parent 8d23e1f commit b9348a5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

[Unreleased changes](./UNRELEASED.md)

## 5.0.0

# Breaking

There are two main changes:
- Published under the `@skyscanner/` scope
- Upgrade from `stylelint` `v13` to `v14`, and therefore bumping all dependencies to `v14` compatible versions.

A [migration guide](./docs/migration-from-4-to-5.md) has been added.

- Bump `stylelint` from `13.13.1` to `14.1.0`
- Bump `stylelint-config-prettier` from `8.0.2` to `9.0.3`
- Bump `stylelint-order` from `4.1.0` to `5.0.0`
- Bump `stylelint-prettier` from `1.2.0` to `2.0.0`
- Bump `stylelint-declaration-strict-value` from `1.7.12` to `1.8.0`
- Bump `eslint-config-skyscanner` from `9.0.1` to `10.2.0`
- Uninstall `stylelint-config-standard`
- Uninstall `@skyscanner/stylelint-plugin-backpack`
- Install `stylelint-config-standard-scss` from `3.0.0`
- Bump `stylelint-scss` from `3.20.1` to `4.0.0`

## 4.0.0

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

This project adheres to [Semantic Versioning](http://semver.org/).

# Breaking:

There are two main changes:
- Published under the `@skyscanner/` scope
- Upgrade from `stylelint` `v13` to `v14`, and therefore bumping all dependencies to `v14` compatible versions.

A [migration guide](./docs/migration-from-4-to-5.md) has been added.

- Bump `stylelint` from `13.13.1` to `14.1.0`
- Bump `stylelint-config-prettier` from `8.0.2` to `9.0.3`
- Bump `stylelint-order` from `4.1.0` to `5.0.0`
- Bump `stylelint-prettier` from `1.2.0` to `2.0.0`
- Bump `stylelint-declaration-strict-value` from `1.7.12` to `1.8.0`
- Bump `eslint-config-skyscanner` from `9.0.1` to `10.2.0`
- Uninstall `stylelint-config-standard`
- Uninstall `@skyscanner/stylelint-plugin-backpack`
- Install `stylelint-config-standard-scss` from `3.0.0`
- Bump `stylelint-scss` from `3.20.1` to `4.0.0`
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": "@skyscanner/stylelint-config-skyscanner",
"version": "4.0.0",
"version": "5.0.0",
"description": "Skyscanner's stylelint config.",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit b9348a5

Please sign in to comment.