From a6872eb6689f8bb491c26c26ff4ac05a0a72573b Mon Sep 17 00:00:00 2001 From: "Robotic Condor [bot]" Date: Mon, 7 Jun 2021 02:14:49 +0000 Subject: [PATCH] chore: tag and release v0.4.7 [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 | 6 +++--- 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/prettier-config/CHANGELOG.md | 8 ++++++++ packages/prettier-config/package.json | 4 ++-- packages/tsconfig/CHANGELOG.md | 8 ++++++++ packages/tsconfig/package.json | 4 ++-- 16 files changed, 79 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3ea927..b9f6dfd 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.4.7 (2021-06-07) + +**Note:** Version bump only for package @radicalcondor/config + + + + + ## 0.4.6 (2021-06-07) **Note:** Version bump only for package @radicalcondor/config diff --git a/lerna.json b/lerna.json index 59308c3..8bd98ae 100644 --- a/lerna.json +++ b/lerna.json @@ -7,5 +7,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "0.4.6" + "version": "0.4.7" } diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 37745ea..a6ff89a 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.4.7 (2021-06-07) + +**Note:** Version bump only for package @radicalcondor/commitlint-config + + + + + ## 0.4.6 (2021-06-07) **Note:** Version bump only for package @radicalcondor/commitlint-config diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index cff97d1..0c75883 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.4.6", + "version": "0.4.7", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -35,7 +35,7 @@ "ts-jest": ">=26" }, "devDependencies": { - "@radicalcondor/internal": "^0.4.6", + "@radicalcondor/internal": "^0.4.7", "ajv-cli": "^5", "lint-staged": "^11", "prettier": "^2", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 4e1eaec..65c8611 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.4.7 (2021-06-07) + +**Note:** Version bump only for package @radicalcondor/eslint-config + + + + + ## 0.4.6 (2021-06-07) **Note:** Version bump only for package @radicalcondor/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 1f3c674..3a31b33 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.4.6", + "version": "0.4.7", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -43,8 +43,8 @@ "typescript": ">=4" }, "devDependencies": { - "@radicalcondor/lintstaged-config": "^0.4.6", - "@radicalcondor/prettier-config": "^0.4.6", + "@radicalcondor/lintstaged-config": "^0.4.7", + "@radicalcondor/prettier-config": "^0.4.7", "@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 c3a6141..f10909d 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.4.7 (2021-06-07) + +**Note:** Version bump only for package @radicalcondor/internal + + + + + ## 0.4.6 (2021-06-07) **Note:** Version bump only for package @radicalcondor/internal diff --git a/packages/internal/package.json b/packages/internal/package.json index eaa5b33..cb183c9 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.4.6", + "version": "0.4.7", "license": "MIT", "private": true, "main": "src/index.js", diff --git a/packages/jest-config/CHANGELOG.md b/packages/jest-config/CHANGELOG.md index 476fb1e..fd1e082 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.4.7 (2021-06-07) + +**Note:** Version bump only for package @radicalcondor/jest-config + + + + + ## 0.4.6 (2021-06-07) **Note:** Version bump only for package @radicalcondor/jest-config diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index 9bc7e36..7a8a2e9 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.4.6", + "version": "0.4.7", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -35,7 +35,7 @@ "ts-jest": ">=26" }, "devDependencies": { - "@radicalcondor/internal": "^0.4.6", + "@radicalcondor/internal": "^0.4.7", "ajv-cli": "^5", "ajv-formats": "^2", "lint-staged": "^11", diff --git a/packages/lintstaged-config/CHANGELOG.md b/packages/lintstaged-config/CHANGELOG.md index b207617..bc2bb39 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.4.7 (2021-06-07) + +**Note:** Version bump only for package @radicalcondor/lintstaged-config + + + + + ## 0.4.6 (2021-06-07) **Note:** Version bump only for package @radicalcondor/lintstaged-config diff --git a/packages/lintstaged-config/package.json b/packages/lintstaged-config/package.json index 644f855..1122395 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.4.6", + "version": "0.4.7", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -34,7 +34,7 @@ "lint-staged": ">=10" }, "devDependencies": { - "@radicalcondor/internal": "^0.4.6", + "@radicalcondor/internal": "^0.4.7", "ajv-cli": "^5", "lint-staged": "^11", "prettier": "^2", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 20e6a05..a5cb5c4 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.4.7 (2021-06-07) + +**Note:** Version bump only for package @radicalcondor/prettier-config + + + + + ## 0.4.6 (2021-06-07) **Note:** Version bump only for package @radicalcondor/prettier-config diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 56eec4f..c4a05bf 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.4.6", + "version": "0.4.7", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -34,7 +34,7 @@ "prettier": ">=1" }, "devDependencies": { - "@radicalcondor/internal": "^0.4.6", + "@radicalcondor/internal": "^0.4.7", "ajv-cli": "^5", "lint-staged": "^11", "prettier": "^2", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index b00ad34..e2c8fd7 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.4.7 (2021-06-07) + +**Note:** Version bump only for package @radicalcondor/tsconfig + + + + + ## 0.4.6 (2021-06-07) **Note:** Version bump only for package @radicalcondor/tsconfig diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index c1b8035..b469118 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.4.6", + "version": "0.4.7", "license": "MIT", "main": "tsconfig.json", "keywords": [ @@ -33,7 +33,7 @@ "typescript": ">=4" }, "devDependencies": { - "@radicalcondor/internal": "^0.4.6", + "@radicalcondor/internal": "^0.4.7", "ajv-cli": "^5", "lint-staged": "^11", "prettier": "^2",