tricknotes / ember-cli-rails

Unify your EmberCLI and Rails Workflows
http://thoughtbot.github.io/ember-cli-rails/
MIT License
713 stars 205 forks source link

Gem version 0.8 but addon still 0.7.1? #477

Closed nruth closed 8 years ago

nruth commented 8 years ago

The readme says:

Be sure that the addon's MAJOR and MINOR version matches the gem's MAJOR and MINOR versions.

For instance, if you're using the 0.6.x version of the gem, specify ~> 0.6.0 in your Ember app's package.json:

But the latest addon version https://github.com/rondale-sc/ember-cli-rails-addon is 0.7.1. Are there breaking changes?

vovimayhem commented 8 years ago

Got the same problem...

seanpdoyle commented 8 years ago

Thanks for opening this issue!

Could you try again?

This commit should resolve this issue.

seanpdoyle commented 8 years ago

Considering this closed, as ember-cli-rails-addon@0.8.0 was released on August 15th.

nruth commented 7 years ago

This is current again with the gem being 0.9 or 0.10 but the ember addon still 0.8. Is it something that can be written around in the readme or are the matching versions worth keeping & we just need a no-op version bump pr on the addon?

seanpdoyle commented 7 years ago

I've published 0.10.0 to the NPM registry, along with some older versions.

Unfortunately, due to my incompetence with the npm publish and npm unpublish command, versions for 0.8.7 and 0.9.0 are missing and cannot be re-published.

nruth commented 7 years ago

Hey Sean, thanks for doing that.

I don't personally need 0.8.7 or 0.9.0 but I guess putting an 0.8.8 and 0.9.1 out (with no changes) could help people who wanted to pin to those. May not be worth the extra work though.