Skip to content

Commit 0bd1ae1

Browse files
committed
Publish
- angular-skyhook-card-list@0.0.3 - angular-skyhook-multi-backend@1.0.4 - angular-skyhook@1.0.4 - examples@1.0.4
1 parent 6511e2c commit 0bd1ae1

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.2",
4+
"version": "0.0.3",
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.3",
46+
"angular-skyhook": "^1.0.4",
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.3",
5+
"version": "1.0.4",
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.3",
55+
"angular-skyhook": "^1.0.4",
5656
"camelcase": "^4.1.0",
5757
"glob": "^7.1.2",
5858
"ng-packagr": "^3.0.1",

packages/angular-skyhook/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",
33
"private": false,
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"typings": "./dist/angular-skyhook.d.ts",
66
"main": "./dist/bundles/angular-skyhook.umd.js",
77
"module": "./dist/fesm5/angular-skyhook.js",
@@ -47,8 +47,8 @@
4747
"@angular/compiler-cli": "^6.0.4",
4848
"@angular/core": "^6.0.4",
4949
"@angular/language-service": "^6.0.4",
50-
"camelcase": "^4.1.0",
5150
"@compodoc/compodoc": "^1.1.3",
51+
"camelcase": "^4.1.0",
5252
"glob": "^7.1.2",
5353
"ng-packagr": "^3.0.1",
5454
"path": "^0.12.7",

packages/examples/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
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.3",
27-
"angular-skyhook-card-list": "^0.0.2",
28-
"angular-skyhook-multi-backend": "^1.0.3",
26+
"angular-skyhook": "^1.0.4",
27+
"angular-skyhook-card-list": "^0.0.3",
28+
"angular-skyhook-multi-backend": "^1.0.4",
2929
"core-js": "^2.5.4",
3030
"faker": "^4.1.0",
3131
"immutability-helper": "^2.7.0",
@@ -58,4 +58,4 @@
5858
"tslint": "~5.9.1",
5959
"typescript": "~2.7.2"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)