From b975953fa2b716417cd5ccd4b71d6250654f5f21 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 06:13:30 +0000 Subject: [PATCH] release: v0.10.1 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/eslint-config-react/CHANGELOG.md | 8 ++++++++ packages/eslint-config-react/package.json | 4 ++-- packages/eslint-config/CHANGELOG.md | 8 ++++++++ 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, 50 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dff4f0c..f5fd70b 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.10.1](https://github.com/silverhand-io/configs/compare/v0.10.0...v0.10.1) (2022-03-29) + +**Note:** Version bump only for package root + + + + + ## [0.10.0](https://github.com/silverhand-io/configs/compare/v0.9.5...v0.10.0) (2022-03-29) diff --git a/lerna.json b/lerna.json index 2b05d43..d192d94 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "0.10.0", + "version": "0.10.1", "useWorkspaces": true, "changelogPreset": "conventionalcommits" } diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 62a9407..9fa875b 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.1](https://github.com/silverhand-io/configs/compare/v0.10.0...v0.10.1) (2022-03-29) + +**Note:** Version bump only for package @silverhand/eslint-config-react + + + + + ## [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 diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index a89b201..7125b73 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.10.0", + "version": "0.10.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.10.0", + "@silverhand/eslint-config": "^0.10.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 9fc4d2a..94cf116 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.10.1](https://github.com/silverhand-io/configs/compare/v0.10.0...v0.10.1) (2022-03-29) + +**Note:** Version bump only for package @silverhand/eslint-config + + + + + ## [0.10.0](https://github.com/silverhand-io/configs/compare/v0.9.5...v0.10.0) (2022-03-29) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 857b69b..6834d43 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@silverhand/eslint-config", - "version": "0.10.0", + "version": "0.10.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 13ab039..8ff4996 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.1](https://github.com/silverhand-io/configs/compare/v0.10.0...v0.10.1) (2022-03-29) + +**Note:** Version bump only for package @silverhand/ts-config-react + + + + + ## [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 diff --git a/packages/ts-config-react/package.json b/packages/ts-config-react/package.json index 3575c30..4c48827 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.10.0", + "version": "0.10.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.10.0" + "@silverhand/ts-config": "^0.10.1" }, "devDependencies": { - "@silverhand/eslint-config": "^0.10.0", - "@silverhand/eslint-config-react": "^0.10.0", + "@silverhand/eslint-config": "^0.10.1", + "@silverhand/eslint-config-react": "^0.10.1", "@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 ff50d6d..1e66651 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.1](https://github.com/silverhand-io/configs/compare/v0.10.0...v0.10.1) (2022-03-29) + +**Note:** Version bump only for package @silverhand/ts-config + + + + + ## [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 diff --git a/packages/ts-config/package.json b/packages/ts-config/package.json index af5494c..9b02b62 100644 --- a/packages/ts-config/package.json +++ b/packages/ts-config/package.json @@ -1,6 +1,6 @@ { "name": "@silverhand/ts-config", - "version": "0.10.0", + "version": "0.10.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.10.0", + "@silverhand/eslint-config": "^0.10.1", "@types/eslint": "^7.28.0", "eslint": "^8.10.0", "prettier": "^2.3.2",