Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chihab committed Aug 20, 2021
1 parent a49c448 commit 3dc3ba7
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": "0.1.4",
"version": "0.1.5",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -16,7 +16,7 @@
"@angular/platform-browser": "~12.1.0",
"@angular/platform-browser-dynamic": "~12.1.0",
"@angular/router": "~12.1.0",
"@ngx-env/core": "^0.1.3",
"@ngx-env/core": "^0.1.5",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
Expand All @@ -25,7 +25,7 @@
"@angular-devkit/build-angular": "~12.1.4",
"@angular/cli": "~12.1.4",
"@angular/compiler-cli": "~12.1.0",
"@ngx-env/builder": "^0.1.3",
"@ngx-env/builder": "^0.1.5",
"@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": "0.1.4",
"version": "0.1.5",
"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": "0.1.4",
"version": "0.1.5",
"description": "Easily inject environment variables into your Angular applications",
"author": "chihab <chihab@gmail.com>",
"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": "0.1.4",
"version": "0.1.5",
"description": "Easily inject environment variables into your Angular applications",
"author": "chihab <chihab@gmail.com>",
"homepage": "https://github.com/chihab/ngx-env",
Expand Down

0 comments on commit 3dc3ba7

Please sign in to comment.