zalmoxisus / redux-devtools-extension

Redux DevTools extension.
MIT License
13.5k stars 1.01k forks source link

Release version deviates from npm version #583

Open kanufy opened 5 years ago

kanufy commented 5 years ago

Hello. Thanks for your nice tools!

I have one questions. In your releases note , latest version is 2.15.5 at 26th Nov. I updated redux-devtools-extension latest by yarn and 2.13.6 fell down. refs: https://www.npmjs.com/package/redux-devtools-extension But its ver. is not exist in this repository.

Both chrome web store , and mozilla addon were dependent on about 2.15.* version.

image

I am confused this version notation. https://github.com/zalmoxisus/redux-devtools-extension/commit/ede072e8f27901971460acf5f0a061b3cec36dc5

Please tell me why this release version deviates from npm version.

Thanks.

zalmoxisus commented 5 years ago

Hey. Yes, 2.15.x is Chrome/Firefox browser extension version, which we add in the releases tags, while npm package is just a helper to include the enhancer (doesn't include browser extension itself) and is not released together. We'll move it outside when moving to the monorepo to avoid the confusion.