From 14c0e08501bf6be55c1f29f3e28d6ccde70cf82c Mon Sep 17 00:00:00 2001 From: "Robotic Condor [bot]" Date: Sun, 22 May 2022 08:13:20 +0000 Subject: [PATCH] chore: tag and release v0.5.1 [ci skip] --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/commitlint-config/CHANGELOG.md | 8 ++++++++ packages/commitlint-config/package.json | 4 ++-- packages/eslint-config/CHANGELOG.md | 8 ++++++++ packages/eslint-config/package.json | 4 ++-- packages/internal/CHANGELOG.md | 8 ++++++++ packages/internal/package.json | 2 +- packages/jest-config/CHANGELOG.md | 8 ++++++++ packages/jest-config/package.json | 4 ++-- packages/lintstaged-config/CHANGELOG.md | 8 ++++++++ packages/lintstaged-config/package.json | 4 ++-- packages/npmlint-public-config/CHANGELOG.md | 8 ++++++++ packages/npmlint-public-config/package.json | 4 ++-- packages/prettier-config/CHANGELOG.md | 8 ++++++++ packages/prettier-config/package.json | 4 ++-- packages/tsconfig/CHANGELOG.md | 8 ++++++++ packages/tsconfig/package.json | 4 ++-- 18 files changed, 88 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2997551..399ebfc 100644 --- a/CHANGELOG.md +++ b/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. +## 0.5.1 (2022-05-22) + +**Note:** Version bump only for package @radicalcondor/config + + + + + # 0.5.0 (2021-06-19) diff --git a/lerna.json b/lerna.json index f44aba2..9783d6f 100644 --- a/lerna.json +++ b/lerna.json @@ -7,5 +7,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "0.5.0" + "version": "0.5.1" } diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 593734e..8122e3f 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-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. +## 0.5.1 (2022-05-22) + +**Note:** Version bump only for package @radicalcondor/commitlint-config + + + + + # 0.5.0 (2021-06-19) diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 49a93d8..0133269 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,7 +1,7 @@ { "name": "@radicalcondor/commitlint-config", "description": "CommitLint config for Radical Condor repositories", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -40,7 +40,7 @@ "@commitlint/config-conventional": ">=12" }, "devDependencies": { - "@radicalcondor/internal": "^0.5.0", + "@radicalcondor/internal": "^0.5.1", "ajv-cli": "^5", "lint-staged": "^11", "npm-package-json-lint": "^5", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index c5b6ce4..f8b0468 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. +## 0.5.1 (2022-05-22) + +**Note:** Version bump only for package @radicalcondor/eslint-config + + + + + # 0.5.0 (2021-06-19) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index a38072e..d5d5e12 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@radicalcondor/eslint-config", "description": "ESLint config for Radical Condor repositories", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -47,7 +47,7 @@ "typescript": ">=4" }, "devDependencies": { - "@radicalcondor/internal": "^0.5.0", + "@radicalcondor/internal": "^0.5.1", "@typescript-eslint/eslint-plugin": "^4", "@typescript-eslint/parser": "^4", "ajv-cli": "^5", diff --git a/packages/internal/CHANGELOG.md b/packages/internal/CHANGELOG.md index 22ce632..ee2b64f 100644 --- a/packages/internal/CHANGELOG.md +++ b/packages/internal/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. +## 0.5.1 (2022-05-22) + +**Note:** Version bump only for package @radicalcondor/internal + + + + + # 0.5.0 (2021-06-19) diff --git a/packages/internal/package.json b/packages/internal/package.json index d30d328..038e996 100644 --- a/packages/internal/package.json +++ b/packages/internal/package.json @@ -1,7 +1,7 @@ { "name": "@radicalcondor/internal", "description": "Internal package for Radical Condor Config repositories", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "private": true, "main": "src/index.js", diff --git a/packages/jest-config/CHANGELOG.md b/packages/jest-config/CHANGELOG.md index a4a902b..212e2f8 100644 --- a/packages/jest-config/CHANGELOG.md +++ b/packages/jest-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. +## 0.5.1 (2022-05-22) + +**Note:** Version bump only for package @radicalcondor/jest-config + + + + + # 0.5.0 (2021-06-19) diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index e87f08d..19a11fd 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -1,7 +1,7 @@ { "name": "@radicalcondor/jest-config", "description": "Jest config for Radical Condor repositories", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -40,7 +40,7 @@ "ts-jest": ">=26" }, "devDependencies": { - "@radicalcondor/internal": "^0.5.0", + "@radicalcondor/internal": "^0.5.1", "ajv-cli": "^5", "ajv-formats": "^2", "lint-staged": "^11", diff --git a/packages/lintstaged-config/CHANGELOG.md b/packages/lintstaged-config/CHANGELOG.md index e7372fd..e22c0a9 100644 --- a/packages/lintstaged-config/CHANGELOG.md +++ b/packages/lintstaged-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. +## 0.5.1 (2022-05-22) + +**Note:** Version bump only for package @radicalcondor/lintstaged-config + + + + + # 0.5.0 (2021-06-19) diff --git a/packages/lintstaged-config/package.json b/packages/lintstaged-config/package.json index 2fc3bc8..a646d05 100644 --- a/packages/lintstaged-config/package.json +++ b/packages/lintstaged-config/package.json @@ -1,7 +1,7 @@ { "name": "@radicalcondor/lintstaged-config", "description": "Lint Staged config for Radical Condor repositories", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -39,7 +39,7 @@ "lint-staged": ">=10" }, "devDependencies": { - "@radicalcondor/internal": "^0.5.0", + "@radicalcondor/internal": "^0.5.1", "ajv-cli": "^5", "lint-staged": "^11", "npm-package-json-lint": "^5", diff --git a/packages/npmlint-public-config/CHANGELOG.md b/packages/npmlint-public-config/CHANGELOG.md index 263f8b7..78cc991 100644 --- a/packages/npmlint-public-config/CHANGELOG.md +++ b/packages/npmlint-public-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. +## 0.5.1 (2022-05-22) + +**Note:** Version bump only for package @radicalcondor/npmlint-public-config + + + + + # 0.5.0 (2021-06-19) diff --git a/packages/npmlint-public-config/package.json b/packages/npmlint-public-config/package.json index a5beced..1200be2 100644 --- a/packages/npmlint-public-config/package.json +++ b/packages/npmlint-public-config/package.json @@ -1,7 +1,7 @@ { "name": "@radicalcondor/npmlint-public-config", "description": "NPM Package JSON Lint config for Radical Condor public repositories", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -39,7 +39,7 @@ "npm-package-json-lint": ">=5" }, "devDependencies": { - "@radicalcondor/internal": "^0.5.0", + "@radicalcondor/internal": "^0.5.1", "ajv-cli": "^5", "ajv-formats": "^2", "lint-staged": "^11", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 304181f..0fc3be9 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-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. +## 0.5.1 (2022-05-22) + +**Note:** Version bump only for package @radicalcondor/prettier-config + + + + + # 0.5.0 (2021-06-19) diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index be96083..cb8c264 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,7 +1,7 @@ { "name": "@radicalcondor/prettier-config", "description": "Prettier config for Radical Condor repositories", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -39,7 +39,7 @@ "prettier": ">=1" }, "devDependencies": { - "@radicalcondor/internal": "^0.5.0", + "@radicalcondor/internal": "^0.5.1", "ajv-cli": "^5", "lint-staged": "^11", "npm-package-json-lint": "^5", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index 3988303..84a0076 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/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. +## 0.5.1 (2022-05-22) + +**Note:** Version bump only for package @radicalcondor/tsconfig + + + + + # 0.5.0 (2021-06-19) diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 231e485..e0ff987 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,7 +1,7 @@ { "name": "@radicalcondor/tsconfig", "description": "TypeScript config for Radical Condor repositories", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "main": "tsconfig.json", "keywords": [ @@ -38,7 +38,7 @@ "typescript": ">=4" }, "devDependencies": { - "@radicalcondor/internal": "^0.5.0", + "@radicalcondor/internal": "^0.5.1", "ajv-cli": "^5", "lint-staged": "^11", "npm-package-json-lint": "^5",