Skip to content

Commit 6fb3422

Browse files
committed
Publish
- angular-skyhook-card-list@0.0.2 - angular-skyhook-multi-backend@1.0.3 - angular-skyhook@1.0.3 - examples@1.0.3
1 parent 3f90ada commit 6fb3422

File tree

4 files changed

+14
-20
lines changed

4 files changed

+14
-20
lines changed

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

Lines changed: 5 additions & 7 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.1",
4+
"version": "0.0.2",
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",
@@ -23,8 +23,8 @@
2323
}
2424
},
2525
"peerDependencies": {
26-
"@angular/core": ">= 5.0.0",
2726
"@angular/common": ">= 5.0.0",
27+
"@angular/core": ">= 5.0.0",
2828
"angular-skyhook": "^1.0.0",
2929
"rxjs": ">= 5.5.0"
3030
},
@@ -33,19 +33,17 @@
3333
"build": "node ngp.js",
3434
"prepare": "yarn run clean && yarn run build",
3535
"lint": "tslint --config tslint.json src/**/*.ts",
36-
"docs": "typedoc ./src",
37-
"private__preversion": "yarn run build",
38-
"private__postversion": "yarn publish dist"
36+
"docs": "typedoc ./src"
3937
},
4038
"license": "MIT",
4139
"devDependencies": {
42-
"angular-skyhook": "1.0.0",
4340
"@angular/cli": "6.0.8",
41+
"@angular/common": "^6.0.4",
4442
"@angular/compiler": "^6.0.4",
4543
"@angular/compiler-cli": "^6.0.4",
4644
"@angular/core": "^6.0.4",
47-
"@angular/common": "^6.0.4",
4845
"@angular/language-service": "^6.0.4",
46+
"angular-skyhook": "^1.0.3",
4947
"camelcase": "^4.1.0",
5048
"glob": "^7.1.2",
5149
"ng-packagr": "^3.0.1",

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

Lines changed: 3 additions & 5 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": "0.0.1",
5+
"version": "1.0.3",
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",
@@ -42,18 +42,16 @@
4242
"build": "node ngp.js",
4343
"prepare": "yarn run clean && yarn run build",
4444
"lint": "tslint --config tslint.json src/**/*.ts",
45-
"docs": "typedoc ./src",
46-
"preversion": "yarn run build",
47-
"postversion": "yarn publish dist"
45+
"docs": "typedoc ./src"
4846
},
4947
"license": "MIT",
5048
"devDependencies": {
51-
"angular-skyhook": "1.0.0",
5249
"@angular/cli": "6.0.8",
5350
"@angular/compiler": "^6.0.4",
5451
"@angular/compiler-cli": "^6.0.4",
5552
"@angular/core": "^6.0.4",
5653
"@angular/language-service": "^6.0.4",
54+
"angular-skyhook": "^1.0.3",
5755
"camelcase": "^4.1.0",
5856
"glob": "^7.1.2",
5957
"ng-packagr": "^3.0.1",

packages/angular-skyhook/package.json

Lines changed: 2 additions & 4 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.0",
4+
"version": "1.0.3",
55
"typings": "./dist/angular-skyhook.d.ts",
66
"main": "./dist/bundles/angular-skyhook.umd.js",
77
"module": "./dist/fesm5/angular-skyhook.js",
@@ -38,9 +38,7 @@
3838
"build": "node ngp.js",
3939
"lint": "tslint --config tslint.json src/**/*.ts",
4040
"docs": "typedoc ./src",
41-
"prepare": "yarn run clean && yarn run build",
42-
"preversion": "yarn run build",
43-
"postversion": "yarn publish dist"
41+
"prepare": "yarn run clean && yarn run build"
4442
},
4543
"license": "MIT",
4644
"devDependencies": {

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.0",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -23,12 +23,12 @@
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",
2629
"core-js": "^2.5.4",
2730
"dnd-multi-backend": "^3.1.0",
2831
"faker": "^4.1.0",
29-
"angular-skyhook": "1.0.0",
30-
"angular-skyhook-card-list": "0.0.1",
31-
"angular-skyhook-multi-backend": "0.0.1",
3232
"immutability-helper": "^2.7.0",
3333
"react-dnd-html5-backend": "^2.5.3",
3434
"react-dnd-mouse-backend": "^0.1.1",

0 commit comments

Comments
 (0)