Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c.otmani committed Jun 9, 2022
1 parent 747e187 commit bb26d84
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apps/ngx-env-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-env/demo",
"version": "2.1.0",
"version": "2.1.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -17,7 +17,7 @@
"@angular/platform-browser": "~14.0.0",
"@angular/platform-browser-dynamic": "~14.0.0",
"@angular/router": "~14.0.0",
"@ngx-env/core": "^2.1.0",
"@ngx-env/core": "^2.1.1",
"rxjs": "~7.5.1",
"tslib": "^2.4.0",
"zone.js": "~0.11.4"
Expand All @@ -26,7 +26,7 @@
"@angular-devkit/build-angular": "~14.0.0",
"@angular/cli": "~14.0.0",
"@angular/compiler-cli": "~14.0.0",
"@ngx-env/builder": "^2.1.0",
"@ngx-env/builder": "^2.1.1",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"apps/*"
],
"version": "2.1.0",
"version": "2.1.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-env/builder",
"version": "2.1.0",
"version": "2.1.1",
"description": "Easily inject environment variables into your Angular applications",
"author": "chihab <[email protected]>",
"homepage": "https://github.com/chihab/ngx-env",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-env/core",
"version": "2.1.0",
"version": "2.1.1",
"description": "Easily inject environment variables into your Angular applications",
"author": "chihab <[email protected]>",
"homepage": "https://github.com/chihab/ngx-env",
Expand Down

0 comments on commit bb26d84

Please sign in to comment.