From a7e879921fab307f569aa3f0d2f995c99c332752 Mon Sep 17 00:00:00 2001 From: Release bot Date: Sat, 16 Oct 2021 06:10:33 +0000 Subject: [PATCH] chore: update changelog and publish packages [skip ci] - @medly/eslint-config-react@0.2.2 - @medly/eslint-config@0.4.0 --- packages/eslint-config-react/CHANGELOG.md | 8 ++++++++ packages/eslint-config-react/package.json | 4 ++-- packages/eslint-config/CHANGELOG.md | 11 +++++++++++ packages/eslint-config/package.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index f6090fb..6928f2c 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.2](https://github.com/medly/configs/compare/@medly/eslint-config-react@0.2.1...@medly/eslint-config-react@0.2.2) (2021-10-16) + +**Note:** Version bump only for package @medly/eslint-config-react + + + + + ## [0.2.1](https://github.com/medly/configs/compare/@medly/eslint-config-react@0.2.0...@medly/eslint-config-react@0.2.1) (2021-09-23) **Note:** Version bump only for package @medly/eslint-config-react diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 95ebcf6..0b7fb2c 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,7 +1,7 @@ { "name": "@medly/eslint-config-react", "description": "Basic eslint config for react app", - "version": "0.2.1", + "version": "0.2.2", "sideEffects": false, "main": "index.json", "publishConfig": { @@ -26,7 +26,7 @@ "jest": true }, "dependencies": { - "@medly/eslint-config": "0.3.2", + "@medly/eslint-config": "0.4.0", "eslint": "^7.28.0", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0" diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 4b65940..4bdf526 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/medly/configs/compare/@medly/eslint-config@0.3.2...@medly/eslint-config@0.4.0) (2021-10-16) + + +### Features + +* add rule to allow single extends in typescript interface in eslint config ([#80](https://github.com/medly/configs/issues/80)) ([982c3bb](https://github.com/medly/configs/commit/982c3bbf467a974740f4265e2de014168ce49f41)) + + + + + ## [0.3.2](https://github.com/medly/configs/compare/@medly/eslint-config@0.3.1...@medly/eslint-config@0.3.2) (2021-09-02) **Note:** Version bump only for package @medly/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 12c711f..39774e9 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@medly/eslint-config", "description": "Basic eslint config", - "version": "0.3.2", + "version": "0.4.0", "sideEffects": false, "main": "index.json", "publishConfig": {