From 0b1007f66003c9ed18f6d21149999bd6a4a7a27f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sun, 24 Nov 2024 19:27:49 -0500 Subject: [PATCH 1/2] feat: add placeholder event for January 2025 --- app/data/events.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/data/events.json b/app/data/events.json index ee1f415..abb69a5 100644 --- a/app/data/events.json +++ b/app/data/events.json @@ -1,4 +1,11 @@ [ + { + "date": "2025-01-16T18:00:00.000-04:00", + "link": "https://www.eventbrite.com/e/boston-ts-club-new-year-new-type-tickets-1086018734269", + "location": "Microsoft NERD Center", + "time": "5:30pm - 8:30pm", + "topics": [] + }, { "date": "2024-11-19T18:00:00.000-04:00", "link": "https://www.eventbrite.com/e/boston-ts-club-viii-thankful-for-type-safety-tickets-1057575128679", From 899bef3e5d1e03797799f4303bd3e8a33b3fff0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Wed, 27 Nov 2024 03:03:06 -0500 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20add=20Josh's=20talk=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/data/events.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/data/events.json b/app/data/events.json index abb69a5..f457725 100644 --- a/app/data/events.json +++ b/app/data/events.json @@ -4,7 +4,15 @@ "link": "https://www.eventbrite.com/e/boston-ts-club-new-year-new-type-tickets-1086018734269", "location": "Microsoft NERD Center", "time": "5:30pm - 8:30pm", - "topics": [] + "topics": [ + { + "author": { + "name": "Josh Goldberg", + "url": "https://joshuakgoldberg.com/" + }, + "title": "What's New in TypeScript 5.7" + } + ] }, { "date": "2024-11-19T18:00:00.000-04:00",