diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index e6f5d6d..02242fc 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.1.1](https://github.com/medly/configs/compare/@medly/eslint-config-react@0.1.0...@medly/eslint-config-react@0.1.1) (2021-05-31) + +**Note:** Version bump only for package @medly/eslint-config-react + + + + + # 0.1.0 (2021-05-31) diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index a5220a1..b2e2250 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,7 +1,7 @@ { "name": "@medly/eslint-config-react", "description": "Basic eslint config for react app", - "version": "0.1.0", + "version": "0.1.1", "sideEffects": false, "main": "index.json", "publishConfig": { @@ -21,7 +21,7 @@ "eslint-config" ], "dependencies": { - "@medly/eslint-config": "0.1.0", + "@medly/eslint-config": "0.1.1", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0" } diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index f1178f9..f4df172 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.1.1](https://github.com/medly/configs/compare/@medly/eslint-config@0.1.0...@medly/eslint-config@0.1.1) (2021-05-31) + +**Note:** Version bump only for package @medly/eslint-config + + + + + # 0.1.0 (2021-05-31) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index a0eb3c1..32d9b86 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@medly/eslint-config", "description": "Basic eslint config", - "version": "0.1.0", + "version": "0.1.1", "sideEffects": false, "main": "index.json", "publishConfig": {