Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacrelf committed Jun 21, 2018
1 parent 4984dc3 commit 90a2fbc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"lerna": "2.11.0",
"version": "independent",
"version": "1.0.7",
"npmClient": "yarn",
"useWorkspaces": true,
"skipNpm": true,
"packages": [
"packages/*skyhook*"
]
}
}
4 changes: 2 additions & 2 deletions packages/angular-skyhook-card-list/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-skyhook-card-list",
"private": true,
"version": "0.0.5",
"version": "1.0.7",
"typings": "./dist/angular-skyhook-card-list.d.ts",
"main": "./dist/bundles/angular-skyhook-card-list.umd.js",
"module": "./dist/fesm5/angular-skyhook-card-list.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@angular/compiler-cli": "^6.0.4",
"@angular/core": "^6.0.4",
"@angular/language-service": "^6.0.4",
"angular-skyhook": "^1.0.6",
"angular-skyhook": "^1.0.7",
"camelcase": "^4.1.0",
"glob": "^7.1.2",
"ng-packagr": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-skyhook-multi-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "angular-skyhook-multi-backend",
"private": false,
"version": "1.0.6",
"version": "1.0.7",
"typings": "./dist/angular-skyhook-multi-backend.d.ts",
"main": "./dist/bundles/angular-skyhook-multi-backend.umd.js",
"module": "./dist/fesm5/angular-skyhook-multi-backend.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@angular/core": "^6.0.4",
"@angular/language-service": "^6.0.4",
"@compodoc/compodoc": "^1.1.3",
"angular-skyhook": "^1.0.6",
"angular-skyhook": "^1.0.7",
"camelcase": "^4.1.0",
"glob": "^7.1.2",
"ng-packagr": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-skyhook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-skyhook",
"private": false,
"version": "1.0.6",
"version": "1.0.7",
"typings": "./dist/angular-skyhook.d.ts",
"main": "./dist/bundles/angular-skyhook.umd.js",
"module": "./dist/fesm5/angular-skyhook.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "1.0.6",
"version": "1.0.7",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand All @@ -23,9 +23,9 @@
"@angular/platform-browser": "^6.0.4",
"@angular/platform-browser-dynamic": "^6.0.4",
"@angular/router": "^6.0.4",
"angular-skyhook": "^1.0.6",
"angular-skyhook-card-list": "^0.0.5",
"angular-skyhook-multi-backend": "^1.0.6",
"angular-skyhook": "^1.0.7",
"angular-skyhook-card-list": "^1.0.7",
"angular-skyhook-multi-backend": "^1.0.7",
"core-js": "^2.5.4",
"faker": "^4.1.0",
"immutability-helper": "^2.7.0",
Expand Down

0 comments on commit 90a2fbc

Please sign in to comment.