Skip to content

Commit

Permalink
v16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chihab committed Jun 4, 2023
1 parent 092dea7 commit a90a64c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "16.0.2",
"version": "16.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-env/builder",
"version": "16.0.2",
"version": "16.1.0",
"description": "Easily inject environment variables into your Angular applications",
"author": "chihab <chihab@gmail.com>",
"homepage": "https://github.com/chihab/ngx-env",
Expand Down Expand Up @@ -44,4 +44,4 @@
"peerDpendencies": {
"@angular-devkit/schematics-cli": ">=12.0.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-env/core",
"version": "16.0.0",
"version": "16.1.0",
"description": "Easily inject environment variables into your Angular applications",
"author": "chihab <chihab@gmail.com>",
"homepage": "https://github.com/chihab/ngx-env",
Expand Down Expand Up @@ -28,4 +28,4 @@
"dependencies": {
"tslib": "^2.3.0"
}
}
}

0 comments on commit a90a64c

Please sign in to comment.