Skip to content

Commit

Permalink
Release v1.9.0 (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Apr 11, 2020
1 parent 9099f9e commit d2f3f56
Show file tree
Hide file tree
Showing 16 changed files with 53 additions and 22 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.8.0

- Bump version ranges for GraphQL and Apollo Link

### v1.7.0

- Bump `apollo-angular` to `~1.8.0`
Expand Down
8 changes: 4 additions & 4 deletions packages/apollo-angular-boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "build/bundles/ngApolloBoost.umd.js",
"module": "build/fesm5/ngApolloBoost.js",
"typings": "build/ngApolloBoost.d.ts",
"version": "1.8.0-alpha.0",
"version": "1.8.0",
"repository": "https://github.com/apollographql/apollo-angular/tree/master/packages/apollo-angular-boost",
"keywords": [
"apollo",
Expand All @@ -25,8 +25,8 @@
"@angular/core": "^6.1.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
},
"dependencies": {
"apollo-angular": "~1.9.0-alpha.0",
"apollo-angular-link-http": "~1.10.0-alpha.0",
"apollo-angular": "~1.9.0",
"apollo-angular-link-http": "~1.10.0",
"apollo-cache-inmemory": "~1.6.0",
"apollo-client": "^2.6.0",
"apollo-link": "~1.2.2",
Expand Down Expand Up @@ -54,4 +54,4 @@
"typescript": "3.8.3",
"zone.js": "0.10.3"
}
}
}
2 changes: 1 addition & 1 deletion packages/apollo-angular-cache-ngrx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
"apollo-cache-inmemory": "^1.1.5",
"tslib": "^1.11.0"
}
}
}
4 changes: 4 additions & 0 deletions packages/apollo-angular-link-headers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

### v1.5.0

- Bump version ranges for GraphQL and Apollo Link

### v1.4.0

- Support Angular 8
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo-angular-link-headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "build/bundles/ngApolloLinkHeaders.umd.js",
"module": "build/fesm5/ngApolloLinkHeaders.js",
"typings": "build/ngApolloLinkHeaders.d.ts",
"version": "1.5.0-alpha.0",
"version": "1.5.0",
"repository": "https://github.com/apollographql/apollo-angular/tree/master/packages/apollo-angular-link-headers",
"keywords": [
"apollo",
Expand Down Expand Up @@ -40,4 +40,4 @@
"ts-jest": "25.2.1",
"typescript": "3.8.3"
}
}
}
4 changes: 4 additions & 0 deletions packages/apollo-angular-link-http-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

### v1.8.0

- Bump version ranges for GraphQL and Apollo Link

### v1.7.0

- Sync with [email protected]
Expand Down
6 changes: 3 additions & 3 deletions packages/apollo-angular-link-http-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "build/bundles/ngApolloLinkHttpBatch.umd.js",
"module": "build/fesm5/ngApolloLinkHttpBatch.js",
"typings": "build/ngApolloLinkHttpBatch.d.ts",
"version": "1.8.0-alpha.0",
"version": "1.8.0",
"repository": "https://github.com/apollographql/apollo-angular/tree/master/packages/apollo-angular-link-http-batch",
"keywords": [
"apollo",
Expand All @@ -27,7 +27,7 @@
"graphql": ">=0.11.0 <0.14.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"apollo-angular-link-http-common": "~1.9.0-alpha.0",
"apollo-angular-link-http-common": "~1.9.0",
"apollo-link": "^1.0.0",
"apollo-link-batch": "^1.1.2",
"tslib": "^1.11.0"
Expand All @@ -54,4 +54,4 @@
"typescript": "3.8.3",
"zone.js": "0.10.3"
}
}
}
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.9.0

- Bump version ranges for GraphQL and Apollo Link

### v1.8.0

