diff --git a/.changeset/shy-pants-sip.md b/.changeset/shy-pants-sip.md deleted file mode 100644 index 4a52a273..00000000 --- a/.changeset/shy-pants-sip.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@commencis/commitlint-config': minor -'@commencis/eslint-config': minor -'@commencis/eslint-plugin': minor ---- - -chore: update dependencies diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index dab81476..743990ee 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/commitlint-config +## 3.3.0 + +### Minor Changes + +- chore: update dependencies ([#440](https://github.com/Commencis/js-toolkit/pull/440)) + ## 3.2.0 ### Minor Changes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index f5a888a3..114a85a9 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/commitlint-config", - "version": "3.2.0", + "version": "3.3.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 c6a2bfd8..fa876396 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/eslint-config +## 3.5.0 + +### Minor Changes + +- chore: update dependencies ([#440](https://github.com/Commencis/js-toolkit/pull/440)) + ## 3.4.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 6ab76892..f7cdfa2b 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/eslint-config", - "version": "3.4.0", + "version": "3.5.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 71864a21..de93bfa1 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/eslint-plugin +## 3.3.0 + +### Minor Changes + +- chore: update dependencies ([#440](https://github.com/Commencis/js-toolkit/pull/440)) + ## 3.2.0 ### Minor Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index a3f94558..f7f35316 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/eslint-plugin", - "version": "3.2.0", + "version": "3.3.0", "description": "Commencis ESLint plugin", "author": "Commencis WEB Team", "license": "Apache-2.0",