Recently, our daily e2e tests and hybrid tests have been failing, upon investigation, we found the issue is because during the tests the generator doesn't publish the package to local npm registry due to those 3.8.0-dev packages already released on npm. To fix that, we bump the package versions.
Description
Recently, our daily e2e tests and hybrid tests have been failing, upon investigation, we found the issue is because during the tests the generator doesn't publish the package to local npm registry due to those
3.8.0-dev
packages already released on npm. To fix that, we bump the package versions.