elm-explorations / test

Write unit and fuzz tests for Elm code.
https://package.elm-lang.org/packages/elm-explorations/test/latest
BSD 3-Clause "New" or "Revised" License
236 stars 40 forks source link

V2 not published #206

Closed stoeffel closed 1 year ago

stoeffel commented 1 year ago

Is it possible that we only bumped the change log and version in the repo, but didn't actually release the new version?

Came here because I read the changelog on node-test-runner https://github.com/rtfeldman/node-test-runner/blob/master/CHANGELOG.md#0191-revision10---2022-10-11

Janiczek commented 1 year ago

@stoeffel Do you see some signs of the version not being released?

I've ran the elm publish commands and I can use 2.0.1 in my Elm code without a problem.

The package site also lists the two new versions:

Screenshot 2022-10-13 at 13 53 17

Screenshot 2022-10-13 at 13 53 22

The master branch here has 2.0.1 in elm.json and in the CHANGELOG...

I'm slightly confused what the issue is 😅

stoeffel commented 1 year ago

oh weird. I don't see 2.0.0 on the package site Screenshot 2022-10-13 at 14 25 13

Janiczek commented 1 year ago

Might need to clear your browser cache or just refresh to see it? We've had one mention of this ^ on the Elm Slack today as well.

Janiczek commented 1 year ago

https://github.com/elm/package.elm-lang.org/issues/279