Skip to content

Commit 12709ff

Browse files
author
Github Actions
committed
chore(ngx-deploy-npm): release version 5.0.0
1 parent c210bfb commit 12709ff

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/ngx-deploy-npm/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
# [5.0.0](https://github.com/bikecoders/ngx-deploy-npm/compare/v4.3.11...v5.0.0) (2023-02-04)
6+
7+
### Features
8+
9+
- widen peer dependency on @nrwl/devkit ([#473](https://github.com/bikecoders/ngx-deploy-npm/issues/473)) ([c210bfb](https://github.com/bikecoders/ngx-deploy-npm/commit/c210bfbbd08b07e4ecd90a0e029c166f729b3d70))
10+
11+
### BREAKING CHANGES
12+
13+
- Using peerDependencies with npm < 7 may result in unexpected results. Use
14+
--legacy-peer-deps if needed.
15+
516
## [4.3.11](https://github.com/bikecoders/ngx-deploy-npm/compare/v4.3.10...v4.3.11) (2023-01-26)
617

718
## [4.3.10](https://github.com/bikecoders/ngx-deploy-npm/compare/v4.3.9...v4.3.10) (2022-12-06)

packages/ngx-deploy-npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-deploy-npm",
3-
"version": "4.3.11",
3+
"version": "5.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)