From d0d416650dc0324d1e2ebaadf6b9e49f3f112614 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 13:39:25 +0000 Subject: [PATCH] ci(release): version packages --- .changeset/mighty-dryers-relax.md | 5 ----- .changeset/yummy-nails-dream.md | 10 ---------- packages/commitlint-config/CHANGELOG.md | 10 ++++++++++ packages/commitlint-config/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- packages/eslint-plugin/CHANGELOG.md | 6 ++++++ packages/eslint-plugin/package.json | 2 +- packages/lint-staged-config/CHANGELOG.md | 6 ++++++ packages/lint-staged-config/package.json | 2 +- packages/prettier-config/CHANGELOG.md | 6 ++++++ packages/prettier-config/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 6 ++++++ packages/stylelint-config/package.json | 2 +- 14 files changed, 46 insertions(+), 21 deletions(-) delete mode 100644 .changeset/mighty-dryers-relax.md delete mode 100644 .changeset/yummy-nails-dream.md diff --git a/.changeset/mighty-dryers-relax.md b/.changeset/mighty-dryers-relax.md deleted file mode 100644 index 7420ac32..00000000 --- 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 d3ae53f8..00000000 --- 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 1e3c7c4c..e1eff480 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 f316b420..4f5c5cae 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 52959727..4bbb1d8f 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 54c68ec4..66ada6cc 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 5d385ff9..35bfa9d7 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 1d2ff230..8bdd09b1 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 c3d24141..7315666d 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 910c4569..94215e0b 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 bc50c359..f0dc269a 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 84874bc5..54b3367c 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 2a87fe36..e635f7d6 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 d86dcdb9..6ba86e31 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",