From 5d2573c380810286d1d7964660c457efa4990be0 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Thu, 17 Nov 2022 13:04:59 -0800 Subject: [PATCH] chore(release): publish - @readme/eslint-config@10.2.0 - @readme/spectral-config@1.1.3 - @readme/stylelint-config@3.1.4 --- package-lock.json | 6 +++--- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package-lock.json | 4 ++-- packages/eslint-config/package.json | 2 +- packages/spectral-config/CHANGELOG.md | 4 ++++ packages/spectral-config/package-lock.json | 4 ++-- packages/spectral-config/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 4 ++++ packages/stylelint-config/package-lock.json | 4 ++-- packages/stylelint-config/package.json | 2 +- 10 files changed, 26 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index c868a584..ac1fc3da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17259,7 +17259,7 @@ }, "packages/eslint-config": { "name": "@readme/eslint-config", - "version": "10.1.3", + "version": "10.2.0", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.30.5", @@ -17295,7 +17295,7 @@ }, "packages/spectral-config": { "name": "@readme/spectral-config", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "dependencies": { "@stoplight/spectral-rulesets": "^1.14.1", @@ -17313,7 +17313,7 @@ }, "packages/stylelint-config": { "name": "@readme/stylelint-config", - "version": "3.1.3", + "version": "3.1.4", "license": "MIT", "dependencies": { "stylelint-config-css-modules": "^4.1.0", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index e0af097c..12492a1e 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [10.2.0](https://github.com/readmeio/standards/compare/@readme/eslint-config@10.1.3...@readme/eslint-config@10.2.0) (2022-11-17) + +### Features + +- enabling no-unreachable in the TS config ([545d65c](https://github.com/readmeio/standards/commit/545d65c7410025ea73bc7649a8426197bcad76f9)) + ## [10.1.3](https://github.com/readmeio/standards/compare/@readme/eslint-config@10.1.2...@readme/eslint-config@10.1.3) (2022-11-04) **Note:** Version bump only for package @readme/eslint-config diff --git a/packages/eslint-config/package-lock.json b/packages/eslint-config/package-lock.json index 9e2dedd6..df174cb3 100644 --- a/packages/eslint-config/package-lock.json +++ b/packages/eslint-config/package-lock.json @@ -1,12 +1,12 @@ { "name": "@readme/eslint-config", - "version": "10.1.3", + "version": "10.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@readme/eslint-config", - "version": "10.1.3", + "version": "10.2.0", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.30.5", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index e9d372d9..b36cc25c 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@readme/eslint-config", - "version": "10.1.3", + "version": "10.2.0", "description": "ReadMe coding standards", "main": "index.js", "author": "Jon Ursenbach ", diff --git a/packages/spectral-config/CHANGELOG.md b/packages/spectral-config/CHANGELOG.md index 16666f7c..14a33aa0 100644 --- a/packages/spectral-config/CHANGELOG.md +++ b/packages/spectral-config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.3](https://github.com/readmeio/standards/compare/@readme/spectral-config@1.1.2...@readme/spectral-config@1.1.3) (2022-11-17) + +**Note:** Version bump only for package @readme/spectral-config + ## [1.1.2](https://github.com/readmeio/standards/compare/@readme/spectral-config@1.1.1...@readme/spectral-config@1.1.2) (2022-11-04) ### Bug Fixes diff --git a/packages/spectral-config/package-lock.json b/packages/spectral-config/package-lock.json index a2fe348a..c296e129 100644 --- a/packages/spectral-config/package-lock.json +++ b/packages/spectral-config/package-lock.json @@ -1,12 +1,12 @@ { "name": "@readme/spectral-config", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@readme/spectral-config", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "dependencies": { "@stoplight/spectral-rulesets": "^1.14.1", diff --git a/packages/spectral-config/package.json b/packages/spectral-config/package.json index 6ee23c01..84dc65ae 100644 --- a/packages/spectral-config/package.json +++ b/packages/spectral-config/package.json @@ -1,6 +1,6 @@ { "name": "@readme/spectral-config", - "version": "1.1.2", + "version": "1.1.3", "description": "ReadMe coding standards for API documentation", "main": "src/index.js", "scripts": { diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index f64fa9e3..f492c8b6 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.4](https://github.com/readmeio/standards/compare/@readme/stylelint-config@3.1.3...@readme/stylelint-config@3.1.4) (2022-11-17) + +**Note:** Version bump only for package @readme/stylelint-config + ## [3.1.3](https://github.com/readmeio/standards/compare/@readme/stylelint-config@3.1.2...@readme/stylelint-config@3.1.3) (2022-11-04) **Note:** Version bump only for package @readme/stylelint-config diff --git a/packages/stylelint-config/package-lock.json b/packages/stylelint-config/package-lock.json index 3b484d39..78bf0fd8 100644 --- a/packages/stylelint-config/package-lock.json +++ b/packages/stylelint-config/package-lock.json @@ -1,12 +1,12 @@ { "name": "@readme/stylelint-config", - "version": "3.1.3", + "version": "3.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@readme/stylelint-config", - "version": "3.1.3", + "version": "3.1.4", "license": "MIT", "dependencies": { "stylelint-config-css-modules": "^4.1.0", diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index ec31025d..bbb758bc 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@readme/stylelint-config", - "version": "3.1.3", + "version": "3.1.4", "description": "ReadMe coding standards for styles", "main": "index.js", "files": [