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
When I install the package with yarn add graphql-tag --save --exact I get v2.11.0.
I run yarn upgrade-interactive it tells me there's a more recent version v2.12.1.
I upgrade it and run yarn upgrade-interactive again, it shows me the option to downgrade to v2.11.0
Intended outcome: Not really sure... I guess v2.12.1 should be the latest release?
graphql-tag is the only package I use that displays this behavior so I don't think it's a problem with yarn.
v2.12.x has (accidentally) been released with the tag next. That's why it isn't fetched on yarn add graphql-tag. The Apollo team needs to change v2.12.x's tag to latest.
I struggled a bit to find a good title for the issue... but I created a test repo for it test repo: https://github.com/alves-omedetaro/test-repo-graphql-tag/tree/main
When I install the package with
yarn add graphql-tag --save --exact
I getv2.11.0
.I run
yarn upgrade-interactive
it tells me there's a more recent versionv2.12.1
.I upgrade it and run
yarn upgrade-interactive
again, it shows me the option to downgrade tov2.11.0
Intended outcome: Not really sure... I guess v2.12.1 should be the latest release?
graphql-tag is the only package I use that displays this behavior so I don't think it's a problem with yarn.
test repo: https://github.com/alves-omedetaro/test-repo-graphql-tag/tree/main
Thanks
The text was updated successfully, but these errors were encountered: