From 102dd97c34e082044806d2bb1a5628efb666df65 Mon Sep 17 00:00:00 2001 From: "TableCheck Inc." Date: Mon, 2 Sep 2024 09:13:27 +0000 Subject: [PATCH] Bump independent versions [skip ci] - @tablecheck/eslint-config@9.2.1 - @tablecheck/eslint-plugin@7.1.1 --- package-lock.json | 6 +++--- packages/eslint-config/CHANGELOG.md | 8 ++++++++ packages/eslint-config/package.json | 4 ++-- packages/eslint-plugin/CHANGELOG.md | 17 ++++++++--------- packages/eslint-plugin/package.json | 2 +- 5 files changed, 22 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 888d664..cddb008 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38595,12 +38595,12 @@ }, "packages/eslint-config": { "name": "@tablecheck/eslint-config", - "version": "9.2.0", + "version": "9.2.1", "license": "MIT", "dependencies": { "@emotion/eslint-plugin": "^11.11.0", "@nx/eslint-plugin": "19.3.0", - "@tablecheck/eslint-plugin": "^7.1.0", + "@tablecheck/eslint-plugin": "^7.1.1", "@typescript-eslint/eslint-plugin": "7.13.1", "@typescript-eslint/parser": "7.13.1", "eslint-config-airbnb": "^19.0.4", @@ -38636,7 +38636,7 @@ }, "packages/eslint-plugin": { "name": "@tablecheck/eslint-plugin", - "version": "7.1.0", + "version": "7.1.1", "license": "MIT", "dependencies": { "eslint-module-utils": "2.8.0" diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index c3de219..80445a2 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/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. +## [9.2.1](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-config@9.2.0...@tablecheck/eslint-config@9.2.1) (2024-09-02) + +**Note:** Version bump only for package @tablecheck/eslint-config + + + + + # [9.2.0](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-config@9.1.0...@tablecheck/eslint-config@9.2.0) (2024-07-30) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index c1746e8..c6466f0 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": "9.2.0", + "version": "9.2.1", "exports": { ".": { "types": "./dist/index.d.ts", @@ -57,7 +57,7 @@ "dependencies": { "@emotion/eslint-plugin": "^11.11.0", "@nx/eslint-plugin": "19.3.0", - "@tablecheck/eslint-plugin": "^7.1.0", + "@tablecheck/eslint-plugin": "^7.1.1", "@typescript-eslint/eslint-plugin": "7.13.1", "@typescript-eslint/parser": "7.13.1", "eslint-config-airbnb": "^19.0.4", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 3edd097..e5916b2 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,19 +1,18 @@ -# v7.1.1 (Mon Sep 02 2024) +# 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-plugin): shortest import sometimes falsely tried to use relative paths [#113](https://github.com/tablecheck/frontend/pull/113) ([@SimeonC](https://github.com/SimeonC)) +## [7.1.1](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-plugin@7.1.0...@tablecheck/eslint-plugin@7.1.1) (2024-09-02) -#### Authors: 1 -- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) +### Bug Fixes + +* **eslint-plugin:** shortest import sometimes falsely tried to use relative paths ([d30de68](https://github.com/tablecheck/frontend/commit/d30de68a61bfb0d4534522ccd620faed530c33b3)) + ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. # [7.1.0](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-plugin@7.0.0...@tablecheck/eslint-plugin@7.1.0) (2024-07-30) diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 3208793..e365c9b 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": "7.1.0", + "version": "7.1.1", "exports": { ".": { "default": "./dist/index.js"