Skip to content

Commit 92ba9cd

Browse files
committed
v16.1.3
1 parent e582094 commit 92ba9cd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "16.1.2",
2+
"version": "16.1.3",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-env/builder",
3-
"version": "16.1.2",
3+
"version": "16.1.3",
44
"description": "Easily inject environment variables into your Angular applications",
55
"author": "chihab <chihab@gmail.com>",
66
"homepage": "https://github.com/chihab/ngx-env",
@@ -44,4 +44,4 @@
4444
"peerDpendencies": {
4545
"@angular-devkit/schematics-cli": ">=12.0.0"
4646
}
47-
}
47+
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-env/core",
3-
"version": "16.1.2",
3+
"version": "16.1.3",
44
"description": "Easily inject environment variables into your Angular applications",
55
"author": "chihab <chihab@gmail.com>",
66
"homepage": "https://github.com/chihab/ngx-env",
@@ -28,4 +28,4 @@
2828
"dependencies": {
2929
"tslib": "^2.3.0"
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)