Skip to content

Commit 9408215

Browse files
chore(main): release react-compiler-tracker 2.3.3 (#62)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c3a09a commit 9408215

File tree

4 files changed

+21
-4
lines changed

4 files changed

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

CHANGELOG.md

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

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

5+
## [2.3.3](https://github.com/Doist/react-compiler-tracker/compare/react-compiler-tracker-v2.3.2...react-compiler-tracker-v2.3.3) (2026-03-16)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency glob to v13.0.1 ([#61](https://github.com/Doist/react-compiler-tracker/issues/61)) ([68fcd8a](https://github.com/Doist/react-compiler-tracker/commit/68fcd8a76fadc6ad8d697749826a522ce1ae1325))
11+
* **deps:** update dependency glob to v13.0.2 ([#67](https://github.com/Doist/react-compiler-tracker/issues/67)) ([e4f6f00](https://github.com/Doist/react-compiler-tracker/commit/e4f6f000b8273a9ad045a8e669de9e33da47ae8e))
12+
* **deps:** update dependency glob to v13.0.3 ([#69](https://github.com/Doist/react-compiler-tracker/issues/69)) ([db16e00](https://github.com/Doist/react-compiler-tracker/commit/db16e00728ca816069f5091ccca6c3fae27dbf87))
13+
* **deps:** update dependency glob to v13.0.5 ([#74](https://github.com/Doist/react-compiler-tracker/issues/74)) ([124f8e9](https://github.com/Doist/react-compiler-tracker/commit/124f8e9db1e458881eb9d85432a2051aaba14c10))
14+
* **deps:** update dependency glob to v13.0.6 ([#78](https://github.com/Doist/react-compiler-tracker/issues/78)) ([7791aed](https://github.com/Doist/react-compiler-tracker/commit/7791aed4601570186560f9d756232a6dd89242a7))
15+
* **deps:** update dependency minimatch to v10.1.2 ([#63](https://github.com/Doist/react-compiler-tracker/issues/63)) ([c105cbc](https://github.com/Doist/react-compiler-tracker/commit/c105cbc7ada476267a00cf3de2cbf46e5c34f335))
16+
* **deps:** update dependency minimatch to v10.2.0 ([#70](https://github.com/Doist/react-compiler-tracker/issues/70)) ([a530502](https://github.com/Doist/react-compiler-tracker/commit/a530502b4b9c3f2245c10625efcc618d84743e0a))
17+
* **deps:** update dependency minimatch to v10.2.1 [security] ([#72](https://github.com/Doist/react-compiler-tracker/issues/72)) ([44d10b4](https://github.com/Doist/react-compiler-tracker/commit/44d10b4a4f27d8d3b035cb4013010bf1650a1d08))
18+
* **deps:** update dependency minimatch to v10.2.2 ([#79](https://github.com/Doist/react-compiler-tracker/issues/79)) ([88afcf9](https://github.com/Doist/react-compiler-tracker/commit/88afcf9b7882b6fc3928092c374787362ce6cb8d))
19+
* **deps:** update dependency minimatch to v10.2.3 [security] ([#82](https://github.com/Doist/react-compiler-tracker/issues/82)) ([5337160](https://github.com/Doist/react-compiler-tracker/commit/5337160ad9d66865293df1fedf3d7b59067eb8a7))
20+
* **deps:** update dependency minimatch to v10.2.4 ([#84](https://github.com/Doist/react-compiler-tracker/issues/84)) ([8cbab33](https://github.com/Doist/react-compiler-tracker/commit/8cbab3339cc0aadfddd2223db7ec43178c014b5e))
21+
522
## [2.3.2](https://github.com/Doist/react-compiler-tracker/compare/react-compiler-tracker-v2.3.1...react-compiler-tracker-v2.3.2) (2026-02-06)
623

724

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.3.2",
3+
"version": "2.3.3",
44
"description": "A React Compiler violation tracker to help migrations and prevent regressions",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)