Skip to content

Commit 1d7d973

Browse files
chore(main): release react-compiler-tracker 2.1.0 (#37)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7f18758 commit 1d7d973

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.3"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
This file documents all notable changes, following the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.
44

5+
## [2.1.0](https://github.com/Doist/react-compiler-tracker/compare/react-compiler-tracker-v2.0.3...react-compiler-tracker-v2.1.0) (2026-01-22)
6+
7+
8+
### Features
9+
10+
* report error decreases in `--check-files` flag ([#36](https://github.com/Doist/react-compiler-tracker/issues/36)) ([7f18758](https://github.com/Doist/react-compiler-tracker/commit/7f18758a13af01531dd215ea35871d91874e1345))
11+
12+
13+
### Bug Fixes
14+
15+
* remove deleted files from records file with `--stage-record-file` ([#34](https://github.com/Doist/react-compiler-tracker/issues/34)) ([34b00f8](https://github.com/Doist/react-compiler-tracker/commit/34b00f8cab91766c79fe6a11bc808d8d355a5bd0))
16+
517
## [2.0.3](https://github.com/Doist/react-compiler-tracker/compare/react-compiler-tracker-v2.0.2...react-compiler-tracker-v2.0.3) (2026-01-19)
618

719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@doist/react-compiler-tracker",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description": "A React Compiler violation tracker to help migrations and prevent regressions",
55
"type": "module",
66
"main": "dist/index.mjs",

0 commit comments

Comments
 (0)