From 28e8619f657b6198997e2d522a714fa41a10aace Mon Sep 17 00:00:00 2001 From: Dominic Fraser Date: Fri, 24 Feb 2023 14:25:44 +0000 Subject: [PATCH] 7.1.0 --- CHANGELOG.md | 13 +++++++++++++ UNRELEASED.md | 11 ----------- docs/release.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 18 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf1ec6..14c0904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/UNRELEASED.md b/UNRELEASED.md index b75a149..bfaef6e 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -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 diff --git a/docs/release.md b/docs/release.md index 2b290fd..1ff6844 100644 --- a/docs/release.md +++ b/docs/release.md @@ -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`. @@ -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 `. 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! \ No newline at end of file +- Test your new release! diff --git a/package-lock.json b/package-lock.json index 068ba35..9700e26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@skyscanner/stylelint-config-skyscanner", - "version": "7.0.0", + "version": "7.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@skyscanner/stylelint-config-skyscanner", - "version": "7.0.0", + "version": "7.1.0", "license": "Apache-2.0", "dependencies": { "@skyscanner/eslint-config-skyscanner": "^13.1.0", diff --git a/package.json b/package.json index 6ebee6e..e790b41 100644 --- a/package.json +++ b/package.json @@ -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": {