File tree Expand file tree Collapse file tree 16 files changed +78
-18
lines changed
apollo-angular-cache-ngrx
apollo-angular-link-http-batch
apollo-angular-link-http-common
apollo-angular-link-persisted Expand file tree Collapse file tree 16 files changed +78
-18
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### vNext
4
4
5
+ ### v1.9.0
6
+
7
+ - Support Angular 10
8
+
5
9
### v1.8.0
6
10
7
11
- Bump version ranges for GraphQL and Apollo Link
Original file line number Diff line number Diff line change 10
10
"main" : " build/bundles/ngApolloBoost.umd.js" ,
11
11
"module" : " build/fesm5/ngApolloBoost.js" ,
12
12
"typings" : " build/ngApolloBoost.d.ts" ,
13
- "version" : " 1.8 .0" ,
13
+ "version" : " 1.9 .0" ,
14
14
"repository" : {
15
15
"type" : " git" ,
16
16
"url" : " https://github.com/kamilkisiela/apollo-angular" ,
33
33
"@angular/core" : " ^6.1.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
34
34
},
35
35
"dependencies" : {
36
- "apollo-angular" : " ~1.9.1 " ,
37
- "apollo-angular-link-http" : " ~1.10 .0" ,
36
+ "apollo-angular" : " ~1.10.0 " ,
37
+ "apollo-angular-link-http" : " ~1.11 .0" ,
38
38
"apollo-cache-inmemory" : " ~1.6.0" ,
39
39
"apollo-client" : " ^2.6.0" ,
40
40
"apollo-link" : " ~1.2.14" ,
61
61
"ts-jest" : " 26.1.1" ,
62
62
"typescript" : " 3.9.6" ,
63
63
"zone.js" : " 0.10.3"
64
+ },
65
+ "publishConfig" :{
66
+ "access" : " public" ,
67
+ "registry" :" https://registry.npmjs.org"
64
68
}
65
69
}
Original file line number Diff line number Diff line change 27
27
"xbuild" : " ng-packagr -p ng-package.js" ,
28
28
"xtest" : " yarn test-only" ,
29
29
"test-only" : " jest --config jest.config.js" ,
30
- "deploy" : " yarn build && npm publish build " ,
31
- "deploy:next" : " yarn build && npm publish build --tag next "
30
+ "deploy" : " exit 0 " ,
31
+ "deploy:next" : " exit 0 "
32
32
},
33
33
"peerDependencies" : {
34
34
"@angular/core" : " ^6.1.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0" ,
Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ### vNext
4
+
5
+ ### v1.9.0
6
+
7
+ - Support Angular 10
8
+
3
9
### v1.5.0
4
10
5
11
- Bump version ranges for GraphQL and Apollo Link
Original file line number Diff line number Diff line change 11
11
"main" : " build/bundles/ngApolloLinkHeaders.umd.js" ,
12
12
"module" : " build/fesm5/ngApolloLinkHeaders.js" ,
13
13
"typings" : " build/ngApolloLinkHeaders.d.ts" ,
14
- "version" : " 1.5 .0" ,
14
+ "version" : " 1.6 .0" ,
15
15
"repository" : {
16
16
"type" : " git" ,
17
17
"url" : " https://github.com/kamilkisiela/apollo-angular" ,
47
47
"ng-packagr" : " 10.0.0" ,
48
48
"ts-jest" : " 26.1.1" ,
49
49
"typescript" : " 3.9.6"
50
+ },
51
+ "publishConfig" :{
52
+ "access" : " public" ,
53
+ "registry" :" https://registry.npmjs.org"
50
54
}
51
55
}
Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ### vNext
4
+
5
+ ### v1.9.0
6
+
7
+ - Support Angular 10
8
+
3
9
### v1.8.0
4
10
5
11
- Bump version ranges for GraphQL and Apollo Link
Original file line number Diff line number Diff line change 11
11
"main" : " build/bundles/ngApolloLinkHttpBatch.umd.js" ,
12
12
"module" : " build/fesm5/ngApolloLinkHttpBatch.js" ,
13
13
"typings" : " build/ngApolloLinkHttpBatch.d.ts" ,
14
- "version" : " 1.8 .0" ,
14
+ "version" : " 1.9 .0" ,
15
15
"repository" : {
16
16
"type" : " git" ,
17
17
"url" : " https://github.com/kamilkisiela/apollo-angular" ,
35
35
"graphql" : " >=0.11.0 <0.14.0 || ^14.0.0 || ^15.0.0"
36
36
},
37
37
"dependencies" : {
38
- "apollo-angular-link-http-common" : " ~1.9 .0" ,
38
+ "apollo-angular-link-http-common" : " ~1.10 .0" ,
39
39
"apollo-link" : " ^1.0.0" ,
40
40
"apollo-link-batch" : " ^1.1.2" ,
41
41
"tslib" : " ^2.0.0"
61
61
"ts-jest" : " 26.1.1" ,
62
62
"typescript" : " 3.9.6" ,
63
63
"zone.js" : " 0.10.3"
64
+ },
65
+ "publishConfig" :{
66
+ "access" : " public" ,
67
+ "registry" :" https://registry.npmjs.org"
64
68
}
65
69
}
Original file line number Diff line number Diff line change 2
2
3
3
### vNEXT
4
4
5
+ ### v1.10.0
6
+
7
+ - Support Angular 10
8
+
5
9
### v1.9.0
6
10
7
11
- Bump version ranges for GraphQL and Apollo Link
Original file line number Diff line number Diff line change 11
11
"main" : " build/bundles/ngApolloLinkHttpCommon.umd.js" ,
12
12
"module" : " build/fesm5/ngApolloLinkHttpCommon.js" ,
13
13
"typings" : " build/ngApolloLinkHttpCommon.d.ts" ,
14
- "version" : " 1.9 .0" ,
14
+ "version" : " 1.10 .0" ,
15
15
"repository" : {
16
16
"type" : " git" ,
17
17
"url" : " https://github.com/kamilkisiela/apollo-angular" ,
60
60
"ts-jest" : " 26.1.1" ,
61
61
"typescript" : " 3.9.6" ,
62
62
"zone.js" : " 0.10.3"
63
+ },
64
+ "publishConfig" :{
65
+ "access" : " public" ,
66
+ "registry" :" https://registry.npmjs.org"
63
67
}
64
68
}
Original file line number Diff line number Diff line change 2
2
3
3
### vNEXT
4
4
5
+ ### v1.11.0
6
+
7
+ - Support Angular 10
8
+
5
9
### v1.10.0
6
10
7
11
- Bump version ranges for GraphQL and Apollo Link
Original file line number Diff line number Diff line change 11
11
"main" : " build/bundles/ngApolloLinkHttp.umd.js" ,
12
12
"module" : " build/fesm5/ngApolloLinkHttp.js" ,
13
13
"typings" : " build/ngApolloLinkHttp.d.ts" ,
14
- "version" : " 1.10 .0" ,
14
+ "version" : " 1.11 .0" ,
15
15
"repository" : {
16
16
"type" : " git" ,
17
17
"url" : " https://github.com/kamilkisiela/apollo-angular" ,
36
36
"graphql" : " >=0.11.0 <0.14.0 || ^14.0.0 || ^15.0.0"
37
37
},
38
38
"dependencies" : {
39
- "apollo-angular-link-http-common" : " ~1.9 .0" ,
39
+ "apollo-angular-link-http-common" : " ~1.10 .0" ,
40
40
"extract-files" : " 6.0.0" ,
41
41
"tslib" : " ^2.0.0"
42
42
},
50
50
"@angular/platform-browser-dynamic" : " 10.0.2" ,
51
51
"@angular/platform-server" : " 10.0.2" ,
52
52
"@types/jest" : " 26.0.4" ,
53
- "apollo-angular" : " 1.9.1 " ,
53
+ "apollo-angular" : " 1.10.0 " ,
54
54
"apollo-cache-inmemory" : " 1.6.6" ,
55
55
"apollo-client" : " 2.6.10" ,
56
56
"apollo-link" : " 1.2.14" ,
63
63
"ts-jest" : " 26.1.1" ,
64
64
"typescript" : " 3.9.6" ,
65
65
"zone.js" : " 0.10.3"
66
+ },
67
+ "publishConfig" :{
68
+ "access" : " public" ,
69
+ "registry" :" https://registry.npmjs.org"
66
70
}
67
71
}
Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
- ## vNext
3
+ ### vNext
4
+
5
+ ### v1.3.0
6
+
7
+ - Support Angular 10
4
8
5
9
### v1.2.0
6
10
Original file line number Diff line number Diff line change 11
11
"main" : " build/bundles/ngApolloLinkPersisted.umd.js" ,
12
12
"module" : " build/fesm5/ngApolloLinkPersisted.js" ,
13
13
"typings" : " build/ngApolloLinkPersisted.d.ts" ,
14
- "version" : " 1.2 .0" ,
14
+ "version" : " 1.3 .0" ,
15
15
"repository" : {
16
16
"type" : " git" ,
17
17
"url" : " https://github.com/kamilkisiela/apollo-angular" ,
46
46
"ng-packagr" : " 10.0.0" ,
47
47
"ts-jest" : " 26.1.1" ,
48
48
"typescript" : " 3.9.6"
49
+ },
50
+ "publishConfig" :{
51
+ "access" : " public" ,
52
+ "registry" :" https://registry.npmjs.org"
49
53
}
50
54
}
Original file line number Diff line number Diff line change 2
2
3
3
### vNext
4
4
5
+ ### v1.10.0
6
+
7
+ - Support Angular 10
8
+
5
9
### v1.9.1
6
10
7
11
- Fix an issue with TypeScript prior v3.5 - private get accessor [ #1491 ] ( https://github.com/kamilkisiela/apollo-angular/issues/1491 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apollo-angular" ,
3
3
"description" : " Use your GraphQL data in your Angular app, with the Apollo Client" ,
4
- "version" : " 1.9.1 " ,
4
+ "version" : " 1.10.0 " ,
5
5
"author" : {
6
6
"name" : " Kamil Kisiela" ,
7
7
"email" : " kamil.kisiela@gmail.com" ,
76
76
"typescript" : " 3.9.6" ,
77
77
"zone.js" : " 0.10.3"
78
78
},
79
- "schematics" : " ./schematics/collection.json"
79
+ "schematics" : " ./schematics/collection.json" ,
80
+ "publishConfig" :{
81
+ "access" : " public" ,
82
+ "registry" :" https://registry.npmjs.org"
83
+ }
80
84
}
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ export default function install(options: Schema): Rule {
33
33
}
34
34
35
35
export const dependenciesMap : Record < string , string > = {
36
- 'apollo-angular' : '^1.9.1 ' ,
37
- 'apollo-angular-link-http' : '^1.10 .0' ,
36
+ 'apollo-angular' : '^1.10.0 ' ,
37
+ 'apollo-angular-link-http' : '^1.11 .0' ,
38
38
'apollo-link' : '^1.2.11' ,
39
39
'apollo-client' : '^2.6.0' ,
40
40
'apollo-cache-inmemory' : '^1.6.0' ,
You can’t perform that action at this time.
0 commit comments