Skip to content

Commit 2c98b83

Browse files
committed
Update CHANGELOG and bump version
1 parent 2f64dea commit 2c98b83

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
66

77
## Unreleased
88

9+
## [7.37.5] - 2025.04.03
10+
911
### Fixed
1012
* [`no-unknown-property`]: allow shadow root attrs on `<template>` ([#3912][] @ljharb)
1113
* [`prop-types`]: support `ComponentPropsWithRef` from a namespace import ([#3651][] @corydeppen)
@@ -15,6 +17,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1517
### Changed
1618
* [Docs] [`button-has-type`]: clean up phrasing ([#3909][] @hamirmahal)
1719

20+
[7.37.5]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.4...v7.37.5
1821
[#3914]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3914
1922
[#3912]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3912
2023
[#3910]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3910

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.37.4",
3+
"version": "7.37.5",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)