Skip to content

Commit

Permalink
Merge pull request #291 from PennyDreadfulMTG/foundations
Browse files Browse the repository at this point in the history
  • Loading branch information
glacials authored Oct 4, 2024
2 parents fb896b1 + 05e1495 commit 348b146
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
14 changes: 12 additions & 2 deletions web/api/internal.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 348b146

Please sign in to comment.