From 670f18166a948b558327b904322739345d3122c1 Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Fri, 7 Nov 2025 12:09:38 -0800 Subject: [PATCH] Remove generated release-notes-data.json from the repo. I will be generated before each build automatically. --- .gitignore | 2 +- release-notes-data.json | 177 ---------------------------------------- 2 files changed, 1 insertion(+), 178 deletions(-) delete mode 100644 release-notes-data.json diff --git a/.gitignore b/.gitignore index f033ab17..8277f490 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ build /src/pages/index.tsx # Generated release notes data -/release-notes-data.json +release-notes-data.json # Misc .DS_Store diff --git a/release-notes-data.json b/release-notes-data.json deleted file mode 100644 index 14136661..00000000 --- a/release-notes-data.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "1": { - "pupName": "Alby", - "versions": [ - "1.3.1", - "1.3.0", - "1.2.0", - "1.1.0" - ] - }, - "2": { - "pupName": "Penny", - "versions": [ - "2.3.1", - "2.3.0", - "2.2.3", - "2.2.2", - "2.2.0", - "2.1.1" - ] - }, - "3": { - "pupName": "Monkey", - "versions": [ - "3.3.0", - "3.2.1", - "3.2.0", - "3.1.5", - "3.1.4", - "3.1.3", - "3.1.2", - "3.1.1", - "3.1.0", - "3.0.0" - ] - }, - "4": { - "pupName": "Tucker", - "versions": [ - "4.7.2", - "4.7.1", - "4.7.0", - "4.6.14", - "4.6.13", - "4.6.12", - "4.6.11", - "4.6.10", - "4.6.9", - "4.6.8", - "4.6.7", - "4.6.6", - "4.6.5", - "4.6.4", - "4.6.3", - "4.6.2", - "4.6.1", - "4.6.0", - "4.5.32", - "4.5.31", - "4.5.30", - "4.5.29", - "4.5.28", - "4.5.27", - "4.5.26", - "4.5.25", - "4.5.24", - "4.5.23", - "4.5.22", - "4.5.21", - "4.5.20", - "4.5.19", - "4.5.18", - "4.5.17", - "4.5.16", - "4.5.15", - "4.5.14", - "4.5.13", - "4.5.12", - "4.5.11", - "4.5.10", - "4.5.9", - "4.5.8", - "4.5.7", - "4.5.6", - "4.5.5", - "4.5.4", - "4.5.3", - "4.5.2", - "4.5.1", - "4.5.0", - "4.4.24", - "4.4.23", - "4.4.22", - "4.4.21", - "4.4.20", - "4.4.19", - "4.4.18", - "4.4.17", - "4.4.16", - "4.4.15", - "4.4.14", - "4.4.13", - "4.4.12", - "4.4.11", - "4.4.10", - "4.4.9", - "4.4.8", - "4.4.7", - "4.4.6", - "4.4.5", - "4.4.4", - "4.4.3", - "4.4.2", - "4.4.1", - "4.4.0", - "4.3.38", - "4.3.37", - "4.3.36", - "4.3.35", - "4.3.34", - "4.3.33", - "4.3.32", - "4.3.31", - "4.3.30", - "4.3.29", - "4.3.28", - "4.3.27", - "4.3.26", - "4.3.25", - "4.3.24", - "4.3.23", - "4.3.22", - "4.3.21", - "4.3.20", - "4.3.19", - "4.3.18", - "4.3.17", - "4.3.16", - "4.3.15", - "4.3.14", - "4.3.13", - "4.3.12", - "4.3.11", - "4.3.10", - "4.3.9", - "4.3.8", - "4.3.7", - "4.3.6", - "4.3.5", - "4.3.4", - "4.3.3", - "4.3.2", - "4.3.1", - "4.3.0", - "4.2.8", - "4.2.7", - "4.2.6", - "4.2.5", - "4.2.4", - "4.2.3", - "4.2.2", - "4.2.1", - "4.2.0", - "4.1.2", - "4.1.1", - "4.1.0", - "4.0.7", - "4.0.6", - "4.0.5", - "4.0.4", - "4.0.3", - "4.0.2", - "4.0.1", - "4.0.0" - ] - } -} \ No newline at end of file