From e3f3eea9b5db4ad3cb6582827ade291ef50b3d6e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Dec 2024 23:45:24 +0000 Subject: [PATCH] ci(release): 13.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [13.0.0](https://github.com/open-turo/eslint-config-react/compare/v12.0.2...v13.0.0) (2024-12-17) ### ⚠ BREAKING CHANGES * This ESLint plugin will raise new errors in repos, and so we need to cut it as a major ### Features * add eslint-plugin-react-compiler (no non-beta v19 version yet) ([c231f3b](https://github.com/open-turo/eslint-config-react/commit/c231f3b2de65638947f295be695efa66921e0738)) * add react-compiler/react-compiler to ESLint config with ref false positive disable ([a9df0b5](https://github.com/open-turo/eslint-config-react/commit/a9df0b534e49bc240afbd2d76ab71d1d14a713f5)) ### Documentation * add v13 breaking changes docs for eslint-plugin-react-compiler ([d356325](https://github.com/open-turo/eslint-config-react/commit/d356325a80acfe2982fffd011f44d3e6223ad584)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b239eb5..666ee23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-turo/eslint-config-react", - "version": "12.0.2", + "version": "13.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-turo/eslint-config-react", - "version": "12.0.2", + "version": "13.0.0", "license": "MIT", "dependencies": { "@open-turo/eslint-config-typescript": "14.0.1", diff --git a/package.json b/package.json index b205afc..86f1418 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ "access": "public" }, "repository": "https://github.com/open-turo/eslint-config-react", - "version": "12.0.2", + "version": "13.0.0", "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }