diff --git a/.changeset/fifty-owls-compare.md b/.changeset/fifty-owls-compare.md deleted file mode 100644 index 7e610331..00000000 --- a/.changeset/fifty-owls-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workleap/eslint-plugin": patch ---- - -Move some deprecated rules from `@typescript-eslint/eslint-plugin` to `@stylistic/eslint-plugin-ts`. diff --git a/.changeset/serious-mugs-love.md b/.changeset/serious-mugs-love.md deleted file mode 100644 index a6e4483d..00000000 --- a/.changeset/serious-mugs-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workleap/webpack-configs": patch ---- - -Fixed typings. diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 3b6690e7..3cf0b212 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @workleap/eslint-plugin +## 3.2.4 + +### Patch Changes + +- [#215](https://github.com/gsoft-inc/wl-web-configs/pull/215) [`d6dfe8f`](https://github.com/gsoft-inc/wl-web-configs/commit/d6dfe8f61ab56a606c84c7c580dded75ba5e7bfc) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Move some deprecated rules from `@typescript-eslint/eslint-plugin` to `@stylistic/eslint-plugin-ts`. + ## 3.2.3 ### Patch Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index cab56bd3..d31db4fa 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -2,7 +2,7 @@ "name": "@workleap/eslint-plugin", "author": "Workleap", "description": "Workleap recommended ESLint rules and configurations.", - "version": "3.2.3", + "version": "3.2.4", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/webpack-configs/CHANGELOG.md b/packages/webpack-configs/CHANGELOG.md index f68ff825..c2bcf51d 100644 --- a/packages/webpack-configs/CHANGELOG.md +++ b/packages/webpack-configs/CHANGELOG.md @@ -1,5 +1,11 @@ # @workleap/webpack-configs +## 1.5.2 + +### Patch Changes + +- [#215](https://github.com/gsoft-inc/wl-web-configs/pull/215) [`d6dfe8f`](https://github.com/gsoft-inc/wl-web-configs/commit/d6dfe8f61ab56a606c84c7c580dded75ba5e7bfc) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Fixed typings. + ## 1.5.1 ### Patch Changes diff --git a/packages/webpack-configs/package.json b/packages/webpack-configs/package.json index 56660540..559b8d0a 100644 --- a/packages/webpack-configs/package.json +++ b/packages/webpack-configs/package.json @@ -2,7 +2,7 @@ "name": "@workleap/webpack-configs", "author": "Workleap", "description": "Workleap recommended webpack config.", - "version": "1.5.1", + "version": "1.5.2", "license": "Apache-2.0", "repository": { "type": "git",