diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e42387..198ed07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.4.0 (2021-05-31) + + +### Features + +* **commitlint:** add `commitlint` shareable config ([d7cf8a3](https://github.com/radicalcondor/config/commit/d7cf8a35615eceeb6326402eabda565e921e986d)) + + + + + ## 0.3.8 (2021-05-31) **Note:** Version bump only for package @radicalcondor/config diff --git a/lerna.json b/lerna.json index 380fdec..de37e18 100644 --- a/lerna.json +++ b/lerna.json @@ -7,5 +7,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "0.3.8" + "version": "0.4.0" } diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index e4d87c4..8b5806c 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -2,3 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.4.0 (2021-05-31) + + +### Features + +* **commitlint:** add `commitlint` shareable config ([d7cf8a3](https://github.com/radicalcondor/config/commit/d7cf8a35615eceeb6326402eabda565e921e986d)) diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 1e6b78d..e1882ea 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.3.1", + "version": "0.4.0", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -35,7 +35,7 @@ "ts-jest": ">=26" }, "devDependencies": { - "@radicalcondor/internal": "^0.3.0", + "@radicalcondor/internal": "^0.4.0", "ajv-cli": "^5", "lint-staged": "^11", "prettier": "^2", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 9b0e160..7df4d02 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.4.0 (2021-05-31) + + +### Features + +* **commitlint:** add `commitlint` shareable config ([d7cf8a3](https://github.com/radicalcondor/config/commit/d7cf8a35615eceeb6326402eabda565e921e986d)) + + + + + ## 0.3.8 (2021-05-31) **Note:** Version bump only for package @radicalcondor/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index d5c6385..9b9e2d8 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.3.8", + "version": "0.4.0", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -43,8 +43,8 @@ "typescript": ">=4" }, "devDependencies": { - "@radicalcondor/lintstaged-config": "^0.3.8", - "@radicalcondor/prettier-config": "^0.3.8", + "@radicalcondor/lintstaged-config": "^0.4.0", + "@radicalcondor/prettier-config": "^0.4.0", "@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 d3064fd..cbdb55e 100644 --- a/packages/internal/CHANGELOG.md +++ b/packages/internal/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.4.0 (2021-05-31) + + +### Features + +* **commitlint:** add `commitlint` shareable config ([d7cf8a3](https://github.com/radicalcondor/config/commit/d7cf8a35615eceeb6326402eabda565e921e986d)) + + + + + ## 0.3.8 (2021-05-31) **Note:** Version bump only for package @radicalcondor/internal diff --git a/packages/internal/package.json b/packages/internal/package.json index 040b024..4a27ff3 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.3.8", + "version": "0.4.0", "license": "MIT", "private": true, "main": "src/index.js", diff --git a/packages/jest-config/CHANGELOG.md b/packages/jest-config/CHANGELOG.md index 02688e4..834de74 100644 --- a/packages/jest-config/CHANGELOG.md +++ b/packages/jest-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.4.0 (2021-05-31) + + +### Features + +* **commitlint:** add `commitlint` shareable config ([d7cf8a3](https://github.com/radicalcondor/config/commit/d7cf8a35615eceeb6326402eabda565e921e986d)) + + + + + ## 0.3.8 (2021-05-31) **Note:** Version bump only for package @radicalcondor/jest-config diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index 46eb77f..b6101ce 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.3.8", + "version": "0.4.0", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -35,7 +35,7 @@ "ts-jest": ">=26" }, "devDependencies": { - "@radicalcondor/internal": "^0.3.8", + "@radicalcondor/internal": "^0.4.0", "ajv-cli": "^5", "ajv-formats": "^2", "lint-staged": "^11", diff --git a/packages/lintstaged-config/CHANGELOG.md b/packages/lintstaged-config/CHANGELOG.md index b3d3682..b0805f8 100644 --- a/packages/lintstaged-config/CHANGELOG.md +++ b/packages/lintstaged-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.4.0 (2021-05-31) + + +### Features + +* **commitlint:** add `commitlint` shareable config ([d7cf8a3](https://github.com/radicalcondor/config/commit/d7cf8a35615eceeb6326402eabda565e921e986d)) + + + + + ## 0.3.8 (2021-05-31) **Note:** Version bump only for package @radicalcondor/lintstaged-config diff --git a/packages/lintstaged-config/package.json b/packages/lintstaged-config/package.json index 53f39a3..e179016 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.3.8", + "version": "0.4.0", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -34,7 +34,7 @@ "lint-staged": ">=10" }, "devDependencies": { - "@radicalcondor/internal": "^0.3.8", + "@radicalcondor/internal": "^0.4.0", "ajv-cli": "^5", "lint-staged": "^11", "prettier": "^2", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index f55c38d..828845f 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.4.0 (2021-05-31) + + +### Features + +* **commitlint:** add `commitlint` shareable config ([d7cf8a3](https://github.com/radicalcondor/config/commit/d7cf8a35615eceeb6326402eabda565e921e986d)) + + + + + ## 0.3.8 (2021-05-31) **Note:** Version bump only for package @radicalcondor/prettier-config diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 23221f0..8076a22 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.3.8", + "version": "0.4.0", "license": "MIT", "main": "src/index.json", "keywords": [ @@ -34,7 +34,7 @@ "prettier": ">=1" }, "devDependencies": { - "@radicalcondor/internal": "^0.3.8", + "@radicalcondor/internal": "^0.4.0", "ajv-cli": "^5", "lint-staged": "^11", "prettier": "^2", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index 859970a..7601d4d 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.4.0 (2021-05-31) + + +### Features + +* **commitlint:** add `commitlint` shareable config ([d7cf8a3](https://github.com/radicalcondor/config/commit/d7cf8a35615eceeb6326402eabda565e921e986d)) + + + + + ## 0.3.8 (2021-05-31) **Note:** Version bump only for package @radicalcondor/tsconfig diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 88d7bb7..9d0bfe5 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.3.8", + "version": "0.4.0", "license": "MIT", "main": "tsconfig.json", "keywords": [ @@ -33,7 +33,7 @@ "typescript": ">=4" }, "devDependencies": { - "@radicalcondor/internal": "^0.3.8", + "@radicalcondor/internal": "^0.4.0", "ajv-cli": "^5", "lint-staged": "^11", "prettier": "^2",