diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index ddded6a..c41ea58 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.3.1](https://github.com/medly/configs/compare/@medly/eslint-config-react@0.3.0...@medly/eslint-config-react@0.3.1) (2021-12-03) + +**Note:** Version bump only for package @medly/eslint-config-react + + + + + # [0.3.0](https://github.com/medly/configs/compare/@medly/eslint-config-react@0.2.4...@medly/eslint-config-react@0.3.0) (2021-12-03) diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 8fc7b40..158206b 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.3.0", + "version": "0.3.1", "sideEffects": false, "main": "index.json", "publishConfig": { @@ -26,7 +26,7 @@ "jest": true }, "dependencies": { - "@medly/eslint-config": "0.5.0", + "@medly/eslint-config": "0.5.1", "eslint": "^7.28.0", "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 c27af01..e0ca4d6 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.5.1](https://github.com/medly/configs/compare/@medly/eslint-config@0.5.0...@medly/eslint-config@0.5.1) (2021-12-03) + +**Note:** Version bump only for package @medly/eslint-config + + + + + # [0.5.0](https://github.com/medly/configs/compare/@medly/eslint-config@0.4.1...@medly/eslint-config@0.5.0) (2021-12-03) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index d8ca76b..bb7e479 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.5.0", + "version": "0.5.1", "sideEffects": false, "main": "index.json", "publishConfig": {