Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - angular-skyhook-card-list@0.0.3
 - angular-skyhook-multi-backend@1.0.4
 - angular-skyhook@1.0.4
 - examples@1.0.4
  • Loading branch information
cormacrelf committed Jun 18, 2018
1 parent 6511e2c commit 0bd1ae1
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.2",
"version": "0.0.3",
"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.3",
"angular-skyhook": "^1.0.4",
"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.3",
"version": "1.0.4",
"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.3",
"angular-skyhook": "^1.0.4",
"camelcase": "^4.1.0",
"glob": "^7.1.2",
"ng-packagr": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "1.0.4",
"typings": "./dist/angular-skyhook.d.ts",
"main": "./dist/bundles/angular-skyhook.umd.js",
"module": "./dist/fesm5/angular-skyhook.js",
Expand Down Expand Up @@ -47,8 +47,8 @@
"@angular/compiler-cli": "^6.0.4",
"@angular/core": "^6.0.4",
"@angular/language-service": "^6.0.4",
"camelcase": "^4.1.0",
"@compodoc/compodoc": "^1.1.3",
"camelcase": "^4.1.0",
"glob": "^7.1.2",
"ng-packagr": "^3.0.1",
"path": "^0.12.7",
Expand Down
10 changes: 5 additions & 5 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "1.0.3",
"version": "1.0.4",
"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.3",
"angular-skyhook-card-list": "^0.0.2",
"angular-skyhook-multi-backend": "^1.0.3",
"angular-skyhook": "^1.0.4",
"angular-skyhook-card-list": "^0.0.3",
"angular-skyhook-multi-backend": "^1.0.4",
"core-js": "^2.5.4",
"faker": "^4.1.0",
"immutability-helper": "^2.7.0",
Expand Down Expand Up @@ -58,4 +58,4 @@
"tslint": "~5.9.1",
"typescript": "~2.7.2"
}
}
}

0 comments on commit 0bd1ae1

Please sign in to comment.