From d9cf43ce4ad400f7fd75c100f999d57121657d84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 May 2024 16:05:35 +0000 Subject: [PATCH] Version Packages --- .changeset/healthy-countries-jump.md | 5 ----- .changeset/spicy-cooks-begin.md | 5 ----- packages/eslint-config/CHANGELOG.md | 8 ++++++++ packages/eslint-config/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/healthy-countries-jump.md delete mode 100644 .changeset/spicy-cooks-begin.md diff --git a/.changeset/healthy-countries-jump.md b/.changeset/healthy-countries-jump.md deleted file mode 100644 index 9f65aa98..00000000 --- a/.changeset/healthy-countries-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@virtual-live-lab/eslint-config": patch ---- - -Enable tseslint/strict-boolean-expressions diff --git a/.changeset/spicy-cooks-begin.md b/.changeset/spicy-cooks-begin.md deleted file mode 100644 index 8873cd06..00000000 --- a/.changeset/spicy-cooks-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@virtual-live-lab/eslint-config": patch ---- - -Ignore sort object rule with new line diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 6a9f74a6..306e600f 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @virtual-live-lab/eslint-config +## 2.0.2 + +### Patch Changes + +- [#102](https://github.com/VirtualLiveLab/js-config/pull/102) [`d8fb332`](https://github.com/VirtualLiveLab/js-config/commit/d8fb3326dbd815f545d4d15819e9735e55a1fc61) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Enable tseslint/strict-boolean-expressions + +- [#104](https://github.com/VirtualLiveLab/js-config/pull/104) [`95fed8f`](https://github.com/VirtualLiveLab/js-config/commit/95fed8f90b57e77c83d595df3125296d0e92b969) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Ignore sort object rule with new line + ## 2.0.1 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 71aaac8d..5ef8e24b 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-live-lab/eslint-config", - "version": "2.0.1", + "version": "2.0.2", "description": "ESLint configuration for Virtual Live Lab", "main": "./dist/index.mjs", "module": "./dist/index.mjs",