diff --git a/.changeset/chilled-tomatoes-trade.md b/.changeset/chilled-tomatoes-trade.md deleted file mode 100644 index 6fa84d9..0000000 --- a/.changeset/chilled-tomatoes-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/eslint-config': minor ---- - -Update eslint vue plugin that has new enhancements and fixes diff --git a/.changeset/curly-peas-tie.md b/.changeset/curly-peas-tie.md deleted file mode 100644 index dd252d0..0000000 --- a/.changeset/curly-peas-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/eslint-config': minor ---- - -update eslint dependencies diff --git a/.changeset/hot-penguins-unite.md b/.changeset/hot-penguins-unite.md deleted file mode 100644 index b33f846..0000000 --- a/.changeset/hot-penguins-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/eslint-config': minor ---- - -use eslint-plugin-vue types diff --git a/.changeset/neat-plants-fail.md b/.changeset/neat-plants-fail.md deleted file mode 100644 index 7455cfc..0000000 --- a/.changeset/neat-plants-fail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@commencis/eslint-config': patch -'@commencis/eslint-plugin': patch ---- - -update typescript-eslint dependencies diff --git a/.changeset/poor-bulldogs-nail.md b/.changeset/poor-bulldogs-nail.md deleted file mode 100644 index c97a754..0000000 --- a/.changeset/poor-bulldogs-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/eslint-config': minor ---- - -update eslint-plugin-next version diff --git a/.changeset/tidy-pillows-wink.md b/.changeset/tidy-pillows-wink.md deleted file mode 100644 index e073187..0000000 --- a/.changeset/tidy-pillows-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/eslint-config': minor ---- - -update react-hooks plugin version diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md new file mode 100644 index 0000000..cf1612c --- /dev/null +++ b/packages/eslint-config/CHANGELOG.md @@ -0,0 +1,19 @@ +# @commencis/eslint-config + +## 1.2.0 + +### Minor Changes + +- [#76](https://github.com/Commencis/js-toolkit/pull/76) [`ff2a968`](https://github.com/Commencis/js-toolkit/commit/ff2a9683e84252c4b0ee47466b8694f366b0b95c) Thanks [@ymehmetcan](https://github.com/ymehmetcan)! - update eslint vue plugin that has new enhancements and fixes + +- [#90](https://github.com/Commencis/js-toolkit/pull/90) [`e114f46`](https://github.com/Commencis/js-toolkit/commit/e114f46814ea3f599d1d820b8d4b191739ac9574) Thanks [@ymehmetcan](https://github.com/ymehmetcan)! - update eslint dependencies + +- [#93](https://github.com/Commencis/js-toolkit/pull/93) [`b45eb96`](https://github.com/Commencis/js-toolkit/commit/b45eb969560be34dcce0df9038d7330da21cd405) Thanks [@ymehmetcan](https://github.com/ymehmetcan)! - use eslint-plugin-vue types + +- [#95](https://github.com/Commencis/js-toolkit/pull/95) [`da901a0`](https://github.com/Commencis/js-toolkit/commit/da901a0ab7f084d24a75a7338bc7c096f33df982) Thanks [@ymehmetcan](https://github.com/ymehmetcan)! - update eslint-plugin-next version + +- [#78](https://github.com/Commencis/js-toolkit/pull/78) [`3988b57`](https://github.com/Commencis/js-toolkit/commit/3988b57e0126fd70f6d45abc69fff30315b140b1) Thanks [@ymehmetcan](https://github.com/ymehmetcan)! - update react-hooks plugin version + +### Patch Changes + +- [#86](https://github.com/Commencis/js-toolkit/pull/86) [`99b673b`](https://github.com/Commencis/js-toolkit/commit/99b673b155a2bff35fbacd6e13b11db18ea7cce8) Thanks [@ymehmetcan](https://github.com/ymehmetcan)! - update typescript-eslint dependencies diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index d447cf9..d4708e5 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/eslint-config", - "version": "1.1.0", + "version": "1.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 new file mode 100644 index 0000000..0ab6cdd --- /dev/null +++ b/packages/eslint-plugin/CHANGELOG.md @@ -0,0 +1,7 @@ +# @commencis/eslint-plugin + +## 1.1.1 + +### Patch Changes + +- [#86](https://github.com/Commencis/js-toolkit/pull/86) [`99b673b`](https://github.com/Commencis/js-toolkit/commit/99b673b155a2bff35fbacd6e13b11db18ea7cce8) Thanks [@ymehmetcan](https://github.com/ymehmetcan)! - update typescript-eslint dependencies diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 1f958f4..641d322 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/eslint-plugin", - "version": "1.1.0", + "version": "1.1.1", "description": "Commencis ESLint plugin", "author": "Commencis WEB Team", "license": "Apache-2.0",