Fork me on GitHub
#cljsjs
<
2018-04-24
>
escherize19:04:12

Hi, I’d like to use https://github.com/cljsjs/packages/tree/master/react but with version 16.3.2

escherize19:04:24

Can I trigger a build of cljsjs somehow?

juhoteperi19:04:37

@escherize Generally by sending PR, but in React's case it is enough to mention to me that there is new release available.

upside_down_parrot 8
escherize20:04:18

Thanks @juhoteperi. Can you explain what the -0's on the end of the version number mean here?

juhoteperi21:04:02

@escherize It is Cljsjs build identifier. If we need to change externs or otherwise fix the packaging script, that would be incremented. Like React 16.3.0-1 and 16.3.0-0, first has a externs fix.