Skip to content

Commit

Permalink
chore: release v2.3.0 (#448)
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 Jun 25, 2024
1 parent 57dd2e8 commit 18e82d4
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.2.2"
".": "2.3.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.3.0](https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.2.2...v2.3.0) (2024-06-25)


### Features

* **js/array-element-newline:** options multiline and consistent combination ([#445](https://github.com/eslint-stylistic/eslint-stylistic/issues/445)) ([cfd3327](https://github.com/eslint-stylistic/eslint-stylistic/commit/cfd332766de15e9ab29e92c5048640a07f2f15bd))
* **ts:** add `object-curly-newline` and `object-property-newline` ([#444](https://github.com/eslint-stylistic/eslint-stylistic/issues/444)) ([036d3de](https://github.com/eslint-stylistic/eslint-stylistic/commit/036d3de3a02e86dde21b01369f98521571cd4273))


### Bug Fixes

* **jsx-indent:** deprecate `jsx-indent` rule in favor of `indent` ([#447](https://github.com/eslint-stylistic/eslint-stylistic/issues/447)) ([57dd2e8](https://github.com/eslint-stylistic/eslint-stylistic/commit/57dd2e8b5927e6f9de019fff6e83cac4989de7ce))

## [2.2.2](https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.2.1...v2.2.2) (2024-06-19)


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.2.2",
"version": "2.3.0",
"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,6 +1,6 @@
{
"name": "@stylistic/eslint-plugin-js",
"version": "2.2.2",
"version": "2.3.0",
"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,6 +1,6 @@
{
"name": "@stylistic/eslint-plugin-jsx",
"version": "2.2.2",
"version": "2.3.0",
"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,6 +1,6 @@
{
"name": "@stylistic/eslint-plugin-migrate",
"version": "2.2.2",
"version": "2.3.0",
"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,6 +1,6 @@
{
"name": "@stylistic/eslint-plugin-plus",
"version": "2.2.2",
"version": "2.3.0",
"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,6 +1,6 @@
{
"name": "@stylistic/eslint-plugin-ts",
"version": "2.2.2",
"version": "2.3.0",
"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,6 +1,6 @@
{
"name": "@stylistic/eslint-plugin",
"version": "2.2.2",
"version": "2.3.0",
"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,6 +1,6 @@
{
"name": "@eslint-stylistic/metadata",
"version": "2.2.2",
"version": "2.3.0",
"description": "Metadata for eslint-stylistic packages",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 18e82d4

Please sign in to comment.