diff --git a/package-lock.json b/package-lock.json index ce17907d..b9609ec5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36966,7 +36966,7 @@ }, "packages/eslint-config": { "name": "@tablecheck/eslint-config", - "version": "8.1.0", + "version": "8.1.1", "license": "MIT", "dependencies": { "@emotion/eslint-plugin": "^11.11.0", @@ -37117,7 +37117,7 @@ }, "packages/eslint-plugin": { "name": "@tablecheck/eslint-plugin", - "version": "6.0.0", + "version": "6.0.1", "license": "MIT", "dependencies": { "eslint-module-utils": "2.8.0" @@ -37559,7 +37559,7 @@ }, "packages/nx": { "name": "@tablecheck/nx", - "version": "6.0.0", + "version": "6.0.1", "dependencies": { "@nx/devkit": "^16", "@nx/linter": "^16", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index ebb222e4..033a8e8c 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,19 +1,18 @@ -# v8.1.1 (Thu Oct 26 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: eslint rules around imports [#92](https://github.com/tablecheck/frontend/pull/92) ([@SimeonC](https://github.com/SimeonC)) +## [8.1.1](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-config@8.1.0...@tablecheck/eslint-config@8.1.1) (2023-10-26) -#### Authors: 1 -- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) +### Bug Fixes + +* eslint rules around imports ([22b4e2a](https://github.com/tablecheck/frontend/commit/22b4e2ae1a40928545e914f8dbba99b268ffe6a1)) + ---- -# 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.0](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-config@8.0.0...@tablecheck/eslint-config@8.1.0) (2023-10-17) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 6d5476e3..8fafea19 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.0", + "version": "8.1.1", "exports": { ".": { "types": "./dist/index.d.ts", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index d6607ab9..ee582eca 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,19 +1,18 @@ -# v6.0.1 (Thu Oct 26 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: eslint rules around imports [#92](https://github.com/tablecheck/frontend/pull/92) ([@SimeonC](https://github.com/SimeonC)) +## [6.0.1](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-plugin@6.0.0...@tablecheck/eslint-plugin@6.0.1) (2023-10-26) -#### Authors: 1 -- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) +### Bug Fixes + +* eslint rules around imports ([22b4e2a](https://github.com/tablecheck/frontend/commit/22b4e2ae1a40928545e914f8dbba99b268ffe6a1)) + ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. # [6.0.0](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-plugin@1.2.2...@tablecheck/eslint-plugin@6.0.0) (2023-10-11) diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 23272b31..720bc8af 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "6.0.0", + "version": "6.0.1", "exports": { ".": { "default": "./dist/index.js" diff --git a/packages/nx/CHANGELOG.md b/packages/nx/CHANGELOG.md index 1dbb548c..84f2fdb4 100644 --- a/packages/nx/CHANGELOG.md +++ b/packages/nx/CHANGELOG.md @@ -1,19 +1,18 @@ -# v6.0.1 (Thu Oct 26 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: eslint rules around imports [#92](https://github.com/tablecheck/frontend/pull/92) ([@SimeonC](https://github.com/SimeonC)) +## [6.0.1](https://github.com/tablecheck/frontend/compare/@tablecheck/nx@6.0.0...@tablecheck/nx@6.0.1) (2023-10-26) -#### Authors: 1 -- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) +### Bug Fixes + +* eslint rules around imports ([22b4e2a](https://github.com/tablecheck/frontend/commit/22b4e2ae1a40928545e914f8dbba99b268ffe6a1)) + ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. # 6.0.0 (2023-10-11) diff --git a/packages/nx/package.json b/packages/nx/package.json index 2c4d8126..86392536 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -1,6 +1,6 @@ { "name": "@tablecheck/nx", - "version": "6.0.0", + "version": "6.0.1", "type": "commonjs", "exports": { ".": {