Skip to content

Commit

Permalink
Release 1.1.0 (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored May 15, 2018
1 parent 26c79f6 commit c0613f2
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 35 deletions.
6 changes: 6 additions & 0 deletions packages/apollo-angular-cache-ngrx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

### vNEXT

### v1.0.0-beta.1

* Supports `sideEffects: false` (webpack)

### v1.0.0-beta.0

Initial release. We didn't track changes before this version.
5 changes: 2 additions & 3 deletions packages/apollo-angular-cache-ngrx/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "apollo-angular-cache-ngrx",
"description": "Allows to use @ngrx/store as Apollo Cache",
"author":
"Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"author": "Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"license": "MIT",
"sideEffects": false,
"main": "./build/bundle.umd.js",
"module": "./build/src/index.js",
"jsnext:main": "./build/src/index.js",
"typings": "./build/src/index.d.ts",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"repository": {
"type": "git",
"url": "apollographql/apollo-angular"
Expand Down
2 changes: 2 additions & 0 deletions packages/apollo-angular-link-headers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### vNEXT

### v1.1.0

* Adds `sideEffects: false` (webpack) ([PR #580](https://github.com/apollographql/apollo-angular/pull/580))
* Supports Angular 6 and RxJS 6 ([PR #580](https://github.com/apollographql/apollo-angular/pull/580))

Expand Down
8 changes: 3 additions & 5 deletions packages/apollo-angular-link-headers/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "apollo-angular-link-headers",
"description":
"An Apollo Link to easily transform headers from being a key-value object to an instance of HttpHeaders. Great combination with apollo-angular-link-http.",
"author":
"Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"description": "An Apollo Link to easily transform headers from being a key-value object to an instance of HttpHeaders. Great combination with apollo-angular-link-http.",
"author": "Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"license": "MIT",
"sideEffects": false,
"main": "./build/bundle.umd.js",
"module": "./build/src/index.js",
"jsnext:main": "./build/src/index.js",
"typings": "./build/src/index.d.ts",
"version": "1.0.0",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "apollographql/apollo-angular"
Expand Down
6 changes: 6 additions & 0 deletions packages/apollo-angular-link-http-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

### vNEXT

### v1.1.1

* Fixes version range of `apollo-angular-link-http-common`

### v1.1.0

* Adds `sideEffects: false` (webpack) ([PR #580](https://github.com/apollographql/apollo-angular/pull/580))
* Supports Angular 6 and RxJS 6 ([PR #580](https://github.com/apollographql/apollo-angular/pull/580))

Expand Down
10 changes: 4 additions & 6 deletions packages/apollo-angular-link-http-batch/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "apollo-angular-link-http-batch",
"description":
"An Apollo Link to combine multiple GraphQL operations into single HTTP request.",
"author":
"Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"description": "An Apollo Link to combine multiple GraphQL operations into single HTTP request.",
"author": "Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"license": "MIT",
"sideEffects": false,
"main": "./build/bundle.umd.js",
"module": "./build/src/index.js",
"jsnext:main": "./build/src/index.js",
"typings": "./build/src/index.d.ts",
"version": "1.0.1",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "apollographql/apollo-angular"
Expand All @@ -32,7 +30,7 @@
"dependencies": {
"apollo-link": "^1.0.0",
"apollo-link-batch": "^1.1.2",
"apollo-angular-link-http-common": "~1.0.0"
"apollo-angular-link-http-common": "~1.1.0"
},
"devDependencies": {
"@angular/animations": "6.0.1",
Expand Down
2 changes: 2 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,8 @@

### vNEXT

### v1.1.0

* Adds `sideEffects: false` (webpack) ([PR #580](https://github.com/apollographql/apollo-angular/pull/580))
* Supports Angular 6 and RxJS 6 ([PR #580](https://github.com/apollographql/apollo-angular/pull/580))

Expand Down
5 changes: 2 additions & 3 deletions packages/apollo-angular-link-http-common/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "apollo-angular-link-http-common",
"description": "Common logic for http links. For internal use only.",
"author":
"Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"author": "Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"license": "MIT",
"sideEffects": false,
"main": "./build/bundle.umd.js",
"module": "./build/src/index.js",
"jsnext:main": "./build/src/index.js",
"typings": "./build/src/index.d.ts",
"version": "1.0.0",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "apollographql/apollo-angular"
Expand Down
2 changes: 2 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,8 @@

### vNEXT

### v1.1.0

* Expose `response: HttpResponse` object in context ([PR #476](https://github.com/apollographql/apollo-angular/pull/476))
* Adds `sideEffects: false` (webpack) ([PR #580](https://github.com/apollographql/apollo-angular/pull/580))
* Supports Angular 6 and RxJS 6 ([PR #580](https://github.com/apollographql/apollo-angular/pull/580))
Expand Down
10 changes: 4 additions & 6 deletions packages/apollo-angular-link-http/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "apollo-angular-link-http",
"description":
"An Apollo Link to allow sending a single http request per operation.",
"author":
"Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"description": "An Apollo Link to allow sending a single http request per operation.",
"author": "Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"license": "MIT",
"sideEffects": false,
"main": "./build/bundle.umd.js",
"module": "./build/src/index.js",
"jsnext:main": "./build/src/index.js",
"typings": "./build/src/index.d.ts",
"version": "1.0.3",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "apollographql/apollo-angular"
Expand All @@ -31,7 +29,7 @@
"graphql": "^0.11.3 || ^0.12.3 || ^0.13.0"
},
"dependencies": {
"apollo-angular-link-http-common": "~1.0.0"
"apollo-angular-link-http-common": "~1.1.0"
},
"devDependencies": {
"@angular/animations": "6.0.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/apollo-angular-link-persisted/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### vNEXT

### v1.0.0-beta.2

* Adds `sideEffects: false` (webpack) ([PR #580](https://github.com/apollographql/apollo-angular/pull/580))

### v1.0.0-beta.0
Expand Down
5 changes: 2 additions & 3 deletions packages/apollo-angular-link-persisted/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "apollo-angular-link-persisted",
"description": "Use persisted queries with Apollo Link",
"author":
"Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"author": "Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"license": "MIT",
"sideEffects": false,
"main": "./build/bundle.umd.js",
"module": "./build/src/index.js",
"jsnext:main": "./build/src/index.js",
"typings": "./build/src/index.d.ts",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.2",
"repository": {
"type": "git",
"url": "apollographql/apollo-angular"
Expand Down
2 changes: 2 additions & 0 deletions packages/apollo-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### vNEXT

### v1.1.0

* Introduces `ExtraSubscriptionOptions`. Allows to run `Apollo.subscribe` outside
the Zone ([PR #488](https://github.com/apollographql/apollo-angular/pull/488))
* Introduces `apollo-angular/testing` tools ([PR #592](https://github.com/apollographql/apollo-angular/pull/592))
Expand Down
14 changes: 5 additions & 9 deletions packages/apollo-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"name": "apollo-angular",
"description":
"Use your GraphQL data in your Angular app, with the Apollo Client",
"version": "1.0.1",
"author":
"Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
"version": "1.1.0",
"author": "Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"license": "MIT",
"sideEffects": false,
"main": "./build/bundle.umd.js",
Expand All @@ -24,10 +22,8 @@
"posttest": "npm run test:testing",
"test-only": "jest --config jest.config.js",
"test:testing": "jest --config testing/jest.config.js",
"lint":
"tslint -c ../../tslint.json -p tsconfig.json {src,tests, testing}/**/*.ts",
"lint:testing":
"tslint -c ../../tslint.json -p testing/tsconfig.json {src,tests}/**/*.ts",
"lint": "tslint -c ../../tslint.json -p tsconfig.json {src,tests, testing}/**/*.ts",
"lint:testing": "tslint -c ../../tslint.json -p testing/tsconfig.json {src,tests}/**/*.ts",
"postlint": "npm run lint:testing",
"postbuild": "npm run bundle && npm run build:testing",
"postbuild:testing": "npm run bundle:testing",
Expand Down

0 comments on commit c0613f2

Please sign in to comment.