I need https://clojars.org/cljsjs/react-bootstrap 0.30.2 to be released
any idea when this will happen, anything I can do to speed this up?
@jasonjckn: Cljsjs depends on contributions through PR's for updates; so create a PR and it will get merged in a few days
@juhoteperi: does the PR just need the +lib-version+ updated? or do I generate some files as well and include that in the PR
It depends on the library, looking at the changelog for react-bootstrap 0.30.0 it looks like the API has some small changes so it would be a good idea to generate the externs
docs on generating externs ?
The extern file itself has documentation on how it was generated: https://github.com/cljsjs/packages/blob/33097b3526f97238567d8ec956132667ee97eced/react-bootstrap/resources/cljsjs/react-bootstrap/common/react-bootstrap.ext.js
k thanks
Phew, I took some beers but I think I finally found a way to properly cache all Maven dependencies needed during deployment in CircleCI
@juhoteperi: https://github.com/cljsjs/packages/pull/695 done
@jasonjckn: Thanks, merged.
@juhoteperi: wicked, when can I expect the binary to be available?
CI process should take about 2 minutes
perfect