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
75
75
links = % {
76
76
chrome99: "https://developer.chrome.com/blog/new-in-chrome-99/" ,
77
77
chrome100: "https://developer.chrome.com/blog/new-in-chrome-100/" ,
78
+ chrome101: "https://developer.chrome.com/blog/new-in-chrome-101/" ,
78
79
deno1_20: "https://deno.com/blog/v1.20" ,
79
80
react18: "https://reactjs.org/blog/2022/03/29/react-v18.html" ,
80
81
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" ,
81
83
swift5_6: "https://www.swift.org/blog/swift-5.6-released/" ,
82
84
safari15_4: "https://webkit.org/blog/12445/new-webkit-features-in-safari-15-4/" ,
83
85
go1_18: "https://go.dev/doc/go1.18" ,
84
86
nodejs18: "https://nodejs.org/en/blog/announcements/v18-release-announce/" ,
85
87
deno1_21: "https://deno.com/blog/v1.21" ,
88
+ deno1_22: "https://deno.com/blog/v1.22" ,
86
89
jest28: "https://jestjs.io/blog/2022/04/25/jest-28"
87
90
}
88
91
You can’t perform that action at this time.
0 commit comments