Skip to content

Commit

Permalink
v15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chihab committed Jan 6, 2023
1 parent 9582e3d commit 126c5b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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": "15.0.0",
"version": "15.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -17,7 +17,7 @@
"@angular/platform-browser": "~15.0.1",
"@angular/platform-browser-dynamic": "~15.0.1",
"@angular/router": "~15.0.1",
"@ngx-env/core": "^15.0.0",
"@ngx-env/core": "^15.0.1",
"rxjs": "~7.5.1",
"tslib": "^2.4.0",
"zone.js": "~0.11.4"
Expand All @@ -26,7 +26,7 @@
"@angular-devkit/build-angular": "~15.0.1",
"@angular/cli": "~15.0.1",
"@angular/compiler-cli": "~15.0.1",
"@ngx-env/builder": "^15.0.0",
"@ngx-env/builder": "^15.0.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": "15.0.0",
"version": "15.0.1",
"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": "15.0.0",
"version": "15.0.1",
"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 @@ -35,8 +35,8 @@
"dotenv-expand": "5.1.0"
},
"devDependencies": {
"cpy": "^8.1.2",
"@angular-devkit/schematics-cli": "^14.0.0",
"cpy": "^8.1.2",
"ts-node": "^10.8.0"
},
"peerDpendencies": {
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": "15.0.0",
"version": "15.0.1",
"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 126c5b2

Please sign in to comment.