From 59e956f3d9207607318532e6c284039777312fb4 Mon Sep 17 00:00:00 2001 From: Thomas David Baker Date: Fri, 4 Oct 2024 14:28:50 -0700 Subject: [PATCH 1/2] Update contributing instructions for accuracy --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82ceba09..f4518b51 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ If you're looking to add, remove, or edit a set, you'll want to change [`api/internal.json`][api-internal] then run ```sh -npm prepare +npm run prepare ``` to regenerate each API version. This file is the source of truth for set information, From 05e1495ea3842932e73b38d8423302013841bd38 Mon Sep 17 00:00:00 2001 From: Thomas David Baker Date: Fri, 4 Oct 2024 14:29:08 -0700 Subject: [PATCH 2/2] Add foundations, add exact enter date and temporary name for Death Race --- web/api/internal.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/web/api/internal.json b/web/api/internal.json index 4f4ce0f8..e6a59e80 100644 --- a/web/api/internal.json +++ b/web/api/internal.json @@ -368,11 +368,21 @@ "rough_exit_date": "Q4 2027" }, { - "name": null, + "name": "Magic: the Gathering Foundations", + "codename": null, + "block": null, + "code": "FDN", + "enter_date": "2024-11-15T00:00:00.000", + "rough_enter_date": "Q4 2024", + "exit_date": null, + "rough_exit_date": "Q4 2029" + }, + { + "name": "\"Death Race\"", "codename": "Tennis", "block": null, "code": null, - "enter_date": null, + "enter_date": "2025-02-07T00:00:00.000", "rough_enter_date": "Q1 2025", "exit_date": null, "rough_exit_date": "Q4 2027"