Polymer / polymer-starter-kit

A starting point for Polymer apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release numbering tie to Polymer version?

kaceo opened this issue · comments

I notice the current releases of Polymer Starter Kit is 3.2 but not upgraded to Polymer 3.0 architecture. Is there plan to tie the major release numbering so that there is less confusion?

Hm I am not sure. @abdonrd @robdodson any thoughts on this? If we want to comply with semver, Polymer 3 will have a PSK 4 version.

My thought is to comply the semver, not the Polymer versions. So...

  • PSK ^1.0.0 is built in Polymer v1 with gulp tasks.
  • PSK ^2.0.0 is built in Polymer v1 with Polymer CLI.
  • PSK ^3.0.0 is built in Polymer v2 (keeping Polymer CLI).
  • PSK ^4.0.0 is very likely to be built in Polymer v3, since there is nothing special thought for that version..