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] committed May 2, 2024
1 parent 1f2ad02 commit 3b9b4e5
Show file tree
Hide file tree
Showing 7 changed files with 54 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": "1.2.0",
"packages/no-autofix": "1.3.0",
"packages/web": "0.1.0"
}
19 changes: 19 additions & 0 deletions packages/autofix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

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


### 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 ([500e50b](https://github.com/aladdin-add/eslint-plugin/commit/500e50b29b6d030560b0df63d1c2ef8c8c34c192))


### 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": "1.2.0",
"author": "薛定谔的猫 <weiran.zsd@outlook.com>",
"description": "autofix some errors reported by eslint rules.",
"main": "./lib/index.js",
Expand Down
21 changes: 21 additions & 0 deletions packages/no-autofix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

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


### 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 ([500e50b](https://github.com/aladdin-add/eslint-plugin/commit/500e50b29b6d030560b0df63d1c2ef8c8c34c192))


### 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": "1.3.0",
"author": "薛定谔的猫 <weiran.zsd@outlook.com>",
"description": "eslint rules without fixer.",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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)


### Features

* support eslint v9 ([500e50b](https://github.com/aladdin-add/eslint-plugin/commit/500e50b29b6d030560b0df63d1c2ef8c8c34c192))
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": "唯然<weiran.zsd@outlook.com",
"description": "Additional ESLint's rules for web.",
"main": "./lib/index.js",
Expand Down

0 comments on commit 3b9b4e5

Please sign in to comment.