diff --git a/.changeset/mighty-dryers-relax.md b/.changeset/mighty-dryers-relax.md deleted file mode 100644 index 7420ac3..0000000 --- a/.changeset/mighty-dryers-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/commitlint-config': major ---- - -[BREAKING]: peer dependency `@commitlint/cli` will now require >=v21 diff --git a/.changeset/yummy-nails-dream.md b/.changeset/yummy-nails-dream.md deleted file mode 100644 index d3ae53f..0000000 --- a/.changeset/yummy-nails-dream.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@commencis/lint-staged-config': minor -'@commencis/commitlint-config': minor -'@commencis/stylelint-config': minor -'@commencis/prettier-config': minor -'@commencis/eslint-config': minor -'@commencis/eslint-plugin': minor ---- - -feat: update dependencies diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 1e3c7c4..e1eff48 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,5 +1,15 @@ # @commencis/commitlint-config +## 4.0.0 + +### Major Changes + +- [BREAKING]: peer dependency `@commitlint/cli` will now require >=v21 _[`#463`](https://github.com/Commencis/js-toolkit/pull/463) [`0e81a57`](https://github.com/Commencis/js-toolkit/commit/0e81a5722db0577ec9ebad0a2c8b4f6e8a43145e) [@ymehmetcan](https://github.com/ymehmetcan)_ + +### Minor Changes + +- Feat: update dependencies _[`#463`](https://github.com/Commencis/js-toolkit/pull/463) [`25f1200`](https://github.com/Commencis/js-toolkit/commit/25f12007c9e04ace265c50ad61a0e87646a410f2) [@ymehmetcan](https://github.com/ymehmetcan)_ + ## 3.4.0 ### Minor Changes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index f316b42..4f5c5ca 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/commitlint-config", - "version": "3.4.0", + "version": "4.0.0", "description": "Commencis Commitlint config", "author": "Commencis WEB Team", "license": "Apache-2.0", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 5295972..4bbb1d8 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/eslint-config +## 3.7.0 + +### Minor Changes + +- Feat: update dependencies _[`#463`](https://github.com/Commencis/js-toolkit/pull/463) [`25f1200`](https://github.com/Commencis/js-toolkit/commit/25f12007c9e04ace265c50ad61a0e87646a410f2) [@ymehmetcan](https://github.com/ymehmetcan)_ + ## 3.6.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 54c68ec..66ada6c 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/eslint-config", - "version": "3.6.0", + "version": "3.7.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 5d385ff..35bfa9d 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/eslint-plugin +## 3.5.0 + +### Minor Changes + +- Feat: update dependencies _[`#463`](https://github.com/Commencis/js-toolkit/pull/463) [`25f1200`](https://github.com/Commencis/js-toolkit/commit/25f12007c9e04ace265c50ad61a0e87646a410f2) [@ymehmetcan](https://github.com/ymehmetcan)_ + ## 3.4.0 ### Minor Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 1d2ff23..8bdd09b 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/eslint-plugin", - "version": "3.4.0", + "version": "3.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 c3d2414..7315666 100644 --- a/packages/lint-staged-config/CHANGELOG.md +++ b/packages/lint-staged-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/lint-staged-config +## 3.2.0 + +### Minor Changes + +- Feat: update dependencies _[`#463`](https://github.com/Commencis/js-toolkit/pull/463) [`25f1200`](https://github.com/Commencis/js-toolkit/commit/25f12007c9e04ace265c50ad61a0e87646a410f2) [@ymehmetcan](https://github.com/ymehmetcan)_ + ## 3.1.1 ### Patch Changes diff --git a/packages/lint-staged-config/package.json b/packages/lint-staged-config/package.json index 910c456..94215e0 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": "3.1.1", + "version": "3.2.0", "description": "Commencis Lint-Staged config", "author": "Commencis WEB Team", "license": "Apache-2.0", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index bc50c35..f0dc269 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/prettier-config +## 3.3.0 + +### Minor Changes + +- Feat: update dependencies _[`#463`](https://github.com/Commencis/js-toolkit/pull/463) [`25f1200`](https://github.com/Commencis/js-toolkit/commit/25f12007c9e04ace265c50ad61a0e87646a410f2) [@ymehmetcan](https://github.com/ymehmetcan)_ + ## 3.2.0 ### Minor Changes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 84874bc..54b3367 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/prettier-config", - "version": "3.2.0", + "version": "3.3.0", "description": "Commencis Prettier config", "author": "Commencis WEB Team", "license": "Apache-2.0", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 2a87fe3..e635f7d 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/stylelint-config +## 3.5.0 + +### Minor Changes + +- Feat: update dependencies _[`#463`](https://github.com/Commencis/js-toolkit/pull/463) [`25f1200`](https://github.com/Commencis/js-toolkit/commit/25f12007c9e04ace265c50ad61a0e87646a410f2) [@ymehmetcan](https://github.com/ymehmetcan)_ + ## 3.4.0 ### Minor Changes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index d86dcdb..6ba86e3 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/stylelint-config", - "version": "3.4.0", + "version": "3.5.0", "description": "Commencis Stylelint config", "author": "Commencis WEB Team", "license": "Apache-2.0",