graphql-tag.macro icon indicating copy to clipboard operation
graphql-tag.macro copied to clipboard

Possible mistake on the version number

Open mindsers opened this issue 6 years ago • 7 comments
trafficstars

After new release was published, I tried to update the package but neither yarn nor npm knows the new version.

I looked for the git tags in github but didn't find it. Then I looked at npm's version list and got this:

  • 2.0.1 (2 hours ago)
  • 2.1.0 (8 months ago)

As yarn and npm use/understand semver, they don't see 2.0.1 as a new version after 2.1.0. I think the version number should be 2.1.1.


@zackify Is there a mistake on the version number?

Originally posted by @mindsers in https://github.com/leoasis/graphql-tag.macro/pull/10#issuecomment-523760148

mindsers avatar Aug 22 '19 06:08 mindsers

I wasn’t aware that a 2.1.0 was released and yet the package.json on master said 2.0.0. I’ll have to do a new release tomorrow. Sorry about that. As you can tell this isn’t my repo but I got added as a collaborator a while ago haha

zackify avatar Aug 22 '19 06:08 zackify

No problem! I just write the problem here to be solved at some point and we don't forget about it. 😃

As a workaround until it's solved, we can (force) install the package at the version 2.0.1 specifically.

yarn add [email protected]

mindsers avatar Aug 22 '19 06:08 mindsers

@zackify Hi! Is there anything new about this?

mindsers avatar Sep 04 '19 23:09 mindsers

Happy to get a PR that includes this change! Should be an easy one :)

leoasis avatar Sep 10 '19 15:09 leoasis

Sorry for not replying sooner. I’ve been on vacation with my laptop out of reach or I would have released it already

zackify avatar Sep 10 '19 15:09 zackify

@leoasis a PR for what? It seems the needed code is already on master(#10).

mindsers avatar Sep 10 '19 17:09 mindsers

Hi - same comment here. Any chance this can be pushed out?

pdemarino avatar Nov 19 '19 14:11 pdemarino