Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

fix version specification for ignite plugins #239

Merged

Conversation

ruddell
Copy link
Contributor

@ruddell ruddell commented Jan 4, 2019

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:

  • ignite-dev-screens@2.3.0 which installs an incompatible react-navigation (fixed in v2.4.2).
  • ignite-redux-persist@5.10.0 which doesn't exist. The latest release is actually v1.1.2

This fixes them to install the specified version.

Related to infinitered/ignite#1331

@ruddell
Copy link
Contributor Author

ruddell commented Jan 12, 2019

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 jamonholmgren merged commit ff77558 into infinitered:master Jan 15, 2019
@jamonholmgren
Copy link
Member

Thank you @ruddell !!

infinitered-circleci pushed a commit that referenced this pull request Jan 15, 2019
## [3.0.4](v3.0.3...v3.0.4) (2019-01-15)

### Bug Fixes

* **plugin:** Update version specification for ignite plugins ([#239](#239)) by [@ruddell](https://github.com/ruddell) ([ff77558](ff77558))
@infinitered-circleci
Copy link

🎉 This PR is included in version 3.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ruddell ruddell deleted the fix-ignite-plugin-versions branch January 15, 2019 01:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants