From 35358416d7544c0a00ef8ea519284a5f52ceb0b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Dec 2024 14:30:34 +0000 Subject: [PATCH] ci(release): version packages --- .changeset/dull-books-play.md | 6 ------ .changeset/great-rockets-grow.md | 5 ----- .changeset/nasty-mails-sing.md | 5 ----- .changeset/nice-cooks-dress.md | 5 ----- .changeset/silly-rocks-lay.md | 5 ----- .changeset/three-experts-switch.md | 5 ----- packages/eslint-config/CHANGELOG.md | 14 ++++++++++++++ packages/eslint-config/package.json | 2 +- packages/eslint-plugin/CHANGELOG.md | 6 ++++++ packages/eslint-plugin/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 6 ++++++ packages/stylelint-config/package.json | 2 +- 12 files changed, 29 insertions(+), 34 deletions(-) delete mode 100644 .changeset/dull-books-play.md delete mode 100644 .changeset/great-rockets-grow.md delete mode 100644 .changeset/nasty-mails-sing.md delete mode 100644 .changeset/nice-cooks-dress.md delete mode 100644 .changeset/silly-rocks-lay.md delete mode 100644 .changeset/three-experts-switch.md diff --git a/.changeset/dull-books-play.md b/.changeset/dull-books-play.md deleted file mode 100644 index 9a26a2a..0000000 --- a/.changeset/dull-books-play.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@commencis/eslint-config': patch -'@commencis/eslint-plugin': patch ---- - -chore(deps): update typescript-eslint monorepo to v8.18.2 diff --git a/.changeset/great-rockets-grow.md b/.changeset/great-rockets-grow.md deleted file mode 100644 index f955af2..0000000 --- a/.changeset/great-rockets-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/eslint-config': patch ---- - -fix(deps): update dependency globals to v15.14.0 diff --git a/.changeset/nasty-mails-sing.md b/.changeset/nasty-mails-sing.md deleted file mode 100644 index ebe7b76..0000000 --- a/.changeset/nasty-mails-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/eslint-config': patch ---- - -chore(deps): update dependency @next/eslint-plugin-next to v15.1.2 diff --git a/.changeset/nice-cooks-dress.md b/.changeset/nice-cooks-dress.md deleted file mode 100644 index bf56c12..0000000 --- a/.changeset/nice-cooks-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/eslint-config': patch ---- - -fix(deps): update dependency @next/eslint-plugin-next to v15.1.1 diff --git a/.changeset/silly-rocks-lay.md b/.changeset/silly-rocks-lay.md deleted file mode 100644 index 70b0e23..0000000 --- a/.changeset/silly-rocks-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/stylelint-config': minor ---- - -feat: update styled-components config to resolve conflicts with stylistic rules diff --git a/.changeset/three-experts-switch.md b/.changeset/three-experts-switch.md deleted file mode 100644 index 1a68307..0000000 --- a/.changeset/three-experts-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/eslint-config': patch ---- - -update dependency: eslint to v9.17.0 diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 3a2f062..68462a9 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,19 @@ # @commencis/eslint-config +## 1.5.3 + +### Patch Changes + +- chore(deps): update typescript-eslint monorepo to v8.18.2 ([#175](https://github.com/Commencis/js-toolkit/pull/175)) + +- fix(deps): update dependency globals to v15.14.0 ([#179](https://github.com/Commencis/js-toolkit/pull/179)) + +- chore(deps): update dependency @next/eslint-plugin-next to v15.1.2 ([#181](https://github.com/Commencis/js-toolkit/pull/181)) + +- fix(deps): update dependency @next/eslint-plugin-next to v15.1.1 ([#176](https://github.com/Commencis/js-toolkit/pull/176)) + +- update dependency: eslint to v9.17.0 ([#172](https://github.com/Commencis/js-toolkit/pull/172)) + ## 1.5.2 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 8a52846..93e6c99 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/eslint-config", - "version": "1.5.2", + "version": "1.5.3", "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 11e5ab8..7c4b35c 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/eslint-plugin +## 1.2.2 + +### Patch Changes + +- chore(deps): update typescript-eslint monorepo to v8.18.2 ([#175](https://github.com/Commencis/js-toolkit/pull/175)) + ## 1.2.1 ### Patch Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 57c17a9..b30e5f4 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/eslint-plugin", - "version": "1.2.1", + "version": "1.2.2", "description": "Commencis ESLint plugin", "author": "Commencis WEB Team", "license": "Apache-2.0", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 9d37e94..1f93b8c 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/stylelint-config +## 1.4.0 + +### Minor Changes + +- feat: update styled-components config to resolve conflicts with stylistic rules ([#183](https://github.com/Commencis/js-toolkit/pull/183)) + ## 1.3.0 ### Minor Changes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 0b7d6f2..5139b3c 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/stylelint-config", - "version": "1.3.0", + "version": "1.4.0", "description": "Commencis Stylelint config", "author": "Commencis WEB Team", "license": "Apache-2.0",