visionmedia / page.js

Micro client-side router inspired by the Express router
http://visionmedia.github.com/page.js
7.67k stars 687 forks source link

v1.8.5 is actually v1.8.3 #476

Closed cecilia-sanare closed 6 years ago

cecilia-sanare commented 6 years ago

Description

It looks like an older version of page.js was published to NPM.

A quick way of validating this is to either pull down the package from NPM or look at the source via unpkg.

The change in question that I'm looking for is @dthorne's fix for page.js within shadow dom (#469).

cecilia-sanare commented 6 years ago

Upon further inspection it looks like v1.8.5 on cdnjs is using an old version of page.js as well.

cecilia-sanare commented 6 years ago

I stand corrected even further, it looks like v1.8.5 doesn't even have the latest version of the code built on GitHub.

So v1.8.5 is literally the same as v1.8.3 (since that's the last time page.js was built) on every platform.

matthewp commented 6 years ago

Weird, I'm releasing a new version anyways.

matthewp commented 6 years ago

I just released 1.8.6....