From 328650fabb61ef351e0bdd932661088e2947cc1f Mon Sep 17 00:00:00 2001 From: zanminkian Date: Sun, 17 Sep 2023 16:14:42 +0000 Subject: [PATCH] chore: update changelog --- packages/eslint-plugin/CHANGELOG.md | 74 +-------------------------- packages/prettier-config/CHANGELOG.md | 32 +----------- 2 files changed, 2 insertions(+), 104 deletions(-) diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index a29eeb3f..bfb30410 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,73 +1 @@ -# @zanminkian/eslint-plugin - -## 0.3.2 - -### Patch Changes - -- 10c2e3b: feat(eslint-plugin): add rule `prefer-shortest-relative-path` - -## 0.3.1 - -### Patch Changes - -- c37841e: chore: upgrade deps - -## 0.3.0 - -### Minor Changes - -- ef3df34: refactor(eslint-plugin): ship to esm - -### Patch Changes - -- 3285d42: chore: upgrade deps - -## 0.2.0 - -### Minor Changes - -- 137332b: refactor(eslint-plugin): remove the usage of `plugin:@zanminkian/recommended` - -## 0.1.5 - -### Patch Changes - -- 5c5fe5a: chore: upgrade deps - -## 0.1.4 - -### Patch Changes - -- 3438566: chore: upgrade deps - -## 0.1.3 - -### Patch Changes - -- ccccdfa: feat(eslint-plugin): allow PropertyDefinition in `no-declares-in-ts-file` rule -- 61bf00c: chore(eslint-config,eslint-plugin): upgrade deps - -## 0.1.2 - -### Patch Changes - -- 3d9e5e6: chore: optimize error message - -## 0.1.1 - -### Patch Changes - -- f00fa6f: feat(eslint-plugin): add `import-regex` rule to replace some rules -- 142b4c3: feat(eslint-plugin): add `prefer-global-this` rule -- 9e25788: feat(eslint-plugin): add `no-dynamic-import` rule -- 0f2b8f6: feat(eslint-plugin): add `no-legacy-getter-setter` rule - -## 0.1.0 - -### Minor Changes - -- 736777d: feat: add `no-const-enum` rule -- 78ef761: feat(eslint-plugin): add `no-node-modules-when-import` rule -- 7c82625: chore(eslint-plugin): update deps -- 90a8634: feat(eslint-plugin): add `no-declares-in-ts-file` rule -- bf1abe4: feat: add `no-export-assignment` rule +# @git-validator/eslint-plugin diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 99796d1d..838cfb2c 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,37 +1,7 @@ -# @zanminkian/prettier-config +# @git-validator/prettier-config ## 0.1.0 ### Minor Changes - 5b63fe2: refactor(prettier-config): rename - -## 0.5.0 - -### Minor Changes - -- ebdcef9: feat(prettier-config): enable plugin `prettier-plugin-curly` - -## 0.4.0 - -### Minor Changes - -- b25ebab: refactor(prettier-config): ship to esm - -## 0.3.0 - -### Minor Changes - -- 003b95f: feat(prettier-config): support formatting tailwind - -## 0.2.0 - -### Minor Changes - -- e73b5f3: refactor(prettier-config): remove `semi` and `singleQuote` config - -## 0.1.0 - -### Minor Changes - -- 6cfd8b2: feat(prettier-config): finish prettier config