renatorib / react-powerplug

:electric_plug: Renderless Containers
https://renatorib.github.io/react-powerplug
MIT License
2.68k stars 101 forks source link

Latest should not point to a release candidate #173

Closed stam closed 5 years ago

stam commented 6 years ago

yarn info react-powerplug lists:

{ name:
   'react-powerplug',
  description:
   'Give life to your dumb components',
  'dist-tags':
   { next:
      '1.0.0-rc.0',
     latest:
      '1.0.0-rc.1' },
...etc

It is weird that next > latest. Also, latest should point to a stable release. It should be:

'dist-tags': { latest '0.1.6', rc: '1.0.0-rc.1' }
renatorib commented 6 years ago

I don't know much about tags. @TrySound can you help?

TrySound commented 6 years ago

@stam You are right. My fault. @renatorib tag release is npm version patch && npm publish --next. We need to publish new versions.

stam commented 6 years ago

Is there anything I can do to help with this?

TrySound commented 6 years ago

@stam We are gonna publish 1.0 soon.

renatorib commented 5 years ago

now latest is 1.0.0 thanks and sorry for the delay