From c565c57994603bf28d6dec3fe27c65b3d4d279c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:55:45 +0000 Subject: [PATCH] chore(main): release react-compiler-tracker 3.0.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 41f72f0..bc7a84b 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.6" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f34d8a6..c789884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ This file documents all notable changes, following the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format. +## [3.0.0](https://github.com/Doist/react-compiler-tracker/compare/react-compiler-tracker-v2.3.6...react-compiler-tracker-v3.0.0) (2026-08-03) + + +### ⚠ BREAKING CHANGES + +* use the Babel installed in the consuming project ([#179](https://github.com/Doist/react-compiler-tracker/issues/179)) + +### Bug Fixes + +* use the Babel installed in the consuming project ([#179](https://github.com/Doist/react-compiler-tracker/issues/179)) ([60def1c](https://github.com/Doist/react-compiler-tracker/commit/60def1cb831dbb8f23745af28fd50c773cfe81a6)) + ## [2.3.6](https://github.com/Doist/react-compiler-tracker/compare/react-compiler-tracker-v2.3.5...react-compiler-tracker-v2.3.6) (2026-07-15) diff --git a/package-lock.json b/package-lock.json index bb8a486..2efdf6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/react-compiler-tracker", - "version": "2.3.6", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@doist/react-compiler-tracker", - "version": "2.3.6", + "version": "3.0.0", "license": "MIT", "dependencies": { "glob": "13.0.6", diff --git a/package.json b/package.json index 33383b3..09405a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@doist/react-compiler-tracker", - "version": "2.3.6", + "version": "3.0.0", "description": "A React Compiler violation tracker to help migrations and prevent regressions", "type": "module", "main": "dist/index.js",