Skip to content

Commit 6413dbd

Browse files
committed
build: bump version to 18.1.0
1 parent a7705ef commit 6413dbd

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

libs/ddd/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@angular-architects/ddd",
3-
"version": "18.0.1",
3+
"version": "18.1.0",
44
"license": "MIT",
55
"author": "Manfred Steyer",
6-
"description": "Nx plugin for structuring a monorepo with domains and layers",
6+
"description": "Nx plugin for structuring a monorepo with domain driven design",
77
"repository": {
88
"type": "github",
99
"url": "https://github.com/angular-architects/nx-ddd-plugin"
@@ -13,10 +13,12 @@
1313
"npm": ">=9",
1414
"yarn": "^1.22.17"
1515
},
16+
"optionalDependencies": {
17+
"@ngrx/schematics": "^18.0.0"
18+
},
1619
"peerDependencies": {
1720
"@angular/core": "^18.0.0",
18-
"@ngrx/schematics": "^18.0.0",
19-
"@nx/angular": ">=19.1.0 <20.0.0"
21+
"@nx/angular": ">=20.0.0"
2022
},
2123
"main": "src/index.js",
2224
"schematics": "./collection.json",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"start": "nx serve",
88
"build": "nx build",
99
"test": "nx test",
10+
"reset": "rm -rf node_modules && rm package-lock.json && npm i",
1011
"build-pack": "nx b ddd && npm pack dist/libs/ddd"
1112
},
1213
"private": true,

0 commit comments

Comments
 (0)