Skip to content

Commit 9646308

Browse files
committed
Publish
- angular-skyhook-card-list@0.0.4 - angular-skyhook-multi-backend@1.0.5 - angular-skyhook@1.0.5 - examples@1.0.5
1 parent 6bab95c commit 9646308

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

packages/angular-skyhook-card-list/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-skyhook-card-list",
33
"private": true,
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"typings": "./dist/angular-skyhook-card-list.d.ts",
66
"main": "./dist/bundles/angular-skyhook-card-list.umd.js",
77
"module": "./dist/fesm5/angular-skyhook-card-list.js",
@@ -43,7 +43,7 @@
4343
"@angular/compiler-cli": "^6.0.4",
4444
"@angular/core": "^6.0.4",
4545
"@angular/language-service": "^6.0.4",
46-
"angular-skyhook": "^1.0.4",
46+
"angular-skyhook": "^1.0.5",
4747
"camelcase": "^4.1.0",
4848
"glob": "^7.1.2",
4949
"ng-packagr": "^3.0.1",

packages/angular-skyhook-multi-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "angular-skyhook-multi-backend",
44
"private": false,
5-
"version": "1.0.4",
5+
"version": "1.0.5",
66
"typings": "./dist/angular-skyhook-multi-backend.d.ts",
77
"main": "./dist/bundles/angular-skyhook-multi-backend.umd.js",
88
"module": "./dist/fesm5/angular-skyhook-multi-backend.js",
@@ -52,7 +52,7 @@
5252
"@angular/core": "^6.0.4",
5353
"@angular/language-service": "^6.0.4",
5454
"@compodoc/compodoc": "^1.1.3",
55-
"angular-skyhook": "^1.0.4",
55+
"angular-skyhook": "^1.0.5",
5656
"camelcase": "^4.1.0",
5757
"glob": "^7.1.2",
5858
"ng-packagr": "^3.0.1",

packages/angular-skyhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-skyhook",
33
"private": false,
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"typings": "./dist/angular-skyhook.d.ts",
66
"main": "./dist/bundles/angular-skyhook.umd.js",
77
"module": "./dist/fesm5/angular-skyhook.js",

packages/examples/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -23,9 +23,9 @@
2323
"@angular/platform-browser": "^6.0.4",
2424
"@angular/platform-browser-dynamic": "^6.0.4",
2525
"@angular/router": "^6.0.4",
26-
"angular-skyhook": "^1.0.4",
27-
"angular-skyhook-card-list": "^0.0.3",
28-
"angular-skyhook-multi-backend": "^1.0.4",
26+
"angular-skyhook": "^1.0.5",
27+
"angular-skyhook-card-list": "^0.0.4",
28+
"angular-skyhook-multi-backend": "^1.0.5",
2929
"core-js": "^2.5.4",
3030
"faker": "^4.1.0",
3131
"immutability-helper": "^2.7.0",

0 commit comments

Comments
 (0)