diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2ed9d..51d0271 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.9.5](https://github.com/silverhand-io/configs/compare/v0.9.4...v0.9.5) (2022-03-08) + + +### Bug Fixes + +* **eslint-react:** update config ([#25](https://github.com/silverhand-io/configs/issues/25)) ([7c199b6](https://github.com/silverhand-io/configs/commit/7c199b66fd6fc34f55fbb37c602ff1bfbdfe4927)) + + + ### [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 root diff --git a/lerna.json b/lerna.json index 1648928..e970e23 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "0.9.4", + "version": "0.9.5", "useWorkspaces": true, "changelogPreset": "conventionalcommits" } diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 22f3950..3f81aa6 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/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.9.5](https://github.com/silverhand-io/configs/compare/v0.9.4...v0.9.5) (2022-03-08) + + +### Bug Fixes + +* **eslint-react:** update config ([#25](https://github.com/silverhand-io/configs/issues/25)) ([7c199b6](https://github.com/silverhand-io/configs/commit/7c199b66fd6fc34f55fbb37c602ff1bfbdfe4927)) + + + ### [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-react diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index c022bcb..5f000f0 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.4", + "version": "0.9.5", "description": "Shared ESLint (React) 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 d498af4..9de374a 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.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 + + + + + ### [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-react diff --git a/packages/ts-config-react/package.json b/packages/ts-config-react/package.json index ee99429..cf6966b 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.4", + "version": "0.9.5", "description": "Common TypeScript (React) config for Silverhand.", "author": "Gao Sun ", "homepage": "https://github.com/silverhand-io/configs#readme", @@ -27,7 +27,7 @@ }, "devDependencies": { "@silverhand/eslint-config": "^0.9.4", - "@silverhand/eslint-config-react": "^0.9.4", + "@silverhand/eslint-config-react": "^0.9.5", "@types/react": "^17.0.14", "eslint": "^8.10.0", "prettier": "^2.3.2",