This one is quite simple: use a rollup plugin to set the correct version from package.json into the component code.
Note that the version currently in the javascript is 3.3.0, yet our latest release is actually 3.4.0, which neatly highlights the problem this PR addresses - people are fallible ðŸ¤
FYI @ColinEberhardt - I hope this is what you meant!
This one is quite simple: use a rollup plugin to set the correct version from
package.json
into the component code.Note that the version currently in the javascript is 3.3.0, yet our latest release is actually 3.4.0, which neatly highlights the problem this PR addresses - people are fallible ðŸ¤
FYI @ColinEberhardt - I hope this is what you meant!
Resolves #26