Hi, I’d like to use https://github.com/cljsjs/packages/tree/master/react but with version 16.3.2
Can I trigger a build of cljsjs somehow?
@escherize Generally by sending PR, but in React's case it is enough to mention to me that there is new release available.
happy days
Thanks @juhoteperi. Can you explain what the -0's on the end of the version number mean here?
@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.
Thanks @juhoteperi