You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/links.json
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -505,6 +505,11 @@
505
505
"icon": "keepachangelog",
506
506
"color": "#E05735"
507
507
},
508
+
{
509
+
"title": "Semver",
510
+
"url": "https://semver.org",
511
+
"description": "A detailed description of the versioning schema \"MAJOR.MINOR.PATCH\"."
512
+
},
508
513
{
509
514
"title": "Gitmoji",
510
515
"url": "https://gitmoji.carloscuesta.me",
@@ -689,7 +694,7 @@
689
694
"title": "Angular",
690
695
"url": "https://angular.io",
691
696
"icon": "angular",
692
-
"color": "#DD0031"
697
+
"color": "#0F0F11"
693
698
},
694
699
{
695
700
"title": "Lit",
@@ -872,6 +877,13 @@
872
877
"icon": "lodash",
873
878
"color": "#3492ff"
874
879
},
880
+
{
881
+
"title": "date-fns",
882
+
"url": "https://date-fns.org",
883
+
"description": "date-fns provides the most comprehensive, yet simple and consistent toolset for manipulating JavaScript dates in a browser & Node.js.",
0 commit comments