diff --git a/packages/eslint-config-react-native/CHANGELOG.md b/packages/eslint-config-react-native/CHANGELOG.md index 0033de8..047640d 100644 --- a/packages/eslint-config-react-native/CHANGELOG.md +++ b/packages/eslint-config-react-native/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. +## [1.10.1](https://github.com/developer239/linters/compare/@linters/eslint-config-react-native@1.10.0...@linters/eslint-config-react-native@1.10.1) (2023-12-27) + +**Note:** Version bump only for package @linters/eslint-config-react-native + + + + + # [1.10.0](https://github.com/developer239/linters/compare/@linters/eslint-config-react-native@1.9.0...@linters/eslint-config-react-native@1.10.0) (2023-02-03) diff --git a/packages/eslint-config-react-native/package.json b/packages/eslint-config-react-native/package.json index bd2e178..dcf2eb3 100644 --- a/packages/eslint-config-react-native/package.json +++ b/packages/eslint-config-react-native/package.json @@ -1,7 +1,7 @@ { "name": "@linters/eslint-config-react-native", "description": "The eslint config for react native applications you have been looking for.", - "version": "1.10.0", + "version": "1.10.1", "repository": "https://github.com/developer239/linters", "main": "index.js", "publishConfig": { @@ -16,7 +16,7 @@ "eslint-plugin-import": ">=2.18.0" }, "dependencies": { - "@linters/eslint-config-react": "^1.14.0", + "@linters/eslint-config-react": "^1.15.0", "eslint-plugin-react-native": "4.0.0" }, "keywords": [ diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 50fb8a6..9602488 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.15.0](https://github.com/developer239/linters/compare/@linters/eslint-config-react@1.14.0...@linters/eslint-config-react@1.15.0) (2023-12-27) + + +### Features + +* update eslint config react ([f557092](https://github.com/developer239/linters/commit/f557092290a5234a0bc7955a0f1dd1f80d3c96da)) + + + + + # [1.14.0](https://github.com/developer239/linters/compare/@linters/eslint-config-react@1.13.0...@linters/eslint-config-react@1.14.0) (2023-01-24) diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 7355360..541570f 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,7 +1,7 @@ { "name": "@linters/eslint-config-react", "description": "The eslint configuration for react applications you have been looking for.", - "version": "1.14.0", + "version": "1.15.0", "repository": "https://github.com/developer239/linters", "main": "index.js", "publishConfig": {