Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacrelf committed Jun 19, 2018
1 parent 6bab95c commit 9646308
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.3",
"version": "0.0.4",
"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.4",
"angular-skyhook": "^1.0.5",
"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.4",
"version": "1.0.5",
"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.4",
"angular-skyhook": "^1.0.5",
"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.4",
"version": "1.0.5",
"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.4",
"version": "1.0.5",
"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.4",
"angular-skyhook-card-list": "^0.0.3",
"angular-skyhook-multi-backend": "^1.0.4",
"angular-skyhook": "^1.0.5",
"angular-skyhook-card-list": "^0.0.4",
"angular-skyhook-multi-backend": "^1.0.5",
"core-js": "^2.5.4",
"faker": "^4.1.0",
"immutability-helper": "^2.7.0",
Expand Down

0 comments on commit 9646308

Please sign in to comment.