From d4cb8275480be7146d7577384c6d0166338bdecd Mon Sep 17 00:00:00 2001 From: Release bot Date: Mon, 2 Jan 2023 17:42:20 +0000 Subject: [PATCH] chore: update changelog and publish packages [skip ci] - @medly/eslint-config-react@1.1.0 --- packages/eslint-config-react/CHANGELOG.md | 11 +++++++++++ packages/eslint-config-react/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index b505ff5..417b5e2 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/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. +# [1.1.0](https://github.com/medly/configs/compare/@medly/eslint-config-react@0.4.0...@medly/eslint-config-react@1.1.0) (2023-01-02) + + +### Features + +* add import sort and order rules in eslint config ([98d9d6b](https://github.com/medly/configs/commit/98d9d6be4fddeeba85697680ecd2e0f733da85b7)) + + + + + # [0.4.0](https://github.com/medly/configs/compare/@medly/eslint-config-react@0.3.1...@medly/eslint-config-react@0.4.0) (2022-12-27) diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index c7e42e9..ec6a86e 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": "1.0.0", + "version": "1.1.0", "sideEffects": false, "main": "index.json", "publishConfig": {