Skip to content

Commit

Permalink
chore: release v2.0.0 (#386)
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] committed May 8, 2024
1 parent 40cf766 commit e533ea8
Show file tree
Hide file tree
Showing 10 changed files with 20 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 @@
{
".": "1.8.1"
".": "2.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/eslint-stylistic/eslint-stylistic/compare/v1.8.1...v2.0.0) (2024-05-08)


### ⚠ BREAKING CHANGES

* requires Node `^18.18.0 || ^20.9.0 || >=21.1.0`, bump deps ([#337](https://github.com/eslint-stylistic/eslint-stylistic/issues/337))

### Features

* requires Node `^18.18.0 || ^20.9.0 || &gt;=21.1.0`, bump deps ([#337](https://github.com/eslint-stylistic/eslint-stylistic/issues/337)) ([300ce2c](https://github.com/eslint-stylistic/eslint-stylistic/commit/300ce2cdf3154dcfd139e60546234ec8fd2620d2))

## [1.8.1](https://github.com/eslint-stylistic/eslint-stylistic/compare/v1.8.0...v1.8.1) (2024-05-07)


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": "1.8.1",
"version": "2.0.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": "1.8.1",
"version": "2.0.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": "1.8.1",
"version": "2.0.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": "1.8.1",
"version": "2.0.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": "1.8.1",
"version": "2.0.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": "1.8.1",
"version": "2.0.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": "1.8.1",
"version": "2.0.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": "1.8.1",
"version": "2.0.0",
"description": "Metadata for eslint-stylistic packages",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit e533ea8

Please sign in to comment.