Skip to content

Commit c59758c

Browse files
committed
Publish
- angular-skyhook-card-list@0.0.5 - angular-skyhook-multi-backend@1.0.6 - angular-skyhook@1.0.6 - examples@1.0.6
1 parent d2556be commit c59758c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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.4",
4+
"version": "0.0.5",
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.5",
46+
"angular-skyhook": "^1.0.6",
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.5",
5+
"version": "1.0.6",
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.5",
55+
"angular-skyhook": "^1.0.6",
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.5",
4+
"version": "1.0.6",
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -23,14 +23,14 @@
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.5",
27-
"angular-skyhook-card-list": "^0.0.4",
28-
"angular-skyhook-multi-backend": "^1.0.5",
29-
"react-dnd-test-backend": "^4.0.0",
26+
"angular-skyhook": "^1.0.6",
27+
"angular-skyhook-card-list": "^0.0.5",
28+
"angular-skyhook-multi-backend": "^1.0.6",
3029
"core-js": "^2.5.4",
3130
"faker": "^4.1.0",
3231
"immutability-helper": "^2.7.0",
3332
"react-dnd-mouse-backend": "^0.1.1",
33+
"react-dnd-test-backend": "^4.0.0",
3434
"rxjs": "^6.2.0",
3535
"zone.js": "^0.8.26"
3636
},
@@ -59,4 +59,4 @@
5959
"tslint": "~5.9.1",
6060
"typescript": "~2.7.2"
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)