Skip to content

Commit

Permalink
chore: release v2.6.4 (main) (#509)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 16, 2024
1 parent 2c3a6e4 commit 5f4e01b
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.6.3"
".": "2.6.4"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.6.4](https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.6.3...v2.6.4) (2024-08-15)


### Bug Fixes

* **configs:** should not ignore `templateLiteral` for `indent` ([3154799](https://github.com/eslint-stylistic/eslint-stylistic/commit/3154799d2dec1aab326ce787e2da233696e451b6))


### Chores

* alias for shared utils ([#510](https://github.com/eslint-stylistic/eslint-stylistic/issues/510)) ([6ea8368](https://github.com/eslint-stylistic/eslint-stylistic/commit/6ea83684cd558a8f9b77c17df31d39d30a669c69))
* move utils ([011f5fb](https://github.com/eslint-stylistic/eslint-stylistic/commit/011f5fb1a8b555e6ee96ec26ca3ace37198a1e4e))

## [2.6.3](https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.6.2...v2.6.3) (2024-08-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eslint-stylistic/monorepo",
"type": "module",
"version": "2.6.3",
"version": "2.6.4",
"private": true,
"packageManager": "[email protected]",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylistic/eslint-plugin-js",
"type": "commonjs",
"version": "2.6.3",
"version": "2.6.4",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylistic/eslint-plugin-jsx",
"type": "commonjs",
"version": "2.6.3",
"version": "2.6.4",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylistic/eslint-plugin-migrate",
"type": "commonjs",
"version": "2.6.3",
"version": "2.6.4",
"description": "ESLint plugin to migrate built-in rules to stylistic rules",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-plus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylistic/eslint-plugin-plus",
"type": "commonjs",
"version": "2.6.3",
"version": "2.6.4",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylistic/eslint-plugin-ts",
"type": "commonjs",
"version": "2.6.3",
"version": "2.6.4",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylistic/eslint-plugin",
"type": "commonjs",
"version": "2.6.3",
"version": "2.6.4",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eslint-stylistic/metadata",
"type": "commonjs",
"version": "2.6.3",
"version": "2.6.4",
"description": "Metadata for eslint-stylistic packages",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 5f4e01b

Please sign in to comment.