Releases: bikecoders/ngx-deploy-npm
Releases · bikecoders/ngx-deploy-npm
ngx-deploy-npm-8.1.0
ngx-deploy-npm-8.0.1
What's Changed
Build
- build: 📦 dependency @jscutlery/semver to v4.2.0 by @renovate in #563
- build: 📦 commitlint monorepo to v17.8.1 by @renovate in #573
- build: 📦 commitlint monorepo to v18 (major) by @renovate in #575
- chore: update nx dependencies and configuration files by @dianjuar in #576
- build: 📦 casperwa/push-protected action to v2.15.0 by @renovate in #562
- build: 📦 actions/setup-node action to v4 by @renovate in #577
- ci: fix next linter workflow by @dianjuar in #578
- build: 📦 actions/checkout action to v4 by @renovate in #579
- build: 📦 dependency @types/node to v18.19.8 by @renovate in #582
- ci: implement github releases on deployment by @dianjuar in #583
Full Changelog: ngx-deploy-npm-8.0.0...ngx-deploy-npm-8.0.1
ngx-deploy-npm-8.0.0
8.0.0 (2024-01-19)
Features
BREAKING CHANGES
-
ngx-deploy-npm:install
: Added--dist-folder-path
option as
required.
ngx-deploy-npm:install
: Drop the option--projects
, now, each project needs to be specified
independently using--project
.ngx-deploy-npm:deploy
:distFolderPath
option is now required.ngx-deploy-npm:deploy
: Remove optionsnoBuild
andbuildTarget
.
- As an alternative, maintainers suggest migrating your Angular Workspaces to Nx
Workspaces if you want to use this plugin. A stand-alone approach to Nx workspaces is an option that
you should consider. We apologize for any inconvenience this may cause and appreciate your
understanding.