Skip to content

Releases: bikecoders/ngx-deploy-npm

ngx-deploy-npm-8.0.1

30 Jan 16:32
b8b14c3
Compare
Choose a tag to compare

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

19 Jan 16:35
Compare
Choose a tag to compare

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 options noBuild and buildTarget.
  • 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.

ngx-deploy-npm-7.1.0

10 Nov 15:05
Compare
Choose a tag to compare

7.1.0 (2023-11-10)

Features

ngx-deploy-npm-7.0.1

21 Aug 22:36
Compare
Choose a tag to compare

7.0.1 (2023-08-12)

Bug Fixes

  • set the right peerDependency on ngx-deploy-npm's package.json (#536) (6765f4c)