File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
lib/components_guide_web/controllers Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -75,14 +75,17 @@ defmodule ComponentsGuideWeb.CalendarController do
7575 links = % {
7676 chrome99: "https://developer.chrome.com/blog/new-in-chrome-99/" ,
7777 chrome100: "https://developer.chrome.com/blog/new-in-chrome-100/" ,
78+ chrome101: "https://developer.chrome.com/blog/new-in-chrome-101/" ,
7879 deno1_20: "https://deno.com/blog/v1.20" ,
7980 react18: "https://reactjs.org/blog/2022/03/29/react-v18.html" ,
8081 firefox99: "https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/99" ,
82+ firefox100: "https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/100" ,
8183 swift5_6: "https://www.swift.org/blog/swift-5.6-released/" ,
8284 safari15_4: "https://webkit.org/blog/12445/new-webkit-features-in-safari-15-4/" ,
8385 go1_18: "https://go.dev/doc/go1.18" ,
8486 nodejs18: "https://nodejs.org/en/blog/announcements/v18-release-announce/" ,
8587 deno1_21: "https://deno.com/blog/v1.21" ,
88+ deno1_22: "https://deno.com/blog/v1.22" ,
8689 jest28: "https://jestjs.io/blog/2022/04/25/jest-28"
8790 }
8891
You can’t perform that action at this time.
0 commit comments