Skip to content

Commit

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

[Unreleased changes](./UNRELEASED.md)

## 7.1.0

### Updated

- Bump jest from 27.5.1 to 29.4.3
- Bump minimatch from 3.0.4 to 3.1.2 (security vulnerability)
- Bump husky from 7.0.4 to 8.0.3
- Bump lint-staged from 12.3.8 to 13.1.2
- Bump stylelint-declaration-strict-value from 1.8.0 to 1.9.2
- Bump stylelint-order from 5.0.0 to 6.0.2
- Bump stylelint-scss from 4.1.0 to 4.4.0
- Bump stylelint from 14.3.0 to 14.16.1

## 7.0.0
### Updated

Expand Down
11 changes: 0 additions & 11 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,14 +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)_

### Updated

- Bump jest from 27.5.1 to 29.4.3
- Bump minimatch from 3.0.4 to 3.1.2 (security vulnerability)
- Bump husky from 7.0.4 to 8.0.3
- Bump lint-staged from 12.3.8 to 13.1.2
- Bump stylelint-declaration-strict-value from 1.8.0 to 1.9.2
- Bump stylelint-order from 5.0.0 to 6.0.2
- Bump stylelint-scss from 4.1.0 to 4.4.0
- Bump stylelint from 14.3.0 to 14.16.1
4 changes: 2 additions & 2 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package can be published by members of the Koala team and authorised Skysca

To do this:
- Add a title with the new version for changes in the `CHANGELOG.md` and copy the changes to be published from the `UNRELEASED.md` file to the new section.
- Stage those changes (`git add CHANGELOG.md`).
- Stage those changes (`git add CHANGELOG.md UNRELEASED.md`).
- Run `npm version -f major|minor|patch`. This will create a tagged commit changing the version in `package.json`, and the changes in `CHANGELOG.md`.
- Run `npm publish`.
- Run `git push && git push --tags`.
Expand All @@ -18,4 +18,4 @@ Want to test your changes before making it stable and available to the general t
To do this on your BRANCH or if already merged to main:
- Run `npm version <provide a custom version with the alpha or beta name e.g. 10.0.0-beta.1>`. This will create a new version in the `package.json` file and create a tagged commit (you don't need to commit this).
- Run `npm publish --tag alpha|beta` - use the correct tag depending on if you want to publish and alpha or a beta.
- Test your new release!
- Test your new release!
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": "7.0.0",
"version": "7.1.0",
"description": "Skyscanner's stylelint config.",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit 28e8619

Please sign in to comment.