From fe6a49fbaf32d7ca38b425b3a81183fca26a8add Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 19:08:49 +0000 Subject: [PATCH] ci(release): version packages --- .changeset/great-moles-help.md | 10 ---------- packages/commitlint-config/CHANGELOG.md | 6 ++++++ 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 +- 13 files changed, 42 insertions(+), 16 deletions(-) delete mode 100644 .changeset/great-moles-help.md diff --git a/.changeset/great-moles-help.md b/.changeset/great-moles-help.md deleted file mode 100644 index b5f7bb92..00000000 --- a/.changeset/great-moles-help.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@commencis/lint-staged-config': major -'@commencis/commitlint-config': major -'@commencis/eslint-plugin': major -'@commencis/stylelint-config': minor -'@commencis/prettier-config': minor -'@commencis/eslint-config': minor ---- - -- [Release]: Final stable versions before breaking changes. diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index f1f43b6e..8727473d 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/commitlint-config +## 2.0.0 + +### Major Changes + +- - [Release]: Final stable versions before breaking changes. ([#402](https://github.com/Commencis/js-toolkit/pull/402)) + ## 1.2.0 ### Minor Changes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 7dd95d1f..00283390 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/commitlint-config", - "version": "1.2.0", + "version": "2.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 6c847e51..a64b9d05 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/eslint-config +## 2.4.0 + +### Minor Changes + +- - [Release]: Final stable versions before breaking changes. ([#402](https://github.com/Commencis/js-toolkit/pull/402)) + ## 2.3.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 9ba88018..b103258f 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/eslint-config", - "version": "2.3.0", + "version": "2.4.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 699e72b9..27a530e2 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/eslint-plugin +## 2.0.0 + +### Major Changes + +- - [Release]: Final stable versions before breaking changes. ([#402](https://github.com/Commencis/js-toolkit/pull/402)) + ## 1.6.0 ### Minor Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index de9b6a59..2a53644d 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/eslint-plugin", - "version": "1.6.0", + "version": "2.0.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 e93a04d5..5e3c9caa 100644 --- a/packages/lint-staged-config/CHANGELOG.md +++ b/packages/lint-staged-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/lint-staged-config +## 2.0.0 + +### Major Changes + +- - [Release]: Final stable versions before breaking changes. ([#402](https://github.com/Commencis/js-toolkit/pull/402)) + ## 1.2.0 ### Minor Changes diff --git a/packages/lint-staged-config/package.json b/packages/lint-staged-config/package.json index 7d8707c0..36f7e073 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.2.0", + "version": "2.0.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 992846ec..5c45ede5 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/prettier-config +## 2.1.0 + +### Minor Changes + +- - [Release]: Final stable versions before breaking changes. ([#402](https://github.com/Commencis/js-toolkit/pull/402)) + ## 2.0.0 ### Major Changes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index e8b4618e..9bf6c427 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/prettier-config", - "version": "2.0.0", + "version": "2.1.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 becc66bc..20cc9089 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/stylelint-config +## 2.5.0 + +### Minor Changes + +- - [Release]: Final stable versions before breaking changes. ([#402](https://github.com/Commencis/js-toolkit/pull/402)) + ## 2.4.0 ### Minor Changes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index fff7515b..165b93d1 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/stylelint-config", - "version": "2.4.0", + "version": "2.5.0", "description": "Commencis Stylelint config", "author": "Commencis WEB Team", "license": "Apache-2.0",