diff --git a/CHANGELOG.md b/CHANGELOG.md index afc8007..434e1ce 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.1](https://github.com/john-d-pelingo/jdp-scripts/compare/v1.0.0...v1.0.1) (2021-11-06) + + +### Features + +* use correct peer dependency ([a0f66f8](https://github.com/john-d-pelingo/jdp-scripts/commit/a0f66f8324a90f5f54f8dd74e6c332c28ac013f8)) + ## [1.0.0](https://github.com/john-d-pelingo/jdp-scripts/compare/v0.0.19...v1.0.0) (2021-11-06) diff --git a/package.json b/package.json index 1db6a37..6531f41 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.0.1", "workspaces": [ "packages/*" ], diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index e6c2727..e15189d 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.0", + "version": "1.0.1", "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 67cf7d0..1363857 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.0", + "version": "1.0.1", "description": "My shareable ESLint config for TypeScript React projects.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts", diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index ea6dd59..d2d860f 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.0", + "version": "1.0.1", "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 96ceafe..9aa11cd 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.0", + "version": "1.0.1", "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 9cd3eeb..f26d703 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.0", + "version": "1.0.1", "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 d2e7367..597671d 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/tsconfig", - "version": "1.0.0", + "version": "1.0.1", "description": "My shareable TypeScript config.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts",