From bc000cfe5b0ca7570c1d251ce26cf23ab88ff702 Mon Sep 17 00:00:00 2001 From: Matthew Griffith Date: Mon, 11 Mar 2024 18:37:00 -0400 Subject: [PATCH] Bump elm code to 4.5 --- cli/templates/Elm.json.ts | 2 +- cli/templates/ElmCodeGen.json.ts | 2 +- elm.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/templates/Elm.json.ts b/cli/templates/Elm.json.ts index 95f84c53..0444ff4e 100644 --- a/cli/templates/Elm.json.ts +++ b/cli/templates/Elm.json.ts @@ -11,7 +11,7 @@ export default () => ` "elm/core": "1.0.5", "elm/html": "1.0.0", "elm/json": "1.1.3", - "mdgriffith/elm-codegen": "4.4.1" + "mdgriffith/elm-codegen": "4.5.0" }, "indirect": { "elm/parser": "1.1.0", diff --git a/cli/templates/ElmCodeGen.json.ts b/cli/templates/ElmCodeGen.json.ts index 2eb65186..2b0dd754 100644 --- a/cli/templates/ElmCodeGen.json.ts +++ b/cli/templates/ElmCodeGen.json.ts @@ -1,6 +1,6 @@ export default () => ` { - "elm-codegen-version": "0.3.0", + "elm-codegen-version": "0.5.2", "codegen-helpers": { "packages": {}, "local": [] diff --git a/elm.json b/elm.json index 78d5c4c1..f2d88a30 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "mdgriffith/elm-codegen", "summary": "A code generation library for Elm", "license": "BSD-3-Clause", - "version": "4.1.1", + "version": "4.2.0", "exposed-modules": [ "Elm", "Elm.Op",