Skip to content

Commit 46516c4

Browse files
authored
Add Remix 1.12
1 parent 34936e4 commit 46516c4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lib/components_guide_web/components/dev_calendar_component.ex

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ defmodule ComponentsGuideWeb.DevCalendarComponent do
150150
<<"rust" <> version>> -> "Rust #{pretty_version(version)}"
151151
<<"react_query" <> version>> -> "React Query #{pretty_version(version)}"
152152
<<"react" <> version>> -> "React #{pretty_version(version)}"
153+
<<"remix" <> version>> -> "Remix #{pretty_version(version)}"
153154
<<"jest" <> version>> -> "Jest #{pretty_version(version)}"
154155
<<"aws_lambda_nodejs" <> version>> -> "AWS Lambda Node.js #{pretty_version(version)}"
155156
<<"ios" <> version>> -> "iOS #{pretty_version(version)}"
@@ -199,6 +200,9 @@ defmodule ComponentsGuideWeb.DevCalendarComponent do
199200

200201
<<"react" <> _>> ->
201202
"https://cdn.jsdelivr.net/npm/simple-icons@v6/icons/react.svg"
203+
204+
<<"remix" <> _>> ->
205+
"https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/remix.svg"
202206

203207
<<"jest" <> _>> ->
204208
"https://cdn.jsdelivr.net/npm/simple-icons@v6/icons/jest.svg"
@@ -353,7 +357,8 @@ defmodule ComponentsGuideWeb.DevCalendarComponent do
353357
react18: %{release: {2022, 3, 29}},
354358
react_query4: %{release: {2022, 7, 18}},
355359
nextjs13: %{release: {2022, 10, 26}},
356-
nextjs13_1: %{release: {2022, 12, 23}}
360+
nextjs13_1: %{release: {2022, 12, 23}},
361+
remix1_12: %{release: {2023, 1, 31}}
357362
}
358363

359364
jest = %{
@@ -473,6 +478,7 @@ defmodule ComponentsGuideWeb.DevCalendarComponent do
473478
react_query4: "https://tanstack.com/blog/announcing-tanstack-query-v4",
474479
nextjs13: "https://nextjs.org/blog/next-13",
475480
nextjs13_1: "https://nextjs.org/blog/next-13-1",
481+
remix1_12: "https://github.com/remix-run/remix/releases/tag/[email protected]",
476482
firefox99: "https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/99",
477483
firefox100: "https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/100",
478484
firefox101: "https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/101",

0 commit comments

Comments
 (0)