Closed colindekker closed 7 years ago
Thanks for adding cross-platform compatibility @colindekker! I'll test this on the weekend and hopefully cut a new release before Monday. Cheers!
The conflict is in package.json. There seems to be a similar commit with regards to the devdependencies section, i.e. both commits include package upgrades. I suggest keeping the react dependencies dual versioned, i.e. ^15.0.0 || ^16.0.0, the component works with both.
@colindekker @helior any updates?
Thanks for updating your branch @colindekker — Just to share my process, I altered your merge commit to exclude manually bumping the package version. Then after merging your branch back to master I ran npm version patch
to auto-bump the package version and add a corresponding git tag. I think because I didn't produce a merge commit that this PR wasn't auto-closed. But at any rate, THANK YOU!
Changes Unknown when pulling d4b9738513d58caeabf8e8655e3d2a67f3d3df09 on colindekker:master into on helior:master.