From 463ec22bb9f2938164fef6133dfd94d2e428e5b0 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Wed, 16 Jun 2021 11:12:33 -0700 Subject: [PATCH] chore(version): major version to go with dependency update (#31732) Summary: https://github.com/facebook/react-native/issues/31490 bumped the dependency versions of `typescript-eslint` project across a semver major, bumping the package version here a semver major to correspond, prior to publishing This is being done [in concert with](https://github.com/facebook/react-native/pull/31490#issuecomment-862122615) matt-oakes who may hopefully publish the result and PeteTheHeat who merged https://github.com/facebook/react-native/issues/31490 (thanks!) I copied the changelog chunk from the last version bump merged here, hopefully it is correct + useful ## Changelog [General] [Fixed] - Upgrade dependencies / version of eslint package Pull Request resolved: https://github.com/facebook/react-native/pull/31732 Test Plan: Run in local project Reviewed By: TheSavior Differential Revision: D29167289 Pulled By: PeteTheHeat fbshipit-source-id: 464365b2bff936ad5a33f9a39eb8e56aed8e8715 --- packages/eslint-config-react-native-community/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-react-native-community/package.json b/packages/eslint-config-react-native-community/package.json index d8dfd44d9bf17f..abcc4c23e6358e 100644 --- a/packages/eslint-config-react-native-community/package.json +++ b/packages/eslint-config-react-native-community/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/eslint-config", - "version": "2.0.0", + "version": "3.0.0", "description": "ESLint config for React Native", "main": "index.js", "license": "MIT",