Skip to content

Commit

Permalink
Merge pull request #1112 from AttilaMihaly/localdate-extensions
Browse files Browse the repository at this point in the history
Added missing functions to LocalDate.
  • Loading branch information
AttilaMihaly authored Nov 1, 2023
2 parents cedb41f + 3e5640d commit d754162
Show file tree
Hide file tree
Showing 16 changed files with 420 additions and 186 deletions.
2 changes: 1 addition & 1 deletion cli/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"elm/regex": "1.0.0",
"elm/svg": "1.0.1",
"elm/url": "1.0.0",
"elm/time": "1.0.0",
"elm-community/array-extra": "2.6.0",
"elm-community/graph": "6.0.0",
"elm-community/list-extra": "8.7.0",
Expand All @@ -40,7 +41,6 @@
"avh4/elm-fifo": "1.0.4",
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.3",
"elm-community/intdict": "3.0.0",
"miniBill/elm-unicode": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion cli2/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"elm/regex": "1.0.0",
"elm/svg": "1.0.1",
"elm/url": "1.0.0",
"elm/time": "1.0.0",
"elm-community/array-extra": "2.3.0",
"elm-community/graph": "6.0.0",
"elm-community/list-extra": "8.2.3",
Expand All @@ -38,7 +39,6 @@
"avh4/elm-fifo": "1.0.4",
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.2",
"elm-community/intdict": "3.0.0",
"elm-community/json-extra": "4.2.0",
Expand Down
1 change: 0 additions & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"Morphir.SDK.String",
"Morphir.SDK.List",
"Morphir.SDK.LocalDate",
"Morphir.SDK.Month",
"Morphir.SDK.Number",
"Morphir.SDK.Rule",
"Morphir.SDK.Key",
Expand Down
Loading

0 comments on commit d754162

Please sign in to comment.