diff --git a/.changeset/chilled-worms-walk.md b/.changeset/chilled-worms-walk.md deleted file mode 100644 index 49a3889e..00000000 --- a/.changeset/chilled-worms-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/commitlint-config': minor ---- - -chore(deps): update dependency @commitlint/config-conventional to v20 diff --git a/.changeset/ripe-hairs-wonder.md b/.changeset/ripe-hairs-wonder.md deleted file mode 100644 index d718338f..00000000 --- a/.changeset/ripe-hairs-wonder.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@commencis/lint-staged-config': minor -'@commencis/commitlint-config': minor -'@commencis/stylelint-config': minor -'@commencis/eslint-config': minor -'@commencis/eslint-plugin': minor ---- - -chore: update dependencies diff --git a/.changeset/witty-tigers-strive.md b/.changeset/witty-tigers-strive.md deleted file mode 100644 index 10b63a16..00000000 --- a/.changeset/witty-tigers-strive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/eslint-config': minor ---- - -feat: re-organize import sort rules for styles and assets diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 7df8b591..f1f43b6e 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @commencis/commitlint-config +## 1.2.0 + +### Minor Changes + +- chore(deps): update dependency @commitlint/config-conventional to v20 ([#390](https://github.com/Commencis/js-toolkit/pull/390)) + +- chore: update dependencies ([#388](https://github.com/Commencis/js-toolkit/pull/388)) + ## 1.1.4 ### Patch Changes @@ -23,6 +31,5 @@ ### Patch Changes - update dependencies: commitlint ([#144](https://github.com/Commencis/js-toolkit/pull/144)) - - @commitlint/cli@19.6.0 - @commitlint/config-conventional@19.6.0 diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 84a7aba7..3f71e95e 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/commitlint-config", - "version": "1.1.4", + "version": "1.2.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 362e1061..f8ea4e3e 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @commencis/eslint-config +## 2.2.0 + +### Minor Changes + +- chore: update dependencies ([#388](https://github.com/Commencis/js-toolkit/pull/388)) + +- feat: re-organize import sort rules for styles and assets ([#388](https://github.com/Commencis/js-toolkit/pull/388)) + ## 2.1.1 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 052f523c..1cf8680e 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/eslint-config", - "version": "2.1.1", + "version": "2.2.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 8999e228..699e72b9 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/eslint-plugin +## 1.6.0 + +### Minor Changes + +- chore: update dependencies ([#388](https://github.com/Commencis/js-toolkit/pull/388)) + ## 1.5.1 ### Patch Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 52ed3f33..640bccf6 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/eslint-plugin", - "version": "1.5.1", + "version": "1.6.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 36cee7d6..e93a04d5 100644 --- a/packages/lint-staged-config/CHANGELOG.md +++ b/packages/lint-staged-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/lint-staged-config +## 1.2.0 + +### Minor Changes + +- chore: update dependencies ([#388](https://github.com/Commencis/js-toolkit/pull/388)) + ## 1.1.0 ### Minor Changes diff --git a/packages/lint-staged-config/package.json b/packages/lint-staged-config/package.json index 6fd01a44..530e0e86 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.1.0", + "version": "1.2.0", "description": "Commencis Lint-Staged config", "author": "Commencis WEB Team", "license": "Apache-2.0", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 1402c895..becc66bc 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/stylelint-config +## 2.4.0 + +### Minor Changes + +- chore: update dependencies ([#388](https://github.com/Commencis/js-toolkit/pull/388)) + ## 2.3.0 ### Minor Changes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 5cf0cc9f..62eabbad 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/stylelint-config", - "version": "2.3.0", + "version": "2.4.0", "description": "Commencis Stylelint config", "author": "Commencis WEB Team", "license": "Apache-2.0",