angle icon indicating copy to clipboard operation
angle copied to clipboard

{{ aframeVersion }} is pulling 0.6.0 instead of most recent build

Open jshaw opened this issue 7 years ago • 3 comments

Hey! Working on a new component and noticed that while using the angle initcomponent command the version that it is being used in the READEME.md, examples/basic/index.html etc is 0.6.0 instead of the most recent version. At the time of me logging this the most recent version is 0.7.1.

Cheers,

jshaw avatar Nov 06 '17 18:11 jshaw

Hello, I installed angle via npm install angle and have the same issue as OP. Even though I have 0.7.1 installed, npm is creating scenes with version 0.6.0.

technotherion avatar Feb 11 '18 04:02 technotherion

Seems to be because this repo is pulling version 0.6.0 of the aframe-registry. Maybe pulling from unpkg would be best?

donmccurdy avatar Feb 11 '18 06:02 donmccurdy

Appears to be fixed in 0.8.2.

dsinni avatar Jul 23 '18 18:07 dsinni