Elm 0.19.2 is live!

The links for 0.19.2 are live now, so please give a like or upvote if you see the links going around today. And thank you for giving the binaries a try in the last few weeks! :man_bowing: :heart:

Please let me know if you notice anything weird with any of the links or anything! Here or on Slack in #core-coordination.

74 Likes

So awesome! Great news to start off my week. Congrats on the release. Looking forward to what else you got :slight_smile:

6 Likes

Sorry for being slow, but what is the correct way to change the elm version in elm.json?
If I change it manually, the compiler says I should not do this.

1 Like

The problem might be a dependency that specifies Elm 0.19.1 too specifically. Eg. "elm-version": "0.19.0 <= v < 0.19.2". I inlined the dependency and then it works.

1 Like

Yeah, I guess. GitHub - synalysis/elm-dependencies-analyzer: Analyze the dependencies of your Elm projects. Simply upload elm.json. Β· GitHub shows nothing obvious. I guess I have to trawl through them.

When you find one that disallows 0.19.2, it might be a good idea to create an issue/PR on their Github about fixing that, if it doesn’t exist already.

1 Like