From b85d3964e4eaed64e8fb0481ecccbb52cf2c5697 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 20:33:27 +0100 Subject: [PATCH] chore(release): update monorepo packages versions (#148) Co-authored-by: github-actions[bot] --- .changeset/lovely-laws-dress.md | 5 ----- packages/eslint-config/CHANGELOG.md | 9 +++++++++ packages/eslint-config/package.json | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 .changeset/lovely-laws-dress.md diff --git a/.changeset/lovely-laws-dress.md b/.changeset/lovely-laws-dress.md deleted file mode 100644 index 1950807d..00000000 --- a/.changeset/lovely-laws-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theguild/eslint-config': minor ---- - -add new rules `prefer-object-has-own`, `logical-assignment-operators` and `@typescript-eslint/prefer-optional-chain` diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index ed815bfe..fbcc4cf9 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,14 @@ # @theguild/eslint-config +## 0.5.0 + +### Minor Changes + +- [#146](https://github.com/the-guild-org/shared-config/pull/146) + [`f829c8d`](https://github.com/the-guild-org/shared-config/commit/f829c8d285499c9bb7df7818d22570ead7112ad6) + Thanks [@B2o5T](https://github.com/B2o5T)! - add new rules `prefer-object-has-own`, + `logical-assignment-operators` and `@typescript-eslint/prefer-optional-chain` + ## 0.4.2 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 76a02112..15c81169 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/eslint-config", - "version": "0.4.2", + "version": "0.5.0", "type": "commonjs", "description": "The Guild's shared ESLint config", "repository": {