infinitered / ignite-andross

The original React Native boilerplate from Infinite Red - Redux, React Navigation, & more
https://infinite.red/ignite
MIT License
475 stars 151 forks source link

fix version specification for ignite plugins #239

Closed ruddell closed 5 years ago

ruddell commented 5 years ago

Ignite was recently updated to allow version specifications, which caused Andross to install the specified versions of plugins rather than the latest.

This specifically affects:

This fixes them to install the specified version.

Related to https://github.com/infinitered/ignite/pull/1331

ruddell commented 5 years ago

Before:

✔ added ignite-andross in 39.77s
✔ added ignite-vector-icons in 16.84s
✔ added ignite-i18n in 14.2s
✔ added ignite-animatable in 12.81s
✖ ignite-redux-persist is not available on npm.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  We also searched in these directories:

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
✔ added ignite-standard in 39.17s

After:

✔ added ignite-andross in 50.86s
✔ added ignite-redux-persist in 57.99s
✔ added ignite-standard in 61.98s
jamonholmgren commented 5 years ago

Thank you @ruddell !!

infinitered-circleci commented 5 years ago

:tada: This PR is included in version 3.0.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: