Skip to content

Commit 8ae6dfc

Browse files
committed
chore(lil-gui): update packagejson and release json
1 parent 271af07 commit 8ae6dfc

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

packages/ngx-lil-gui/.release-it.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
},
4949
"hooks": {
5050
"before:bump": "pnpm exec nx build ngx-lil-gui",
51-
"after:bump": "git checkout -- package.json"
51+
"after:bump": [
52+
"git checkout -- package.json",
53+
"git checkout -- package-lock.json"
54+
]
5255
}
5356
}

packages/ngx-lil-gui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-lil-gui",
3-
"version": "2.1.0",
3+
"version": "0.0.0-replace",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -21,8 +21,8 @@
2121
"license": "MIT",
2222
"description": "Lil-GUI wrapper for Angular",
2323
"peerDependencies": {
24-
"@angular/common": "^14.0.0",
25-
"@angular/core": "^14.0.0"
24+
"@angular/common": "^14.0.0 || ^15.0.0",
25+
"@angular/core": "^14.0.0 || ^15.0.0"
2626
},
2727
"dependencies": {
2828
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)