Skip to content

Commit 35c3f42

Browse files
chore: release v5.0.0-beta.3 (main) (#814)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d99936f commit 35c3f42

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [5.0.0-beta.3](https://github.com/eslint-stylistic/eslint-stylistic/compare/v6.0.0-beta.1...v5.0.0-beta.3) (2025-06-06)
4+
5+
6+
### Chores
7+
8+
* release-please-mark ([d99936f](https://github.com/eslint-stylistic/eslint-stylistic/commit/d99936f4667ac2d8710db526e4dd7328aaccb396))
9+
310
## [6.0.0-beta.1](https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.0.0-beta.1...v6.0.0-beta.1) (2025-06-05)
411

512

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": "6.0.0-beta.1",
4+
"version": "5.0.0-beta.3",
55
"private": true,
66
"packageManager": "pnpm@10.11.0",
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": "6.0.0-beta.1",
4+
"version": "5.0.0-beta.3",
55
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
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": "6.0.0-beta.1",
4+
"version": "5.0.0-beta.3",
55
"description": "Metadata for eslint-stylistic packages",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)