From 066f5284df6c9d9d8c8d74cb8d5f0802bb34a0c8 Mon Sep 17 00:00:00 2001 From: "Robotic Condor [bot]" Date: Sun, 16 May 2021 18:50:45 +0000 Subject: [PATCH] chore: tag and release v0.0.7 [ci skip] --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/eslint-config/CHANGELOG.md | 8 ++++++++ packages/eslint-config/package.json | 6 +++--- packages/jest-config/CHANGELOG.md | 8 ++++++++ packages/jest-config/package.json | 6 +++--- 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 | 6 +++--- 12 files changed, 62 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7746b..6e877f9 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.0.7 (2021-05-16) + +**Note:** Version bump only for package @radicalcondor/config + + + + + ## 0.0.6 (2021-05-16) **Note:** Version bump only for package @radicalcondor/config diff --git a/lerna.json b/lerna.json index 6b0ef78..ae4f988 100644 --- a/lerna.json +++ b/lerna.json @@ -7,5 +7,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "0.0.6" + "version": "0.0.7" } diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index c8a7f34..6cd7f1a 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.0.7 (2021-05-16) + +**Note:** Version bump only for package @radicalcondor/eslint-config + + + + + ## 0.0.6 (2021-05-16) **Note:** Version bump only for package @radicalcondor/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index da92a25..9379eb1 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.0.6", + "version": "0.0.7", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -42,8 +42,8 @@ "typescript": ">=4" }, "devDependencies": { - "@radicalcondor/lintstaged-config": "^0.0.6", - "@radicalcondor/prettier-config": "^0.0.6", + "@radicalcondor/lintstaged-config": "^0.0.7", + "@radicalcondor/prettier-config": "^0.0.7", "@typescript-eslint/eslint-plugin": "^4", "@typescript-eslint/parser": "^4", "ajv-cli": "^3", diff --git a/packages/jest-config/CHANGELOG.md b/packages/jest-config/CHANGELOG.md index 7dd8a06..41a63af 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.0.7 (2021-05-16) + +**Note:** Version bump only for package @radicalcondor/jest-config + + + + + ## 0.0.6 (2021-05-16) **Note:** Version bump only for package @radicalcondor/jest-config diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index 7ca9c3d..9bdd629 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.0.6", + "version": "0.0.7", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -35,8 +35,8 @@ "ts-jest": ">=26" }, "devDependencies": { - "@radicalcondor/lintstaged-config": "^0.0.6", - "@radicalcondor/prettier-config": "^0.0.6", + "@radicalcondor/lintstaged-config": "^0.0.7", + "@radicalcondor/prettier-config": "^0.0.7", "lint-staged": "^10", "prettier": "^2", "rimraf": "^3" diff --git a/packages/lintstaged-config/CHANGELOG.md b/packages/lintstaged-config/CHANGELOG.md index 267d30b..a956b46 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.0.7 (2021-05-16) + +**Note:** Version bump only for package @radicalcondor/lintstaged-config + + + + + ## 0.0.6 (2021-05-16) **Note:** Version bump only for package @radicalcondor/lintstaged-config diff --git a/packages/lintstaged-config/package.json b/packages/lintstaged-config/package.json index 2c1ed0e..21017e5 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.0.6", + "version": "0.0.7", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -34,7 +34,7 @@ "lint-staged": ">=10" }, "devDependencies": { - "@radicalcondor/prettier-config": "^0.0.6", + "@radicalcondor/prettier-config": "^0.0.7", "ajv-cli": "^3", "lint-staged": "^10", "prettier": "^2", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 4a0a0ad..4c0c0fc 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.0.7 (2021-05-16) + +**Note:** Version bump only for package @radicalcondor/prettier-config + + + + + ## 0.0.6 (2021-05-16) **Note:** Version bump only for package @radicalcondor/prettier-config diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index cbf9039..59f93ef 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.0.6", + "version": "0.0.7", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -34,7 +34,7 @@ "prettier": ">=1" }, "devDependencies": { - "@radicalcondor/lintstaged-config": "^0.0.6", + "@radicalcondor/lintstaged-config": "^0.0.7", "ajv-cli": "^3", "lint-staged": "^10", "prettier": "^2", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index 2c63129..4ffe923 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.0.7 (2021-05-16) + +**Note:** Version bump only for package @radicalcondor/tsconfig + + + + + ## 0.0.6 (2021-05-16) **Note:** Version bump only for package @radicalcondor/tsconfig diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 683771c..979c51c 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.0.6", + "version": "0.0.7", "license": "MIT", "main": "tsconfig.json", "keywords": [ @@ -33,8 +33,8 @@ "typescript": ">=4" }, "devDependencies": { - "@radicalcondor/lintstaged-config": "^0.0.6", - "@radicalcondor/prettier-config": "^0.0.6", + "@radicalcondor/lintstaged-config": "^0.0.7", + "@radicalcondor/prettier-config": "^0.0.7", "ajv-cli": "^3", "lint-staged": "^10", "prettier": "^2",