diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d0271..dff4f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.0](https://github.com/silverhand-io/configs/compare/v0.9.5...v0.10.0) (2022-03-29) + + +### Features + +* **config:** add `max-lines` ([#26](https://github.com/silverhand-io/configs/issues/26)) ([e8afeb1](https://github.com/silverhand-io/configs/commit/e8afeb1278f8c721a1887d28c71959adaaf15ac2)) + + + ### [0.9.5](https://github.com/silverhand-io/configs/compare/v0.9.4...v0.9.5) (2022-03-08) diff --git a/lerna.json b/lerna.json index e970e23..2b05d43 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "0.9.5", + "version": "0.10.0", "useWorkspaces": true, "changelogPreset": "conventionalcommits" } diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 3f81aa6..62a9407 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/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.10.0](https://github.com/silverhand-io/configs/compare/v0.9.5...v0.10.0) (2022-03-29) + +**Note:** Version bump only for package @silverhand/eslint-config-react + + + + + ### [0.9.5](https://github.com/silverhand-io/configs/compare/v0.9.4...v0.9.5) (2022-03-08) diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 5f000f0..a89b201 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@silverhand/eslint-config-react", - "version": "0.9.5", + "version": "0.10.0", "description": "Shared ESLint (React) config for Silverhand.", "author": "Gao Sun ", "homepage": "https://github.com/silverhand-io/configs#readme", @@ -25,7 +25,7 @@ "url": "https://github.com/silverhand-io/configs/issues" }, "dependencies": { - "@silverhand/eslint-config": "^0.9.4", + "@silverhand/eslint-config": "^0.10.0", "eslint-config-xo-react": "^0.25.0", "eslint-plugin-react": "^7.27.0", "eslint-plugin-react-hooks": "^4.3.0", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 70bdd08..9fc4d2a 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.0](https://github.com/silverhand-io/configs/compare/v0.9.5...v0.10.0) (2022-03-29) + + +### Features + +* **config:** add `max-lines` ([#26](https://github.com/silverhand-io/configs/issues/26)) ([e8afeb1](https://github.com/silverhand-io/configs/commit/e8afeb1278f8c721a1887d28c71959adaaf15ac2)) + + + ### [0.9.4](https://github.com/silverhand-io/configs/compare/v0.9.3...v0.9.4) (2022-03-04) **Note:** Version bump only for package @silverhand/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 4516f90..857b69b 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@silverhand/eslint-config", - "version": "0.9.4", + "version": "0.10.0", "description": "Shared ESLint config for Silverhand.", "author": "Gao Sun ", "homepage": "https://github.com/silverhand-io/configs#readme", diff --git a/packages/ts-config-react/CHANGELOG.md b/packages/ts-config-react/CHANGELOG.md index 9de374a..13ab039 100644 --- a/packages/ts-config-react/CHANGELOG.md +++ b/packages/ts-config-react/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.10.0](https://github.com/silverhand-io/configs/compare/v0.9.5...v0.10.0) (2022-03-29) + +**Note:** Version bump only for package @silverhand/ts-config-react + + + + + ### [0.9.5](https://github.com/silverhand-io/configs/compare/v0.9.4...v0.9.5) (2022-03-08) **Note:** Version bump only for package @silverhand/ts-config-react diff --git a/packages/ts-config-react/package.json b/packages/ts-config-react/package.json index cf6966b..3575c30 100644 --- a/packages/ts-config-react/package.json +++ b/packages/ts-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@silverhand/ts-config-react", - "version": "0.9.5", + "version": "0.10.0", "description": "Common TypeScript (React) config for Silverhand.", "author": "Gao Sun ", "homepage": "https://github.com/silverhand-io/configs#readme", @@ -23,11 +23,11 @@ "url": "https://github.com/silverhand-io/configs/issues" }, "dependencies": { - "@silverhand/ts-config": "^0.9.4" + "@silverhand/ts-config": "^0.10.0" }, "devDependencies": { - "@silverhand/eslint-config": "^0.9.4", - "@silverhand/eslint-config-react": "^0.9.5", + "@silverhand/eslint-config": "^0.10.0", + "@silverhand/eslint-config-react": "^0.10.0", "@types/react": "^17.0.14", "eslint": "^8.10.0", "prettier": "^2.3.2", diff --git a/packages/ts-config/CHANGELOG.md b/packages/ts-config/CHANGELOG.md index 187b097..ff50d6d 100644 --- a/packages/ts-config/CHANGELOG.md +++ b/packages/ts-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.10.0](https://github.com/silverhand-io/configs/compare/v0.9.5...v0.10.0) (2022-03-29) + +**Note:** Version bump only for package @silverhand/ts-config + + + + + ### [0.9.4](https://github.com/silverhand-io/configs/compare/v0.9.3...v0.9.4) (2022-03-04) **Note:** Version bump only for package @silverhand/ts-config diff --git a/packages/ts-config/package.json b/packages/ts-config/package.json index a89cb99..af5494c 100644 --- a/packages/ts-config/package.json +++ b/packages/ts-config/package.json @@ -1,6 +1,6 @@ { "name": "@silverhand/ts-config", - "version": "0.9.4", + "version": "0.10.0", "description": "Common TypeScript config for Silverhand.", "author": "Gao Sun ", "homepage": "https://github.com/silverhand-io/configs#readme", @@ -23,7 +23,7 @@ "url": "https://github.com/silverhand-io/configs/issues" }, "devDependencies": { - "@silverhand/eslint-config": "^0.9.4", + "@silverhand/eslint-config": "^0.10.0", "@types/eslint": "^7.28.0", "eslint": "^8.10.0", "prettier": "^2.3.2",