Skip to content

Commit 621b82a

Browse files
authored
chore: release v5.2.3 (main) (#911)
1 parent 5937be9 commit 621b82a

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.2.2"
2+
".": "5.2.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [5.2.3](https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.2.2...v5.2.3) (2025-08-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **indent:** correctly locate left paren in `CallExpression` with specific type arguments ([#910](https://github.com/eslint-stylistic/eslint-stylistic/issues/910)) ([f551685](https://github.com/eslint-stylistic/eslint-stylistic/commit/f55168509c46a6f6d12b54b68ea335feb1afb2dd))
9+
* **indent:** prevent crashes during `JSXFragment` handling ([#919](https://github.com/eslint-stylistic/eslint-stylistic/issues/919)) ([5937be9](https://github.com/eslint-stylistic/eslint-stylistic/commit/5937be96559fe62b98e43e3e2087b797ce57500f))
10+
311
## [5.2.2](https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.2.1...v5.2.2) (2025-07-22)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eslint-stylistic/monorepo",
33
"type": "module",
4-
"version": "5.2.2",
4+
"version": "5.2.3",
55
"private": true,
66
"packageManager": "[email protected]",
77
"license": "MIT",

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stylistic/eslint-plugin",
33
"type": "module",
4-
"version": "5.2.2",
4+
"version": "5.2.3",
55
"author": "Anthony Fu <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",

packages/metadata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eslint-stylistic/metadata",
33
"type": "module",
4-
"version": "5.2.2",
4+
"version": "5.2.3",
55
"description": "Metadata for eslint-stylistic packages",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)