Releases: timonmasberg/nx-migration-gh-action
v1.1.13
What's Changed
- add --if-exists flag to migrate command by @nikolay-karadzhov in #128
New Contributors
- @nikolay-karadzhov made their first contribution in #128
Full Changelog: v1.1.12...v1.1.13
v1.1.12
Remove legacy peer deps option due to issues with package-lock generation.
Installs packages after migrations with package lock only flag to sync deps.
Full Changelog: v1.1.11...v1.1.12
v1.1.11
Running npm ci before migrating to hopefully fix missing deps issue
Full Changelog: v1.1.10...v1.1.11
v1.1.10
v1.1.9
v1.1.8
Tries to fix double installation of dependencies with correct env flag.
v1.1.7
Fixes package lock fuck-ups by nx by skipping duplicate npm install while running the migrations.
Full Changelog: v1.1.6...v1.1.7
v1.1.6
Removes Release notes from PR body since they include contributor tags now.
v1.1.5
Try running npm i after migrations to fix fucked up package lock due to nx migration scripts.
v1.1.4
Fixes an issue where the package lock was in an inconsistent state due to the NX own npm install routine during migrations. Now, after migrations, npm i --package-lock-only
will run to ensure package-lock is in a correct state.