From f3be420c1a54aa190f63c470618caf6dbc8e1c95 Mon Sep 17 00:00:00 2001 From: "TableCheck Inc." Date: Tue, 17 Oct 2023 00:28:54 +0000 Subject: [PATCH] Bump independent versions [skip ci] - @tablecheck/eslint-config@8.1.0 --- package-lock.json | 3 +-- packages/eslint-config/CHANGELOG.md | 17 ++++++++--------- packages/eslint-config/package.json | 2 +- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01c9bbd4..07dd7a26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2508,7 +2508,6 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "extraneous": true, "inBundle": true, "license": "MIT", "engines": { @@ -36953,7 +36952,7 @@ }, "packages/eslint-config": { "name": "@tablecheck/eslint-config", - "version": "8.0.0", + "version": "8.1.0", "license": "MIT", "dependencies": { "@emotion/eslint-plugin": "^11.11.0", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index d84bb1e1..afdccb60 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,19 +1,18 @@ -# v8.1.0 (Tue Oct 17 2023) +# Change Log -#### 🚀 Enhancement +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -- feat: add react-refresh eslint rules [#91](https://github.com/tablecheck/tablecheck-react-system/pull/91) ([@SimeonC](https://github.com/SimeonC)) +# [8.1.0](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-config@8.0.0...@tablecheck/eslint-config@8.1.0) (2023-10-17) -#### Authors: 1 -- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) +### Features + +* add react-refresh eslint rules ([54264e4](https://github.com/tablecheck/frontend/commit/54264e4a1ee6e742a43dc0d9f68971dd6605792d)) + ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. # [8.0.0](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-config@1.8.2...@tablecheck/eslint-config@8.0.0) (2023-10-11) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 1d748f4a..14d06475 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "8.0.0", + "version": "8.1.0", "exports": { ".": { "types": "./dist/index.d.ts",