Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 2, 2024
1 parent 4aa041b commit 2a35a46
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/autofix": "1.1.0",
"packages/no-autofix": "1.2.3",
"packages/web": "0.0.3"
"packages/autofix": "2.0.0",
"packages/no-autofix": "2.0.0",
"packages/web": "0.1.0"
}
23 changes: 23 additions & 0 deletions packages/autofix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## [2.0.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-autofix-v1.1.0...eslint-plugin-autofix-v2.0.0) (2024-05-02)


### ⚠ BREAKING CHANGES

* support eslint v9 & requires node >= 18

### Features

* support eslint v8 (fixes [#78](https://github.com/aladdin-add/eslint-plugin/issues/78)) ([e007985](https://github.com/aladdin-add/eslint-plugin/commit/e007985c69d0b7768ce039f398fd19dd8132210d))
* support eslint v9 & requires node >= 18 ([066e38c](https://github.com/aladdin-add/eslint-plugin/commit/066e38c866771b25fa3f09df69c71d603390e20e))


### Bug Fixes

* no-autofix ([e007985](https://github.com/aladdin-add/eslint-plugin/commit/e007985c69d0b7768ce039f398fd19dd8132210d))
* no-autofix ([e007985](https://github.com/aladdin-add/eslint-plugin/commit/e007985c69d0b7768ce039f398fd19dd8132210d))
* no-console autofix ([#68](https://github.com/aladdin-add/eslint-plugin/issues/68)) ([959ebcd](https://github.com/aladdin-add/eslint-plugin/commit/959ebcd3c006711aa3dbd86fd6258c1562358913))
* no-unused-vars 1 arg arrow fns ([#74](https://github.com/aladdin-add/eslint-plugin/issues/74)) ([dcb6993](https://github.com/aladdin-add/eslint-plugin/commit/dcb6993d6c377c5013051e4c894e90a49cda5e5b))
* no-unused-vars messes up JS/Typescript imports (fixes [#60](https://github.com/aladdin-add/eslint-plugin/issues/60)) ([#71](https://github.com/aladdin-add/eslint-plugin/issues/71)) ([ba70934](https://github.com/aladdin-add/eslint-plugin/commit/ba7093429d8b682b60100485a1a5f4baa3caab68))
* peer deps eslint>=5.12.1 (refs [#54](https://github.com/aladdin-add/eslint-plugin/issues/54)) ([290ea06](https://github.com/aladdin-add/eslint-plugin/commit/290ea06ec0aa8b9fa39ed85b7731405f6863eb2f))
2 changes: 1 addition & 1 deletion packages/autofix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-autofix",
"version": "1.1.0",
"version": "2.0.0",
"author": "薛定谔的猫 <[email protected]>",
"description": "autofix some errors reported by eslint rules.",
"main": "./lib/index.js",
Expand Down
25 changes: 25 additions & 0 deletions packages/no-autofix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

## [2.0.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-no-autofix-v1.2.3...eslint-plugin-no-autofix-v2.0.0) (2024-05-02)


### ⚠ BREAKING CHANGES

* support eslint v9 & requires node >= 18

### Features

* eslint-plugin-no-autofix support scoped plugins (fixes [#77](https://github.com/aladdin-add/eslint-plugin/issues/77)) ([ab5bf6e](https://github.com/aladdin-add/eslint-plugin/commit/ab5bf6e39add1b7c6cd7f255a9065d17707bf9a9))
* support eslint v8 (fixes [#78](https://github.com/aladdin-add/eslint-plugin/issues/78)) ([e007985](https://github.com/aladdin-add/eslint-plugin/commit/e007985c69d0b7768ce039f398fd19dd8132210d))
* support eslint v9 & requires node &gt;= 18 ([066e38c](https://github.com/aladdin-add/eslint-plugin/commit/066e38c866771b25fa3f09df69c71d603390e20e))


### Bug Fixes

* eslint-plugin name ([903259b](https://github.com/aladdin-add/eslint-plugin/commit/903259b2c2c69e4e1f93cc5aa8ead30b5983a788))
* eslint-plugin-json-format compat issue (fixes [#73](https://github.com/aladdin-add/eslint-plugin/issues/73)) ([cbba57f](https://github.com/aladdin-add/eslint-plugin/commit/cbba57fc7307900f1f973868a30b880f12168b0e))
* eslint-plugin-no-autofix should not load itself (fixes [#72](https://github.com/aladdin-add/eslint-plugin/issues/72)) ([9e48172](https://github.com/aladdin-add/eslint-plugin/commit/9e481723a2d28a382d1a762646960e86be791b3f))
* no-autofix ([e007985](https://github.com/aladdin-add/eslint-plugin/commit/e007985c69d0b7768ce039f398fd19dd8132210d))
* no-autofix ([e007985](https://github.com/aladdin-add/eslint-plugin/commit/e007985c69d0b7768ce039f398fd19dd8132210d))
* no-autofix support supported plugins (fixes [#77](https://github.com/aladdin-add/eslint-plugin/issues/77)) ([a00534e](https://github.com/aladdin-add/eslint-plugin/commit/a00534ef822738ac5fa4da5ac7f6abb619762672))
* peer deps eslint&gt;=5.12.1 (refs [#54](https://github.com/aladdin-add/eslint-plugin/issues/54)) ([290ea06](https://github.com/aladdin-add/eslint-plugin/commit/290ea06ec0aa8b9fa39ed85b7731405f6863eb2f))
2 changes: 1 addition & 1 deletion packages/no-autofix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-no-autofix",
"version": "1.2.3",
"version": "2.0.0",
"author": "薛定谔的猫 <[email protected]>",
"description": "eslint rules without fixer.",
"main": "./lib/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [0.1.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-web-v0.0.3...eslint-plugin-web-v0.1.0) (2024-05-02)


### ⚠ BREAKING CHANGES

* support eslint v9 & requires node >= 18

### Features

* support eslint v9 & requires node &gt;= 18 ([066e38c](https://github.com/aladdin-add/eslint-plugin/commit/066e38c866771b25fa3f09df69c71d603390e20e))
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-web",
"version": "0.0.3",
"version": "0.1.0",
"author": "唯然<[email protected]",
"description": "Additional ESLint's rules for web.",
"main": "./lib/index.js",
Expand Down

0 comments on commit 2a35a46

Please sign in to comment.