From 73cb0a73cdde23f8d354b2be5a68d345515b4b3f Mon Sep 17 00:00:00 2001 From: adjsky Date: Thu, 31 Oct 2024 18:47:30 +0000 Subject: [PATCH 1/2] chore: update versions --- Releases.md | 9 +++++++++ core/deno.json | 10 +++++----- eslint-plugin/deno.json | 22 +++++++++++----------- 3 files changed, 25 insertions(+), 16 deletions(-) create mode 100644 Releases.md diff --git a/Releases.md b/Releases.md new file mode 100644 index 0000000..bd90ba4 --- /dev/null +++ b/Releases.md @@ -0,0 +1,9 @@ +### 2024.10.31 + +#### @resulto/core 1.4.1 (patch) + +- chore(*): clean up + +#### @resulto/eslint-plugin 2.1.1 (patch) + +- chore(*): clean up diff --git a/core/deno.json b/core/deno.json index b3bd236..66249d4 100644 --- a/core/deno.json +++ b/core/deno.json @@ -1,7 +1,7 @@ { - "name": "@resulto/core", - "version": "1.4.0", - "exports": { - ".": "./mod.ts" - } + "name": "@resulto/core", + "version": "1.4.1", + "exports": { + ".": "./mod.ts" + } } diff --git a/eslint-plugin/deno.json b/eslint-plugin/deno.json index 2b0fd88..57d7ec0 100644 --- a/eslint-plugin/deno.json +++ b/eslint-plugin/deno.json @@ -1,13 +1,13 @@ { - "name": "@resulto/eslint-plugin", - "version": "2.1.0", - "exports": { - ".": "./mod.ts" - }, - "imports": { - "@typescript-eslint/parser": "npm:@typescript-eslint/parser@^8.12.2", - "@typescript-eslint/rule-tester": "npm:@typescript-eslint/rule-tester@^8.12.2", - "@typescript-eslint/utils": "npm:@typescript-eslint/utils@^8.12.2", - "typescript": "npm:typescript@^5.6.3" - } + "name": "@resulto/eslint-plugin", + "version": "2.1.1", + "exports": { + ".": "./mod.ts" + }, + "imports": { + "@typescript-eslint/parser": "npm:@typescript-eslint/parser@^8.12.2", + "@typescript-eslint/rule-tester": "npm:@typescript-eslint/rule-tester@^8.12.2", + "@typescript-eslint/utils": "npm:@typescript-eslint/utils@^8.12.2", + "typescript": "npm:typescript@^5.6.3" + } } From c8ba8b4e5c190771aff08f015b3f6855bc033d36 Mon Sep 17 00:00:00 2001 From: adjsky Date: Thu, 31 Oct 2024 21:52:03 +0300 Subject: [PATCH 2/2] fmt --- core/deno.json | 10 +++++----- eslint-plugin/deno.json | 22 +++++++++++----------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/core/deno.json b/core/deno.json index 66249d4..72aed3e 100644 --- a/core/deno.json +++ b/core/deno.json @@ -1,7 +1,7 @@ { - "name": "@resulto/core", - "version": "1.4.1", - "exports": { - ".": "./mod.ts" - } + "name": "@resulto/core", + "version": "1.4.1", + "exports": { + ".": "./mod.ts" + } } diff --git a/eslint-plugin/deno.json b/eslint-plugin/deno.json index 57d7ec0..661775a 100644 --- a/eslint-plugin/deno.json +++ b/eslint-plugin/deno.json @@ -1,13 +1,13 @@ { - "name": "@resulto/eslint-plugin", - "version": "2.1.1", - "exports": { - ".": "./mod.ts" - }, - "imports": { - "@typescript-eslint/parser": "npm:@typescript-eslint/parser@^8.12.2", - "@typescript-eslint/rule-tester": "npm:@typescript-eslint/rule-tester@^8.12.2", - "@typescript-eslint/utils": "npm:@typescript-eslint/utils@^8.12.2", - "typescript": "npm:typescript@^5.6.3" - } + "name": "@resulto/eslint-plugin", + "version": "2.1.1", + "exports": { + ".": "./mod.ts" + }, + "imports": { + "@typescript-eslint/parser": "npm:@typescript-eslint/parser@^8.12.2", + "@typescript-eslint/rule-tester": "npm:@typescript-eslint/rule-tester@^8.12.2", + "@typescript-eslint/utils": "npm:@typescript-eslint/utils@^8.12.2", + "typescript": "npm:typescript@^5.6.3" + } }