From 02072ecc413497b20468f9b67b31adbac0be44b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:41:02 +0800 Subject: [PATCH] chore: release master (#100) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please/manifest.json | 6 +++--- packages/autofix/CHANGELOG.md | 7 +++++++ packages/autofix/package.json | 2 +- packages/no-autofix/CHANGELOG.md | 8 +++++++- packages/no-autofix/package.json | 2 +- packages/web/CHANGELOG.md | 7 +++++++ packages/web/package.json | 2 +- 7 files changed, 27 insertions(+), 7 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 396b4aa..c597e64 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - "packages/autofix": "2.1.0", - "packages/no-autofix": "2.0.0", - "packages/web": "0.1.0" + "packages/autofix": "2.2.0", + "packages/no-autofix": "2.1.0", + "packages/web": "0.2.0" } diff --git a/packages/autofix/CHANGELOG.md b/packages/autofix/CHANGELOG.md index dad6e38..1d23f93 100644 --- a/packages/autofix/CHANGELOG.md +++ b/packages/autofix/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-autofix-v2.1.0...eslint-plugin-autofix-v2.2.0) (2024-09-02) + + +### Features + +* add pkg.meta, config.name for better DX ([#99](https://github.com/aladdin-add/eslint-plugin/issues/99)) ([2557d60](https://github.com/aladdin-add/eslint-plugin/commit/2557d60204c28e305ff9f9e9dad57c7fe595d873)) + ## [2.1.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-autofix-v2.0.0...eslint-plugin-autofix-v2.1.0) (2024-07-01) diff --git a/packages/autofix/package.json b/packages/autofix/package.json index ad5ffbe..13f064b 100644 --- a/packages/autofix/package.json +++ b/packages/autofix/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-autofix", - "version": "2.1.0", + "version": "2.2.0", "author": "薛定谔的猫 ", "description": "autofix some errors reported by eslint rules.", "main": "./lib/index.js", diff --git a/packages/no-autofix/CHANGELOG.md b/packages/no-autofix/CHANGELOG.md index 2e814ba..39f08ef 100644 --- a/packages/no-autofix/CHANGELOG.md +++ b/packages/no-autofix/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-no-autofix-v2.0.0...eslint-plugin-no-autofix-v2.1.0) (2024-09-02) + + +### Features + +* add pkg.meta, config.name for better DX ([#99](https://github.com/aladdin-add/eslint-plugin/issues/99)) ([2557d60](https://github.com/aladdin-add/eslint-plugin/commit/2557d60204c28e305ff9f9e9dad57c7fe595d873)) + ## [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) @@ -10,4 +17,3 @@ ### Features * support eslint v9 & requires node >= 18 ([066e38c](https://github.com/aladdin-add/eslint-plugin/commit/066e38c866771b25fa3f09df69c71d603390e20e)) - diff --git a/packages/no-autofix/package.json b/packages/no-autofix/package.json index b26aecd..6a720fe 100644 --- a/packages/no-autofix/package.json +++ b/packages/no-autofix/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-no-autofix", - "version": "2.0.0", + "version": "2.1.0", "author": "薛定谔的猫 ", "description": "eslint rules without fixer.", "main": "./lib/index.js", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 6ef06ea..be7c963 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-web-v0.1.0...eslint-plugin-web-v0.2.0) (2024-09-02) + + +### Features + +* add pkg.meta, config.name for better DX ([#99](https://github.com/aladdin-add/eslint-plugin/issues/99)) ([2557d60](https://github.com/aladdin-add/eslint-plugin/commit/2557d60204c28e305ff9f9e9dad57c7fe595d873)) + ## [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) diff --git a/packages/web/package.json b/packages/web/package.json index 6daba3e..7fb5925 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-web", - "version": "0.1.0", + "version": "0.2.0", "author": "唯然