Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always set exact version when publishing
Theia is using "^1.x.y" in all modules, this causes two problems 1) Since romantic versioning is used within Theia repo, API breakage might be introduced between any version 2) It's harder to build applications using old versions of Theia extensions since if not every needed Theia extension is explicitly stated in dependencies you will likely end up with pulling several parallel versions of @theia/core for example. Due to dependency injection we can not have multiple parallel versions of the same Theia extension module Fixes issue #8879 when publishing next version Contributed by STMicroelectronics Signed-off-by: Niklas DAHLQUIST <niklas.dahlquist@st.com> Signed-off-by: Samuel HULTGREN <samuel.hultgren@st.com>
- Loading branch information