Skip to content

Commit 98d1970

Browse files
authored
Add Remix 1.11
1 parent 46516c4 commit 98d1970

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/components_guide_web/components/dev_calendar_component.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ defmodule ComponentsGuideWeb.DevCalendarComponent do
358358
react_query4: %{release: {2022, 7, 18}},
359359
nextjs13: %{release: {2022, 10, 26}},
360360
nextjs13_1: %{release: {2022, 12, 23}},
361+
remix1_11: %{release: {2023, 1, 19}},
361362
remix1_12: %{release: {2023, 1, 31}}
362363
}
363364

@@ -478,6 +479,7 @@ defmodule ComponentsGuideWeb.DevCalendarComponent do
478479
react_query4: "https://tanstack.com/blog/announcing-tanstack-query-v4",
479480
nextjs13: "https://nextjs.org/blog/next-13",
480481
nextjs13_1: "https://nextjs.org/blog/next-13-1",
482+
remix1_11: "https://github.com/remix-run/remix/releases/tag/[email protected]",
481483
remix1_12: "https://github.com/remix-run/remix/releases/tag/[email protected]",
482484
firefox99: "https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/99",
483485
firefox100: "https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/100",

0 commit comments

Comments
 (0)