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

Bower install PolymerLabs/more-routing is getting an old version of more-routing #71

Open
cheonhyangzhang opened this issue Sep 15, 2015 · 1 comment

Comments

@cheonhyangzhang
Copy link

I was using bower install PolymerLabs/more-routing to get it set up in my Polymer project. But it seems I was getting an old version. In bower.json, it actually says version 1.0.0 so it should be latest.

{
  "name": "more-routing",
  "version": "1.0.0",
  "authors": [
    "The Polymer Authors"
  ],

But in the more-route-selector.html file, it says:

<dom-module id="more-route-selector">
  <template>
    <more-route-selection
        id="selection"
        routes="[[routes]]"
        on-more-route-change="_onMoreRouteChange">
    </more-route-selection>
    <content></content>
  </template>
</dom-module>

But when I look into the repo, it says:

<dom-module id="more-route-selector">
  <template>
    <more-route-selection
        id="selection"
        routes="[[routes]]"
        selected-route="{{selectedRoute}}"
        selected-index="{{selectedIndex}}"
        selected-path="{{selectedPath}}"
        selected-params="{{selectedParams}}"
        on-more-route-change="_onMoreRouteChange">
    </more-route-selection>
    <content></content>
  </template>
</dom-module>
@nverba
Copy link

nverba commented Nov 11, 2015

This is correct, the master branch is ahead of the latest tagged release (v1.0.0), Bower installs are based on tagged releases.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants