From 03a6a0b0fc7a19d2f94b77858594da4360e161e9 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 09:39:42 +0000 Subject: [PATCH] release: v0.6.1 --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- packages/eslint-config-react/CHANGELOG.md | 8 ++++++++ packages/eslint-config-react/package.json | 4 ++-- packages/eslint-config/CHANGELOG.md | 9 +++++++++ packages/eslint-config/package.json | 2 +- packages/ts-config-react/CHANGELOG.md | 8 ++++++++ packages/ts-config-react/package.json | 8 ++++---- packages/ts-config/CHANGELOG.md | 8 ++++++++ packages/ts-config/package.json | 4 ++-- 10 files changed, 52 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbed477..06e7a93 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.6.1](https://github.com/silverhand-io/configs/compare/v0.6.0...v0.6.1) (2022-01-27) + + +### Bug Fixes + +* **eslint-config:** fix padding line between statements rule ([#12](https://github.com/silverhand-io/configs/issues/12)) ([0631119](https://github.com/silverhand-io/configs/commit/063111956a78d85edc697047d3f9cb92f0cd4fc1)) + + + ## [0.6.0](https://github.com/silverhand-io/configs/compare/v0.5.0...v0.6.0) (2022-01-27) diff --git a/lerna.json b/lerna.json index 879f436..9e92bb0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "0.6.0", + "version": "0.6.1", "useWorkspaces": true, "changelogPreset": "conventionalcommits" } diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index f68aa5b..27a7bc0 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.6.1](https://github.com/silverhand-io/configs/compare/v0.6.0...v0.6.1) (2022-01-27) + +**Note:** Version bump only for package @silverhand/eslint-config-react + + + + + ## [0.6.0](https://github.com/silverhand-io/configs/compare/v0.5.0...v0.6.0) (2022-01-27) **Note:** Version bump only for package @silverhand/eslint-config-react diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 3f747ce..f5e046d 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.6.0", + "version": "0.6.1", "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.6.0", + "@silverhand/eslint-config": "^0.6.1", "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 31f494b..9e31024 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.6.1](https://github.com/silverhand-io/configs/compare/v0.6.0...v0.6.1) (2022-01-27) + + +### Bug Fixes + +* **eslint-config:** fix padding line between statements rule ([#12](https://github.com/silverhand-io/configs/issues/12)) ([0631119](https://github.com/silverhand-io/configs/commit/063111956a78d85edc697047d3f9cb92f0cd4fc1)) + + + ## [0.6.0](https://github.com/silverhand-io/configs/compare/v0.5.0...v0.6.0) (2022-01-27) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index c8cd0fa..c576596 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@silverhand/eslint-config", - "version": "0.6.0", + "version": "0.6.1", "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 0b896c4..f318bcd 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.6.1](https://github.com/silverhand-io/configs/compare/v0.6.0...v0.6.1) (2022-01-27) + +**Note:** Version bump only for package @silverhand/ts-config-react + + + + + ## [0.6.0](https://github.com/silverhand-io/configs/compare/v0.5.0...v0.6.0) (2022-01-27) **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 b68d2b0..a169916 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.6.0", + "version": "0.6.1", "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.6.0" + "@silverhand/ts-config": "^0.6.1" }, "devDependencies": { - "@silverhand/eslint-config": "^0.6.0", - "@silverhand/eslint-config-react": "^0.6.0", + "@silverhand/eslint-config": "^0.6.1", + "@silverhand/eslint-config-react": "^0.6.1", "@types/react": "^17.0.14", "eslint": "^8.1.0", "prettier": "^2.3.2", diff --git a/packages/ts-config/CHANGELOG.md b/packages/ts-config/CHANGELOG.md index 9725126..8264330 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.6.1](https://github.com/silverhand-io/configs/compare/v0.6.0...v0.6.1) (2022-01-27) + +**Note:** Version bump only for package @silverhand/ts-config + + + + + ## [0.6.0](https://github.com/silverhand-io/configs/compare/v0.5.0...v0.6.0) (2022-01-27) **Note:** Version bump only for package @silverhand/ts-config diff --git a/packages/ts-config/package.json b/packages/ts-config/package.json index bb2d850..35f476f 100644 --- a/packages/ts-config/package.json +++ b/packages/ts-config/package.json @@ -1,6 +1,6 @@ { "name": "@silverhand/ts-config", - "version": "0.6.0", + "version": "0.6.1", "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.6.0", + "@silverhand/eslint-config": "^0.6.1", "@types/eslint": "^7.28.0", "eslint": "^8.1.0", "prettier": "^2.3.2",