Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

@apollo/client integration #1158

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
871e8db
Remove packages that are now available from @apollo/client
hwillson Oct 2, 2019
65f15d4
Adjust all packages to use common link code from @apollo/client
hwillson Oct 3, 2019
7255594
Replicate test utilities from `@apollo/client` to reduce exports
hwillson Oct 3, 2019
a44f9d3
Remove the `apollo-link-dedup` package
hwillson Oct 6, 2019
0c9abed
Remove docs since they're going to be part of the AC 3 docs
hwillson Nov 10, 2019
e06572d
Bump to most recent @apollo/client beta
hwillson Nov 10, 2019
a13373c
Add breaking entries to the changelog
hwillson Nov 11, 2019
761d82c
Stop mixing named and default exports from packages
hwillson Nov 11, 2019
1bf9f23
Replace `apollo-link` reference with `@apollo/client`
hwillson Nov 11, 2019
a26e20c
Exclude `@apollo/client` and `graphql-tag` from bundles
hwillson Nov 11, 2019
e8f29f7
Start tracking package lock
hwillson Nov 11, 2019
0f9fc8b
Update to use `@apollo/client/core`
hwillson Nov 11, 2019
fcc254a
Bump to latest `@apollo/client` beta
hwillson Nov 15, 2019
aaa89d5
Rollup bundle size tweaks
hwillson Nov 15, 2019
114acff
Prep for beta publish
hwillson Nov 15, 2019
8eb8e52
Lerna package lock updates
hwillson Nov 15, 2019
150213d
chore: Publish
hwillson Nov 15, 2019
482fb3e
@apollo/client dependency update
hwillson Jan 17, 2020
da78265
Merge branch 'master' into apollo-client-integration
hwillson Jan 17, 2020
3069f85
Update all README's to point back to the main docs
hwillson Jan 17, 2020
0980751
Update all packages to follow `@apollo/link-X` naming
hwillson Jan 17, 2020
4515aff
Further adjustments to accommodate `@apollo/link-X` naming
hwillson Jan 17, 2020
b1e72fe
Fix invalid package import
hwillson Jan 17, 2020
1d7d00b
Adjust the batch link jest mocks
hwillson Jan 17, 2020
bb04c98
Identify additional 2.0 breaking changes
hwillson Jan 17, 2020
cd26e49
Unify all README's making sure usage details have been removed
hwillson Jan 17, 2020
ab2b623
Package lock updates
hwillson Jan 21, 2020
5e3ba7d
Re-add package locks to github to make lerna happy
hwillson Jan 21, 2020
f3df894
chore: Publish
hwillson Jan 21, 2020
0d0cc87
Adjustments needed to publish scaped packages with lerna
hwillson Jan 21, 2020
faf1193
chore: Publish
hwillson Jan 21, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Publish
  • Loading branch information
hwillson committed Jan 21, 2020
commit f3df894547ffbf3f57f55d3cbbb0c77a44a024b6
2 changes: 1 addition & 1 deletion packages/apollo-link-batch-http/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/apollo-link-batch-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/link-batch-http",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Batch HTTP transport layer for GraphQL",
"author": "Evans Hauser <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-batch/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/apollo-link-batch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/link-batch",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Apollo Link that performs batching and operation on batched Operations",
"author": "Evans Hauser <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-context/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/apollo-link-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/link-context",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "An easy way to set and cache context changes for Apollo Link",
"author": "James Baxley <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-error/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/apollo-link-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/link-error",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Error Apollo Link for GraphQL Network Stack",
"author": "James Baxley <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-polling/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/apollo-link-polling/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apollo/link-polling",
"private": true,
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Polling Apollo Link for GraphQL Network Stack",
"author": "Evans Hauser <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-retry/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/apollo-link-retry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/link-retry",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Retry Apollo Link for GraphQL Network Stack",
"author": "Evans Hauser <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-schema/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/apollo-link-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/link-schema",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Use a GraphQL Schema to request data",
"author": "Tomas Trescak <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-ws/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/apollo-link-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/link-ws",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "WebSocket transport layer for GraphQL",
"author": "Evans Hauser <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/zen-observable-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zen-observable-ts",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "An Implementation of ES Observables in Typescript",
"author": "Evans Hauser <[email protected]>",
"contributors": [],
Expand Down