diff --git a/.changeset/light-fishes-try.md b/.changeset/light-fishes-try.md deleted file mode 100644 index 07905ed..0000000 --- a/.changeset/light-fishes-try.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"eslint-plugin-htm": minor -"eslint-plugin-markup": minor -"eslint-plugin-utils": minor ---- - -feat: report correct ruleId from original linter diff --git a/packages/htm/CHANGELOG.md b/packages/htm/CHANGELOG.md index 609f676..548bf63 100644 --- a/packages/htm/CHANGELOG.md +++ b/packages/htm/CHANGELOG.md @@ -1,5 +1,16 @@ # eslint-plugin-htm +## 0.3.0 + +### Minor Changes + +- [#22](https://github.com/rx-ts/eslint/pull/22) [`2270c8b`](https://github.com/rx-ts/eslint/commit/2270c8b0049725eb59bbc0cc45e9655b6162d735) Thanks [@JounQin](https://github.com/JounQin)! - feat: report correct ruleId from original linter + +### Patch Changes + +- Updated dependencies [[`2270c8b`](https://github.com/rx-ts/eslint/commit/2270c8b0049725eb59bbc0cc45e9655b6162d735)]: + - eslint-plugin-utils@0.1.0 + ## 0.2.0 ### Minor Changes diff --git a/packages/htm/package.json b/packages/htm/package.json index 26a476a..add9d0b 100644 --- a/packages/htm/package.json +++ b/packages/htm/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-htm", - "version": "0.2.0", + "version": "0.3.0", "description": "An incredible ESLint plugin for HTML based on HTMLHint.", "repository": "git+https://github.com/rx-ts/eslint.git", "homepage": "https://github.com/rx-ts/eslint/blob/main/packages/htm", @@ -34,7 +34,7 @@ "eslint": ">=5.0.0" }, "dependencies": { - "eslint-plugin-utils": "^0.0.0", + "eslint-plugin-utils": "^0.1.0", "htmlhint": "^0.15.1", "tslib": "^2.3.0" }, diff --git a/packages/markup/CHANGELOG.md b/packages/markup/CHANGELOG.md index d60248f..5516977 100644 --- a/packages/markup/CHANGELOG.md +++ b/packages/markup/CHANGELOG.md @@ -1,5 +1,16 @@ # eslint-plugin-markup +## 0.6.0 + +### Minor Changes + +- [#22](https://github.com/rx-ts/eslint/pull/22) [`2270c8b`](https://github.com/rx-ts/eslint/commit/2270c8b0049725eb59bbc0cc45e9655b6162d735) Thanks [@JounQin](https://github.com/JounQin)! - feat: report correct ruleId from original linter + +### Patch Changes + +- Updated dependencies [[`2270c8b`](https://github.com/rx-ts/eslint/commit/2270c8b0049725eb59bbc0cc45e9655b6162d735)]: + - eslint-plugin-utils@0.1.0 + ## 0.5.0 ### Minor Changes diff --git a/packages/markup/package.json b/packages/markup/package.json index 6672606..6520d9a 100644 --- a/packages/markup/package.json +++ b/packages/markup/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-markup", - "version": "0.5.0", + "version": "0.6.0", "description": "An incredible ESLint plugin for all markup languages based on markuplint.", "repository": "git+https://github.com/rx-ts/eslint.git", "homepage": "https://github.com/rx-ts/eslint/blob/main/packages/markup", @@ -36,7 +36,7 @@ }, "dependencies": { "cosmiconfig": "^7.0.0", - "eslint-plugin-utils": "^0.0.0", + "eslint-plugin-utils": "^0.1.0", "markuplint": "^1.9.1", "markuplint-sync": "^0.3.1", "synckit": "^0.1.5", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md new file mode 100644 index 0000000..2350e16 --- /dev/null +++ b/packages/utils/CHANGELOG.md @@ -0,0 +1,8 @@ +# eslint-plugin-utils + +## 0.1.0 +### Minor Changes + + + +- [#22](https://github.com/rx-ts/eslint/pull/22) [`2270c8b`](https://github.com/rx-ts/eslint/commit/2270c8b0049725eb59bbc0cc45e9655b6162d735) Thanks [@JounQin](https://github.com/JounQin)! - feat: report correct ruleId from original linter diff --git a/packages/utils/package.json b/packages/utils/package.json index 60a28b0..acf69a3 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-utils", - "version": "0.0.0", + "version": "0.1.0", "description": "Utilities for ESLint plugins and custom rules.", "repository": "git+https://github.com/rx-ts/eslint.git", "homepage": "https://github.com/rx-ts/eslint/blob/main/packages/utils",