diff --git a/src/data/live-streams.tsx b/src/data/live-streams.tsx index a1f2d48158..444b86851f 100644 --- a/src/data/live-streams.tsx +++ b/src/data/live-streams.tsx @@ -1,4 +1,20 @@ const liveStreams = [ + { + title: 'It\'s time to talk Playwright with the clock API', + description: '', + id: '263x99Oe1g4', + year: '2024', + host: 'Playwright Live', + speakers: ["Debbie O'Brien", "Ben Fellows"] + }, + { + title: 'Comunidad de Playwright, última versión y más', + description: '', + id: 'WOBbNW-MApw', + year: '2024', + host: 'Playwright Live Spanish', + speakers: ["Debbie O'Brien", "Carlos Gauto"] + }, { title: 'Community, latest release and more', description: '', diff --git a/src/data/release-videos.tsx b/src/data/release-videos.tsx index ad66a17594..0f6f264879 100644 --- a/src/data/release-videos.tsx +++ b/src/data/release-videos.tsx @@ -1,4 +1,9 @@ const releaseVideos = [ + { + version: '1.45', + id: "54_aC-rVKHg", + highlights: ['Clock API', 'directory uploads', 'ControlOrMeta+modifier'], + }, { version: '1.44', id: "avjSahFWdCI",