Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - angular-skyhook-card-list@0.0.5
 - angular-skyhook-multi-backend@1.0.6
 - angular-skyhook@1.0.6
 - examples@1.0.6
  • Loading branch information
cormacrelf committed Jun 19, 2018
1 parent d2556be commit c59758c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
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.4",
"version": "0.0.5",
"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.5",
"angular-skyhook": "^1.0.6",
"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.5",
"version": "1.0.6",
"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.5",
"angular-skyhook": "^1.0.6",
"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.5",
"version": "1.0.6",
"typings": "./dist/angular-skyhook.d.ts",
"main": "./dist/bundles/angular-skyhook.umd.js",
"module": "./dist/fesm5/angular-skyhook.js",
Expand Down
12 changes: 6 additions & 6 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand All @@ -23,14 +23,14 @@
"@angular/platform-browser": "^6.0.4",
"@angular/platform-browser-dynamic": "^6.0.4",
"@angular/router": "^6.0.4",
"angular-skyhook": "^1.0.5",
"angular-skyhook-card-list": "^0.0.4",
"angular-skyhook-multi-backend": "^1.0.5",
"react-dnd-test-backend": "^4.0.0",
"angular-skyhook": "^1.0.6",
"angular-skyhook-card-list": "^0.0.5",
"angular-skyhook-multi-backend": "^1.0.6",
"core-js": "^2.5.4",
"faker": "^4.1.0",
"immutability-helper": "^2.7.0",
"react-dnd-mouse-backend": "^0.1.1",
"react-dnd-test-backend": "^4.0.0",
"rxjs": "^6.2.0",
"zone.js": "^0.8.26"
},
Expand Down Expand Up @@ -59,4 +59,4 @@
"tslint": "~5.9.1",
"typescript": "~2.7.2"
}
}
}

0 comments on commit c59758c

Please sign in to comment.