diff --git a/.changeset/odd-boats-create.md b/.changeset/odd-boats-create.md deleted file mode 100644 index 6b79fd4a..00000000 --- a/.changeset/odd-boats-create.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@commencis/lint-staged-config': minor -'@commencis/stylelint-config': minor -'@commencis/eslint-config': minor -'@commencis/eslint-plugin': minor ---- - -feat: update consistent type imports diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 134b9824..167b0905 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/eslint-config +## 2.1.0 + +### Minor Changes + +- feat: update consistent type imports ([#370](https://github.com/Commencis/js-toolkit/pull/370)) + ## 2.0.0 ### Major Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index be7b87f0..65a74f64 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/eslint-config", - "version": "2.0.0", + "version": "2.1.0", "description": "Commencis ESLint config", "author": "Commencis WEB Team", "license": "Apache-2.0", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 0548f769..e6c5592d 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/eslint-plugin +## 1.5.0 + +### Minor Changes + +- feat: update consistent type imports ([#370](https://github.com/Commencis/js-toolkit/pull/370)) + ## 1.4.5 ### Patch Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 405a100e..8872aec4 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/eslint-plugin", - "version": "1.4.5", + "version": "1.5.0", "description": "Commencis ESLint plugin", "author": "Commencis WEB Team", "license": "Apache-2.0", diff --git a/packages/lint-staged-config/CHANGELOG.md b/packages/lint-staged-config/CHANGELOG.md index c6bc4f06..36cee7d6 100644 --- a/packages/lint-staged-config/CHANGELOG.md +++ b/packages/lint-staged-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/lint-staged-config +## 1.1.0 + +### Minor Changes + +- feat: update consistent type imports ([#370](https://github.com/Commencis/js-toolkit/pull/370)) + ## 1.0.0 ### Major Changes diff --git a/packages/lint-staged-config/package.json b/packages/lint-staged-config/package.json index 212819f0..c850a294 100644 --- a/packages/lint-staged-config/package.json +++ b/packages/lint-staged-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/lint-staged-config", - "version": "1.0.0", + "version": "1.1.0", "description": "Commencis Lint-Staged config", "author": "Commencis WEB Team", "license": "Apache-2.0", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 82478db6..1402c895 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/stylelint-config +## 2.3.0 + +### Minor Changes + +- feat: update consistent type imports ([#370](https://github.com/Commencis/js-toolkit/pull/370)) + ## 2.2.0 ### Minor Changes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index f167210f..686d6ea3 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/stylelint-config", - "version": "2.2.0", + "version": "2.3.0", "description": "Commencis Stylelint config", "author": "Commencis WEB Team", "license": "Apache-2.0",