diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a8cfed..2b5c048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [0.0.8](https://github.com/john-d-pelingo/jdp-scripts/compare/v0.0.7...v0.0.8) (2020-12-02) + ### [0.0.7](https://github.com/john-d-pelingo/jdp-scripts/compare/v0.0.6...v0.0.7) (2020-12-02) diff --git a/README.md b/README.md index 91c4947..074cd3b 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,10 @@ My custom configurations when dealing with JavaScript applications. ## License -[MIT][license] © 2020-present +[MIT][license] © [John Darryl Pelingo][me] [license]: LICENSE +[me]: https://johndpelingo.com/ [shield-github-build-status]: https://github.com/john-d-pelingo/jdp-scripts/workflows/npm-publish/badge.svg [shield-license]: https://img.shields.io/badge/License-MIT-lavender.svg diff --git a/package.json b/package.json index 98c3467..ae40351 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.7", + "version": "0.0.8", "workspaces": [ "packages/*" ], diff --git a/packages/eslint-config-typescript-react/README.md b/packages/eslint-config-typescript-react/README.md index af194af..5f01ec7 100644 --- a/packages/eslint-config-typescript-react/README.md +++ b/packages/eslint-config-typescript-react/README.md @@ -33,9 +33,10 @@ your `.eslintrc.*` file. ## License -[MIT][license] © 2020-present +[MIT][license] © [John Darryl Pelingo][me] [license]: ../../LICENSE +[me]: https://johndpelingo.com/ [npm]: https://npmjs.org/package/@jdp-dev/eslint-config-typescript-react [shield-github-build-status]: https://github.com/john-d-pelingo/jdp-scripts/workflows/npm-publish/badge.svg diff --git a/packages/eslint-config-typescript-react/package.json b/packages/eslint-config-typescript-react/package.json index a6adaa1..3a308bc 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": "0.0.7", + "version": "0.0.8", "description": "My shareable ESLint config for TypeScript React projects.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts", @@ -30,14 +30,14 @@ "test": "tape __tests__/*.js" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^4.9.0", - "eslint": "^7.14.0", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jsx-a11y": "^6.4.1", - "eslint-plugin-react": "^7.21.5", - "eslint-plugin-react-hooks": "^4.2.0", - "react": "^17.0.1", - "typescript": "^4.1.2" + "@typescript-eslint/eslint-plugin": ">= 4", + "eslint": ">= 7", + "eslint-plugin-import": ">= 2", + "eslint-plugin-jsx-a11y": ">= 6", + "eslint-plugin-react": ">= 7", + "eslint-plugin-react-hooks": ">= 4", + "react": ">= 17", + "typescript": ">= 4.1" }, "dependencies": { "@typescript-eslint/eslint-plugin": "^4.9.0", diff --git a/packages/eslint-config-typescript/README.md b/packages/eslint-config-typescript/README.md index 84df266..3ef129f 100644 --- a/packages/eslint-config-typescript/README.md +++ b/packages/eslint-config-typescript/README.md @@ -32,9 +32,10 @@ Then, add `@jdp-dev/eslint-config-typescript` to the `"extends"` array in your ## License -[MIT][license] © 2020-present +[MIT][license] © [John Darryl Pelingo][me] [license]: ../../LICENSE +[me]: https://johndpelingo.com/ [npm]: https://npmjs.org/package/@jdp-dev/eslint-config-typescript [shield-github-build-status]: https://github.com/john-d-pelingo/jdp-scripts/workflows/npm-publish/badge.svg diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index 0ba470e..63c77eb 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": "0.0.7", + "version": "0.0.8", "description": "My shareable ESLint config for TypeScript projects.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts", @@ -30,11 +30,11 @@ "test": "tape __tests__/*.js" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^4.9.0", - "eslint": "^7.14.0", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jsx-a11y": "^6.4.1", - "typescript": "^4.1.2" + "@typescript-eslint/eslint-plugin": ">= 4", + "eslint": ">= 7", + "eslint-plugin-import": ">= 2", + "eslint-plugin-jsx-a11y": ">= 6", + "typescript": ">= 4.1" }, "dependencies": { "@typescript-eslint/eslint-plugin": "^4.9.0", diff --git a/packages/eslint-config/README.md b/packages/eslint-config/README.md index ad5a285..2f58156 100644 --- a/packages/eslint-config/README.md +++ b/packages/eslint-config/README.md @@ -32,9 +32,10 @@ Then, add `@jdp-dev/eslint-config` to the `"extends"` array in your ## License -[MIT][license] © 2020-present +[MIT][license] © [John Darryl Pelingo][me] [license]: ../../LICENSE +[me]: https://johndpelingo.com/ [npm]: https://npmjs.org/package/@jdp-dev/eslint-config [shield-github-build-status]: https://github.com/john-d-pelingo/jdp-scripts/workflows/npm-publish/badge.svg diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index ee3c1e7..1d56bff 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/eslint-config", - "version": "0.0.7", + "version": "0.0.8", "description": "My shareable ESLint config for JavaScript projects.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts", @@ -30,8 +30,8 @@ "test": "tape __tests__/*.js" }, "peerDependencies": { - "eslint": "^7.14.0", - "eslint-plugin-import": "^2.22.1" + "eslint": ">= 7", + "eslint-plugin-import": ">= 2" }, "dependencies": { "eslint": "^7.14.0", diff --git a/packages/prettier-config/README.md b/packages/prettier-config/README.md index d7cea6f..a925d38 100644 --- a/packages/prettier-config/README.md +++ b/packages/prettier-config/README.md @@ -32,9 +32,10 @@ Or, you can use it in other ways as described in the ## License -[MIT][license] © 2020-present +[MIT][license] © [John Darryl Pelingo][me] [license]: ../../LICENSE +[me]: https://johndpelingo.com/ [npm]: https://npmjs.org/package/@jdp-dev/prettier-config [shield-github-build-status]: https://github.com/john-d-pelingo/jdp-scripts/workflows/npm-publish/badge.svg diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 5e3a2e1..45c5e3a 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/prettier-config", - "version": "0.0.7", + "version": "0.0.8", "description": "My shareable Prettier config.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts",