Skip to content

Commit

Permalink
Release v1.10.0 (#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Jul 8, 2020
1 parent d475758 commit b049f5c
Show file tree
Hide file tree
Showing 16 changed files with 78 additions and 18 deletions.
4 changes: 4 additions & 0 deletions packages/apollo-angular-boost/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### vNext

### v1.9.0

- Support Angular 10

### v1.8.0

- Bump version ranges for GraphQL and Apollo Link
Expand Down
10 changes: 7 additions & 3 deletions packages/apollo-angular-boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "build/bundles/ngApolloBoost.umd.js",
"module": "build/fesm5/ngApolloBoost.js",
"typings": "build/ngApolloBoost.d.ts",
"version": "1.8.0",
"version": "1.9.0",
"repository": {
"type": "git",
"url": "https://github.com/kamilkisiela/apollo-angular",
Expand All @@ -33,8 +33,8 @@
"@angular/core": "^6.1.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
},
"dependencies": {
"apollo-angular": "~1.9.1",
"apollo-angular-link-http": "~1.10.0",
"apollo-angular": "~1.10.0",
"apollo-angular-link-http": "~1.11.0",
"apollo-cache-inmemory": "~1.6.0",
"apollo-client": "^2.6.0",
"apollo-link": "~1.2.14",
Expand All @@ -61,5 +61,9 @@
"ts-jest": "26.1.1",
"typescript": "3.9.6",
"zone.js": "0.10.3"
},
"publishConfig":{
"access": "public",
"registry":"https://registry.npmjs.org"
}
}
4 changes: 2 additions & 2 deletions packages/apollo-angular-cache-ngrx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"xbuild": "ng-packagr -p ng-package.js",
"xtest": "yarn test-only",
"test-only": "jest --config jest.config.js",
"deploy": "yarn build && npm publish build",
"deploy:next": "yarn build && npm publish build --tag next"
"deploy": "exit 0",
"deploy:next": "exit 0"
},
"peerDependencies": {
"@angular/core": "^6.1.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/apollo-angular-link-headers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

### vNext

### v1.9.0

- Support Angular 10

### v1.5.0

- Bump version ranges for GraphQL and Apollo Link
Expand Down
6 changes: 5 additions & 1 deletion packages/apollo-angular-link-headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"main": "build/bundles/ngApolloLinkHeaders.umd.js",
"module": "build/fesm5/ngApolloLinkHeaders.js",
"typings": "build/ngApolloLinkHeaders.d.ts",
"version": "1.5.0",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/kamilkisiela/apollo-angular",
Expand Down Expand Up @@ -47,5 +47,9 @@
"ng-packagr": "10.0.0",
"ts-jest": "26.1.1",
"typescript": "3.9.6"
},
"publishConfig":{
"access": "public",
"registry":"https://registry.npmjs.org"
}
}
6 changes: 6 additions & 0 deletions packages/apollo-angular-link-http-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

### vNext

### v1.9.0

- Support Angular 10

### v1.8.0

- Bump version ranges for GraphQL and Apollo Link
Expand Down
8 changes: 6 additions & 2 deletions packages/apollo-angular-link-http-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"main": "build/bundles/ngApolloLinkHttpBatch.umd.js",
"module": "build/fesm5/ngApolloLinkHttpBatch.js",
"typings": "build/ngApolloLinkHttpBatch.d.ts",
"version": "1.8.0",
"version": "1.9.0",
"repository": {
"type": "git",
"url": "https://github.com/kamilkisiela/apollo-angular",
Expand All @@ -35,7 +35,7 @@
"graphql": ">=0.11.0 <0.14.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"apollo-angular-link-http-common": "~1.9.0",
"apollo-angular-link-http-common": "~1.10.0",
"apollo-link": "^1.0.0",
"apollo-link-batch": "^1.1.2",
"tslib": "^2.0.0"
Expand All @@ -61,5 +61,9 @@
"ts-jest": "26.1.1",
"typescript": "3.9.6",
"zone.js": "0.10.3"
},
"publishConfig":{
"access": "public",
"registry":"https://registry.npmjs.org"
}
}
4 changes: 4 additions & 0 deletions packages/apollo-angular-link-http-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### vNEXT

### v1.10.0

- Support Angular 10

### v1.9.0

- Bump version ranges for GraphQL and Apollo Link
Expand Down
6 changes: 5 additions & 1 deletion packages/apollo-angular-link-http-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"main": "build/bundles/ngApolloLinkHttpCommon.umd.js",
"module": "build/fesm5/ngApolloLinkHttpCommon.js",
"typings": "build/ngApolloLinkHttpCommon.d.ts",
"version": "1.9.0",
"version": "1.10.0",
"repository": {
"type": "git",
"url": "https://github.com/kamilkisiela/apollo-angular",
Expand Down Expand Up @@ -60,5 +60,9 @@
"ts-jest": "26.1.1",
"typescript": "3.9.6",
"zone.js": "0.10.3"
},
"publishConfig":{
"access": "public",
"registry":"https://registry.npmjs.org"
}
}
4 changes: 4 additions & 0 deletions packages/apollo-angular-link-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### vNEXT

### v1.11.0

- Support Angular 10

### v1.10.0

- Bump version ranges for GraphQL and Apollo Link
Expand Down
10 changes: 7 additions & 3 deletions packages/apollo-angular-link-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"main": "build/bundles/ngApolloLinkHttp.umd.js",
"module": "build/fesm5/ngApolloLinkHttp.js",
"typings": "build/ngApolloLinkHttp.d.ts",
"version": "1.10.0",
"version": "1.11.0",
"repository": {
"type": "git",
"url": "https://github.com/kamilkisiela/apollo-angular",
Expand All @@ -36,7 +36,7 @@
"graphql": ">=0.11.0 <0.14.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"apollo-angular-link-http-common": "~1.9.0",
"apollo-angular-link-http-common": "~1.10.0",
"extract-files": "6.0.0",
"tslib": "^2.0.0"
},
Expand All @@ -50,7 +50,7 @@
"@angular/platform-browser-dynamic": "10.0.2",
"@angular/platform-server": "10.0.2",
"@types/jest": "26.0.4",
"apollo-angular": "1.9.1",
"apollo-angular": "1.10.0",
"apollo-cache-inmemory": "1.6.6",
"apollo-client": "2.6.10",
"apollo-link": "1.2.14",
Expand All @@ -63,5 +63,9 @@
"ts-jest": "26.1.1",
"typescript": "3.9.6",
"zone.js": "0.10.3"
},
"publishConfig":{
"access": "public",
"registry":"https://registry.npmjs.org"
}
}
6 changes: 5 additions & 1 deletion packages/apollo-angular-link-persisted/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change log

## vNext
### vNext

### v1.3.0

- Support Angular 10

### v1.2.0

Expand Down
6 changes: 5 additions & 1 deletion packages/apollo-angular-link-persisted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"main": "build/bundles/ngApolloLinkPersisted.umd.js",
"module": "build/fesm5/ngApolloLinkPersisted.js",
"typings": "build/ngApolloLinkPersisted.d.ts",
"version": "1.2.0",
"version": "1.3.0",
"repository": {
"type": "git",
"url": "https://github.com/kamilkisiela/apollo-angular",
Expand Down Expand Up @@ -46,5 +46,9 @@
"ng-packagr": "10.0.0",
"ts-jest": "26.1.1",
"typescript": "3.9.6"
},
"publishConfig":{
"access": "public",
"registry":"https://registry.npmjs.org"
}
}
4 changes: 4 additions & 0 deletions packages/apollo-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### vNext

### v1.10.0

- Support Angular 10

### v1.9.1

- Fix an issue with TypeScript prior v3.5 - private get accessor [#1491](https://github.com/kamilkisiela/apollo-angular/issues/1491)
Expand Down
8 changes: 6 additions & 2 deletions packages/apollo-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-angular",
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
"version": "1.9.1",
"version": "1.10.0",
"author": {
"name": "Kamil Kisiela",
"email": "[email protected]",
Expand Down Expand Up @@ -76,5 +76,9 @@
"typescript": "3.9.6",
"zone.js": "0.10.3"
},
"schematics": "./schematics/collection.json"
"schematics": "./schematics/collection.json",
"publishConfig":{
"access": "public",
"registry":"https://registry.npmjs.org"
}
}
4 changes: 2 additions & 2 deletions packages/apollo-angular/schematics/install/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export default function install(options: Schema): Rule {
}

export const dependenciesMap: Record<string, string> = {
'apollo-angular': '^1.9.1',
'apollo-angular-link-http': '^1.10.0',
'apollo-angular': '^1.10.0',
'apollo-angular-link-http': '^1.11.0',
'apollo-link': '^1.2.11',
'apollo-client': '^2.6.0',
'apollo-cache-inmemory': '^1.6.0',
Expand Down

0 comments on commit b049f5c

Please sign in to comment.