Skip to content

Commit cf60497

Browse files
author
Github Actions
committed
chore(ngx-deploy-npm): release version 8.0.0
1 parent 3e6a9b0 commit cf60497

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

packages/ngx-deploy-npm/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [8.0.0](https://github.com/bikecoders/ngx-deploy-npm/compare/ngx-deploy-npm-7.1.0...ngx-deploy-npm-8.0.0) (2024-01-19)
6+
7+
### Features
8+
9+
- drop support for Angular workspaces ([#570](https://github.com/bikecoders/ngx-deploy-npm/issues/570)) ([af95f44](https://github.com/bikecoders/ngx-deploy-npm/commit/af95f44f739f485914dcbb5e93f095c2e2225fc1))
10+
- remove internal build process ([#571](https://github.com/bikecoders/ngx-deploy-npm/issues/571)) ([afa228c](https://github.com/bikecoders/ngx-deploy-npm/commit/afa228ceae467c3ffa0247a6a2b20e98d2e637bb))
11+
12+
### BREAKING CHANGES
13+
14+
- - `ngx-deploy-npm:install`: Added `--dist-folder-path` option as
15+
required.
16+
17+
* `ngx-deploy-npm:install`: Drop the option `--projects`, now, each project needs to be specified
18+
independently using `--project`.
19+
* `ngx-deploy-npm:deploy`: `distFolderPath` option is now required.
20+
* `ngx-deploy-npm:deploy`: Remove options `noBuild` and `buildTarget`.
21+
22+
- As an alternative, maintainers suggest migrating your Angular Workspaces to Nx
23+
Workspaces if you want to use this plugin. A stand-alone approach to Nx workspaces is an option that
24+
you should consider. We apologize for any inconvenience this may cause and appreciate your
25+
understanding.
26+
527
# [7.1.0](https://github.com/bikecoders/ngx-deploy-npm/compare/ngx-deploy-npm-7.0.1...ngx-deploy-npm-7.1.0) (2023-11-10)
628

729
### Features

packages/ngx-deploy-npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-deploy-npm",
3-
"version": "7.1.0",
3+
"version": "8.0.0",
44
"description": "Publish your libraries to NPM with just one command",
55
"main": "src/index.js",
66
"generators": "./generators.json",

0 commit comments

Comments
 (0)