You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently every package has its own version number. We decided to release on GitHub with a protected tag v* and use the same version in all NPM packages to avoid confusion and enforce consistency.
add the version number to a VERSION file in the root directory and use a variable in all places where the version is used
Currently every package has its own version number. We decided to release on GitHub with a protected tag
v*and use the same version in all NPM packages to avoid confusion and enforce consistency.