-
Notifications
You must be signed in to change notification settings - Fork 641
Conversation
Thanks! |
updated example app to use middleware
could you put this on npm with a @next tag or something please? |
BTW, this merged into the middleware branch, not master. I'll fix that up now. |
@jlongster Apologies, I was referring to the middleware branch f15c977 that was merged, it still hasn't undergone a version bump right? |
Not yet, it's too new to do a version bump. We should let it sit on master for at least a few days to make sure nothing is seriously broken. We also need to update docs, etc |
@jlongster Could maybe use (Never tried this myself, though) |
Yep with a dist-tag. So we can try it without having to build it for each project |
I can do that. I'm really scared I'm going to accidentally publish 2.0.0 though! I did this:
It seemed to work... now do I run |
The docs for |
As far as I can tell, you don't actually need to run |
As far as I know |
Yep, that's what I meant by "later" (i.e. when 2.0.0 is ready to be moved from But either way, to be entirely sure (given the bad docs), this should do it:
|
@jlongster I think something didn't work $ npm info redux-simple-router
{ name: 'redux-simple-router',
description: 'Ruthlessly simple bindings to keep react-router and redux in sync',
'dist-tags': { latest: '1.0.2', next: '2.0.0' },
versions:
[ '0.0.6',
'0.0.7',
'0.0.8',
'0.0.9',
'0.0.10',
'1.0.0',
'1.0.1',
'1.0.2' ], $ npm install redux-simple-router@next
npm ERR! No compatible version found: redux-simple-router@next
npm ERR! Valid install targets:
npm ERR! ["1.0.2","1.0.1","1.0.0","0.0.10","0.0.9","0.0.8","0.0.7","0.0.6"]
npm ERR! Same for You definitely need to run |
@revgum Assume master will always have breaking changes. I don't know why you would expect otherwise. You don't want It seems like people are happy with this new version, so we should release 2.0.0 soon. I was off work last week so I didn't finish publishing the |
Ok, I got |
thanks :) |
Cool! Thanks! I'm totally into what you've built, greatly appreciated! |
This branches off #141 to update the example app