Skip to content

Commit c03ccf9

Browse files
author
ngx-deploy-npm Bot
committed
chore(ngx-deploy-npm): release version 9.0.0
1 parent 647d6c9 commit c03ccf9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/ngx-deploy-npm/CHANGELOG.md

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

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

5+
# [9.0.0](https://github.com/bikecoders/ngx-deploy-npm/compare/ngx-deploy-npm-8.4.0...ngx-deploy-npm-9.0.0) (2025-08-24)
6+
7+
### Bug Fixes
8+
9+
- adapt install generator to libraries without project.json ([#714](https://github.com/bikecoders/ngx-deploy-npm/issues/714)) ([647d6c9](https://github.com/bikecoders/ngx-deploy-npm/commit/647d6c96a814c32d239a084ef02cd1778e4365de))
10+
11+
### Features
12+
13+
- add support to nx v21 ([#701](https://github.com/bikecoders/ngx-deploy-npm/issues/701)) ([bc68b7e](https://github.com/bikecoders/ngx-deploy-npm/commit/bc68b7e3f049a44d6a0afd2ff3c4e7ad15e9f31b))
14+
15+
### BREAKING CHANGES
16+
17+
- drop support for Nx 16, 17 and 18
18+
519
# [8.4.0](https://github.com/bikecoders/ngx-deploy-npm/compare/ngx-deploy-npm-8.3.1...ngx-deploy-npm-8.4.0) (2024-12-17)
620

721
### Features

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": "8.4.0",
3+
"version": "9.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)