diff --git a/CHANGELOG.md b/CHANGELOG.md index 434e1ce..ccf9161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.2](https://github.com/john-d-pelingo/jdp-scripts/compare/v1.0.1...v1.0.2) (2021-11-06) + + +### Bug Fixes + +* fix suggestions ([385b36c](https://github.com/john-d-pelingo/jdp-scripts/commit/385b36c46e67df7ec3d90ee7c8fb049e6ee755e0)) + ### [1.0.1](https://github.com/john-d-pelingo/jdp-scripts/compare/v1.0.0...v1.0.1) (2021-11-06) diff --git a/package.json b/package.json index 6531f41..45066ed 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.1", + "version": "1.0.2", "workspaces": [ "packages/*" ], diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index e15189d..7ce0aee 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/commitlint-config", - "version": "1.0.1", + "version": "1.0.2", "description": "My shareable commitlint config.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts", diff --git a/packages/eslint-config-typescript-react/package.json b/packages/eslint-config-typescript-react/package.json index 1363857..d5174a9 100644 --- a/packages/eslint-config-typescript-react/package.json +++ b/packages/eslint-config-typescript-react/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/eslint-config-typescript-react", - "version": "1.0.1", + "version": "1.0.2", "description": "My shareable ESLint config for TypeScript React projects.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts", @@ -47,7 +47,7 @@ "eslint-plugin-import": "^2.25.2", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.26.1", - "eslint-plugin-react-hooks": "^4.2.0", + "eslint-plugin-react-hooks": "^4.2.1-alpha-ee069065d-20211105", "react": "^17.0.2", "typescript": "^4.4.4" }, diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index d2d860f..b231654 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/eslint-config-typescript", - "version": "1.0.1", + "version": "1.0.2", "description": "My shareable ESLint config for TypeScript projects.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 9aa11cd..521ce06 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/eslint-config", - "version": "1.0.1", + "version": "1.0.2", "description": "My shareable ESLint config for JavaScript projects.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts", diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index f26d703..a952188 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/prettier-config", - "version": "1.0.1", + "version": "1.0.2", "description": "My shareable Prettier config.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts", diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 597671d..8322885 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/tsconfig", - "version": "1.0.1", + "version": "1.0.2", "description": "My shareable TypeScript config.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts", diff --git a/yarn.lock b/yarn.lock index e432ed6..63eacb2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1252,10 +1252,10 @@ eslint-plugin-jsx-a11y@^6.4.1: jsx-ast-utils "^3.1.0" language-tags "^1.0.5" -eslint-plugin-react-hooks@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556" - integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ== +eslint-plugin-react-hooks@^4.2.1-alpha-ee069065d-20211105: + version "4.2.1-alpha-fd5e01c2e-20210913" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.1-alpha-fd5e01c2e-20210913.tgz#79a153d00b1d86f267e68c53c6360e19981c3534" + integrity sha512-m1fAodKUB/xYFhEuzcZwN063p8fPLeQTTTrmihl5AYEtH+b/2DtAgemAxYuxtZz60R6txmWeH21Xz+W0QRJx/g== eslint-plugin-react@^7.26.1: version "7.26.1"