Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chihab committed Aug 19, 2021
1 parent e688717 commit 74f5b81
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
12 changes: 6 additions & 6 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.0.1",
"version": "0.1.3",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -16,25 +16,25 @@
"@angular/platform-browser": "~12.1.0",
"@angular/platform-browser-dynamic": "~12.1.0",
"@angular/router": "~12.1.0",
"@ngx-env/core": "^0.1.3",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4",
"@ngx-env/core": "*"
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.1.4",
"@angular/cli": "~12.1.4",
"@angular/compiler-cli": "~12.1.0",
"@ngx-env/builder": "*",
"@ngx-env/builder": "^0.1.3",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"cross-env": "^7.0.3",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.0.0",
"karma-coverage": "~2.0.3",
"karma-jasmine-html-reporter": "~1.7.0",
"karma-jasmine": "~4.0.0",
"karma": "~6.3.0",
"karma-jasmine-html-reporter": "~1.7.0",
"lerna": "^4.0.0",
"typescript": "~4.3.2"
}
Expand Down
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"packages": ["packages/*", "apps/*"],
"version": "0.1.2",
"packages": [
"packages/*",
"apps/*"
],
"version": "0.1.3",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 4 additions & 4 deletions 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.2",
"version": "0.1.3",
"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 @@ -30,10 +30,10 @@
"test": "echo \"Write some tests dude!\" && exit 0"
},
"dependencies": {
"dotenv": "9.0.2",
"dotenv-expand": "5.1.0",
"@angular-devkit/schematics": "^12.0.0",
"cpy": "^8.1.2",
"@angular-devkit/schematics": "^12.0.0"
"dotenv": "9.0.2",
"dotenv-expand": "5.1.0"
},
"devDependencies": {
"@angular-devkit/schematics-cli": "^12.0.0"
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.2",
"version": "0.1.3",
"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 74f5b81

Please sign in to comment.