diff --git a/package-lock.json b/package-lock.json index b9609ec5..9d3dd25c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36966,7 +36966,7 @@ }, "packages/eslint-config": { "name": "@tablecheck/eslint-config", - "version": "8.1.1", + "version": "8.1.2", "license": "MIT", "dependencies": { "@emotion/eslint-plugin": "^11.11.0", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index b44b3df3..2504d006 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,19 +1,18 @@ -# v8.1.2 (Tue Oct 31 2023) +# Change Log -#### 🐛 Bug Fix +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -- fix: disable more rules in tests [#94](https://github.com/tablecheck/frontend/pull/94) ([@SimeonC](https://github.com/SimeonC)) +## [8.1.2](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-config@8.1.1...@tablecheck/eslint-config@8.1.2) (2023-10-31) -#### Authors: 1 -- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) +### Bug Fixes + +* disable more rules in tests ([06da60f](https://github.com/tablecheck/frontend/commit/06da60fca8f4703151c6ba1de46693141d53f7aa)) + ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [8.1.1](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-config@8.1.0...@tablecheck/eslint-config@8.1.1) (2023-10-26) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 8fafea19..34e846ae 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.1.1", + "version": "8.1.2", "exports": { ".": { "types": "./dist/index.d.ts",