- Creates an abstraction of file upload logic [PR #1239](https://github.com/apollographql/apollo-angular/pull/1239)
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo-angular-link-http-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "build/bundles/ngApolloLinkHttpCommon.umd.js",
"module": "build/fesm5/ngApolloLinkHttpCommon.js",
"typings": "build/ngApolloLinkHttpCommon.d.ts",
"version": "1.9.0-alpha.0",
"version": "1.9.0",
"repository": "https://github.com/apollographql/apollo-angular/tree/master/packages/apollo-angular-link-http-common",
"keywords": [
"apollo",
Expand Down Expand Up @@ -53,4 +53,4 @@
"typescript": "3.8.3",
"zone.js": "0.10.3"
}
}
}
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.10.0

- Bump version ranges for GraphQL and Apollo Link

### v1.9.0

- Fix deep import of graphql `print`
Expand Down
8 changes: 4 additions & 4 deletions packages/apollo-angular-link-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "build/bundles/ngApolloLinkHttp.umd.js",
"module": "build/fesm5/ngApolloLinkHttp.js",
"typings": "build/ngApolloLinkHttp.d.ts",
"version": "1.10.0-alpha.0",
"version": "1.10.0",
"repository": "https://github.com/apollographql/apollo-angular/tree/master/packages/apollo-angular-link-http",
"keywords": [
"apollo",
Expand All @@ -28,7 +28,7 @@
"graphql": ">=0.11.0 <0.14.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"apollo-angular-link-http-common": "~1.9.0-alpha.0",
"apollo-angular-link-http-common": "~1.9.0",
"extract-files": "6.0.0",
"tslib": "^1.11.0"
},
Expand All @@ -42,7 +42,7 @@
"@angular/platform-browser-dynamic": "9.1.0",
"@angular/platform-server": "9.1.0",
"@types/jest": "25.1.4",
"apollo-angular": "1.9.0-alpha.0",
"apollo-angular": "1.9.0",
"apollo-cache-inmemory": "1.6.5",
"apollo-client": "2.6.8",
"apollo-link": "1.2.14",
Expand All @@ -56,4 +56,4 @@
"typescript": "3.8.3",
"zone.js": "0.10.3"
}
}
}
6 changes: 6 additions & 0 deletions packages/apollo-angular-link-persisted/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## vNext

### v1.2.0

- Bump version ranges for GraphQL and Apollo Link

### v1.1.0

- Introduces `useGETForHashedQueries`
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo-angular-link-persisted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "build/bundles/ngApolloLinkPersisted.umd.js",
"module": "build/fesm5/ngApolloLinkPersisted.js",
"typings": "build/ngApolloLinkPersisted.d.ts",
"version": "1.2.0-alpha.0",
"version": "1.2.0",
"repository": "https://github.com/apollographql/apollo-angular/tree/master/packages/apollo-angular-link-persisted",
"keywords": [
"apollo",
Expand Down Expand Up @@ -39,4 +39,4 @@
"ts-jest": "25.2.1",
"typescript": "3.8.3"
}
}
}
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.9.0

- Bump version ranges for GraphQL and Apollo Link

### v1.8.0

- Introduces `APOLLO_NAMED_OPTIONS` token. Allows to create named Apollo clients using Dependency Injection ([PR #1365](https://github.com/apollographql/apollo-angular/pull/1365))
Expand Down
5 changes: 3 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.0-alpha.0",
"version": "1.9.0",
"author": "Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -33,6 +33,7 @@
"@angular/core": "^6.1.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"apollo-client": "^2.3.4",
"apollo-link": "^1.0.0",
"graphql": ">=0.11.0 <0.14.0 || ^14.0.0 || ^15.0.0",
"rxjs": "^6.0.0",
"zone.js": "~0.8.20 || ~0.9.0 || ~0.10.0"
},
Expand Down Expand Up @@ -68,4 +69,4 @@
"zone.js": "0.10.3"
},
"schematics": "./schematics/collection.json"
}
}
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.0-alpha.0',
'apollo-angular-link-http': '^1.10.0-alpha.0',
'apollo-angular': '^1.9.0',
'apollo-angular-link-http': '^1.10.0',
'apollo-link': '^1.2.11',
'apollo-client': '^2.6.0',
'apollo-cache-inmemory': '^1.6.0',
Expand Down

0 comments on commit d2f3f56

Please sign in to comment.