From 74adc32a475fa9a7762ade1778f529e70ced608e Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Thu, 12 Jan 2023 09:24:17 -0800 Subject: [PATCH] chore(release): publish - @readme/eslint-config@10.4.2 - @readme/spectral-config@1.1.9 - @readme/stylelint-config@3.1.10 --- package-lock.json | 6 +++--- packages/eslint-config/CHANGELOG.md | 8 ++++++++ packages/eslint-config/package-lock.json | 4 ++-- packages/eslint-config/package.json | 2 +- packages/spectral-config/CHANGELOG.md | 8 ++++++++ packages/spectral-config/package-lock.json | 4 ++-- packages/spectral-config/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 8 ++++++++ packages/stylelint-config/package-lock.json | 4 ++-- packages/stylelint-config/package.json | 2 +- 10 files changed, 36 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f007162..259329cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17859,7 +17859,7 @@ }, "packages/eslint-config": { "name": "@readme/eslint-config", - "version": "10.4.1", + "version": "10.4.2", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.48.1", @@ -17895,7 +17895,7 @@ }, "packages/spectral-config": { "name": "@readme/spectral-config", - "version": "1.1.8", + "version": "1.1.9", "license": "MIT", "dependencies": { "@stoplight/spectral-rulesets": "^1.14.1", @@ -17913,7 +17913,7 @@ }, "packages/stylelint-config": { "name": "@readme/stylelint-config", - "version": "3.1.9", + "version": "3.1.10", "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 5211ceed..a6da83b0 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.4.2](https://github.com/readmeio/standards/compare/@readme/eslint-config@10.4.1...@readme/eslint-config@10.4.2) (2023-01-12) + +**Note:** Version bump only for package @readme/eslint-config + + + + + ## [10.4.1](https://github.com/readmeio/standards/compare/@readme/eslint-config@10.4.0...@readme/eslint-config@10.4.1) (2023-01-11) diff --git a/packages/eslint-config/package-lock.json b/packages/eslint-config/package-lock.json index 952ea1c0..c2e634f3 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.4.1", + "version": "10.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@readme/eslint-config", - "version": "10.4.1", + "version": "10.4.2", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.48.1", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 3ed59e5a..e0632a7a 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@readme/eslint-config", - "version": "10.4.1", + "version": "10.4.2", "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 50163555..9bd6e25d 100644 --- a/packages/spectral-config/CHANGELOG.md +++ b/packages/spectral-config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.9](https://github.com/readmeio/standards/compare/@readme/spectral-config@1.1.8...@readme/spectral-config@1.1.9) (2023-01-12) + +**Note:** Version bump only for package @readme/spectral-config + + + + + ## [1.1.8](https://github.com/readmeio/standards/compare/@readme/spectral-config@1.1.7...@readme/spectral-config@1.1.8) (2023-01-11) **Note:** Version bump only for package @readme/spectral-config diff --git a/packages/spectral-config/package-lock.json b/packages/spectral-config/package-lock.json index e47b5f14..0958e126 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.8", + "version": "1.1.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@readme/spectral-config", - "version": "1.1.8", + "version": "1.1.9", "license": "MIT", "dependencies": { "@stoplight/spectral-rulesets": "^1.14.1", diff --git a/packages/spectral-config/package.json b/packages/spectral-config/package.json index 1fe89276..3386cac0 100644 --- a/packages/spectral-config/package.json +++ b/packages/spectral-config/package.json @@ -1,6 +1,6 @@ { "name": "@readme/spectral-config", - "version": "1.1.8", + "version": "1.1.9", "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 295929a0..b674d3e0 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.10](https://github.com/readmeio/standards/compare/@readme/stylelint-config@3.1.9...@readme/stylelint-config@3.1.10) (2023-01-12) + +**Note:** Version bump only for package @readme/stylelint-config + + + + + ## [3.1.9](https://github.com/readmeio/standards/compare/@readme/stylelint-config@3.1.8...@readme/stylelint-config@3.1.9) (2023-01-11) **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 f2803cc0..d5297b91 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.9", + "version": "3.1.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@readme/stylelint-config", - "version": "3.1.9", + "version": "3.1.10", "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 7ebe2a79..c706b67f 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@readme/stylelint-config", - "version": "3.1.9", + "version": "3.1.10", "description": "ReadMe coding standards for styles", "main": "index.js", "files": [