From 56cbb262f8eb39cea1bc7874d6e10f03d44c82aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 11:15:51 +0000 Subject: [PATCH] ci(release): version packages --- .changeset/fast-parents-taste.md | 5 ----- .changeset/funny-cups-say.md | 5 ----- .changeset/young-wombats-mix.md | 5 ----- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 9 ++++++++- packages/stylelint-config/package.json | 2 +- 7 files changed, 16 insertions(+), 18 deletions(-) delete mode 100644 .changeset/fast-parents-taste.md delete mode 100644 .changeset/funny-cups-say.md delete mode 100644 .changeset/young-wombats-mix.md diff --git a/.changeset/fast-parents-taste.md b/.changeset/fast-parents-taste.md deleted file mode 100644 index 20df0cfd..00000000 --- a/.changeset/fast-parents-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/eslint-config': minor ---- - -chore(deps): update eslint monorepo to v9.34.0 diff --git a/.changeset/funny-cups-say.md b/.changeset/funny-cups-say.md deleted file mode 100644 index 89d64f99..00000000 --- a/.changeset/funny-cups-say.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/stylelint-config': minor ---- - -chore: update stylelint peer deps to v16.22 diff --git a/.changeset/young-wombats-mix.md b/.changeset/young-wombats-mix.md deleted file mode 100644 index 8d5fd03b..00000000 --- a/.changeset/young-wombats-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/stylelint-config': minor ---- - -chore: remove `stylelint` less than `16.23.0` from peer dependencies. diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index da59d172..3f6255b2 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/eslint-config +## 1.8.0 + +### Minor Changes + +- chore(deps): update eslint monorepo to v9.34.0 ([#364](https://github.com/Commencis/js-toolkit/pull/364)) + ## 1.7.5 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 05684f89..7334a4d4 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/eslint-config", - "version": "1.7.5", + "version": "1.8.0", "description": "Commencis ESLint config", "author": "Commencis WEB Team", "license": "Apache-2.0", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 5b6cce32..82478db6 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @commencis/stylelint-config +## 2.2.0 + +### Minor Changes + +- chore: update stylelint peer deps to v16.22 ([#343](https://github.com/Commencis/js-toolkit/pull/343)) + +- chore: remove `stylelint` less than `16.23.0` from peer dependencies. ([#363](https://github.com/Commencis/js-toolkit/pull/363)) + ## 2.1.1 ### Patch Changes @@ -43,5 +51,4 @@ ### Minor Changes - update dependency: postcss-styled-syntax@0.7.0 ([#123](https://github.com/Commencis/js-toolkit/pull/123)) - - Added support for passing a function to `styled` instead using it as a tagged template. For example, `styled.div(props => 'color: red;'')`, or `styled(Component)(props => 'color: red;')` diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 67a1fb48..f167210f 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/stylelint-config", - "version": "2.1.1", + "version": "2.2.0", "description": "Commencis Stylelint config", "author": "Commencis WEB Team", "license": "Apache-2.0",