diff --git a/.changeset/quiet-cars-warn.md b/.changeset/quiet-cars-warn.md deleted file mode 100644 index d26bfb93..00000000 --- a/.changeset/quiet-cars-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/client-auto-pagination': minor ---- - -Support nested fields diff --git a/examples/apollo/package.json b/examples/apollo/package.json index 9f39f05b..2527e221 100644 --- a/examples/apollo/package.json +++ b/examples/apollo/package.json @@ -17,7 +17,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@graphprotocol/client-cli": "2.0.2", + "@graphprotocol/client-cli": "2.1.0", "@types/react": "18.0.15", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.0", diff --git a/examples/composition/package.json b/examples/composition/package.json index 40ae096b..d2d22c80 100644 --- a/examples/composition/package.json +++ b/examples/composition/package.json @@ -9,7 +9,7 @@ "graphiql": "graphclient serve-dev" }, "dependencies": { - "@graphprotocol/client-cli": "2.0.2", + "@graphprotocol/client-cli": "2.1.0", "@graphql-mesh/transform-rename": "0.12.60", "concurrently": "7.3.0", "graphql": "16.5.0", diff --git a/examples/cross-chain-extension/package.json b/examples/cross-chain-extension/package.json index 6a31854d..51a110b5 100644 --- a/examples/cross-chain-extension/package.json +++ b/examples/cross-chain-extension/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@graphprotocol/client-add-source-name": "1.0.2", - "@graphprotocol/client-cli": "2.0.2", + "@graphprotocol/client-cli": "2.1.0", "graphql": "16.5.0" } } diff --git a/examples/cross-chain-sdk/package.json b/examples/cross-chain-sdk/package.json index c97d3e43..cba190de 100644 --- a/examples/cross-chain-sdk/package.json +++ b/examples/cross-chain-sdk/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@graphprotocol/client-add-source-name": "1.0.2", - "@graphprotocol/client-cli": "2.0.2", + "@graphprotocol/client-cli": "2.1.0", "graphql": "16.5.0" } } diff --git a/examples/execute/package.json b/examples/execute/package.json index a734a2ee..3cfd90c9 100644 --- a/examples/execute/package.json +++ b/examples/execute/package.json @@ -15,7 +15,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@graphprotocol/client-cli": "2.0.2", + "@graphprotocol/client-cli": "2.1.0", "@types/react": "18.0.15", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.0", diff --git a/examples/javascript-cjs/package.json b/examples/javascript-cjs/package.json index 1ef0fcc2..8d2a6a12 100644 --- a/examples/javascript-cjs/package.json +++ b/examples/javascript-cjs/package.json @@ -9,7 +9,7 @@ "check": "exit 0" }, "dependencies": { - "@graphprotocol/client-cli": "2.0.2", + "@graphprotocol/client-cli": "2.1.0", "graphql": "16.5.0" } } diff --git a/examples/javascript-esm/package.json b/examples/javascript-esm/package.json index b728b2f1..f19b6f5d 100644 --- a/examples/javascript-esm/package.json +++ b/examples/javascript-esm/package.json @@ -10,7 +10,7 @@ "check": "exit 0" }, "dependencies": { - "@graphprotocol/client-cli": "2.0.2", + "@graphprotocol/client-cli": "2.1.0", "graphql": "16.5.0" } } diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 7f61b0c6..7537fcad 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -16,7 +16,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@graphprotocol/client-cli": "2.0.2", + "@graphprotocol/client-cli": "2.1.0", "@types/node": "17.0.26", "@types/react": "18.0.15", "eslint": "8.20.0", diff --git a/examples/node/package.json b/examples/node/package.json index 2b94755a..1bdd6d79 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -9,7 +9,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "@graphprotocol/client-cli": "2.0.2", + "@graphprotocol/client-cli": "2.1.0", "concurrently": "7.3.0", "graphql": "16.5.0", "nodemon": "2.0.19", diff --git a/examples/react-query/package.json b/examples/react-query/package.json index 8e13e9e5..2c3016d9 100644 --- a/examples/react-query/package.json +++ b/examples/react-query/package.json @@ -16,7 +16,7 @@ "react-query": "4.0.0" }, "devDependencies": { - "@graphprotocol/client-cli": "2.0.2", + "@graphprotocol/client-cli": "2.1.0", "@types/react": "18.0.15", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.0", diff --git a/examples/transforms/package.json b/examples/transforms/package.json index 6928811b..6542143a 100644 --- a/examples/transforms/package.json +++ b/examples/transforms/package.json @@ -6,7 +6,7 @@ "start": "graphclient serve-dev" }, "dependencies": { - "@graphprotocol/client-cli": "2.0.2", + "@graphprotocol/client-cli": "2.1.0", "graphql": "16.5.0" } } diff --git a/examples/urql/package.json b/examples/urql/package.json index 7766d299..45216a3a 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -17,7 +17,7 @@ "urql": "2.2.2" }, "devDependencies": { - "@graphprotocol/client-cli": "2.0.2", + "@graphprotocol/client-cli": "2.1.0", "@types/react": "18.0.15", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.0", diff --git a/packages/auto-pagination/CHANGELOG.md b/packages/auto-pagination/CHANGELOG.md index b5f5a20a..ab5a3333 100644 --- a/packages/auto-pagination/CHANGELOG.md +++ b/packages/auto-pagination/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphprotocol/client-auto-pagination +## 1.1.0 + +### Minor Changes + +- ac54503: Support nested fields + ## 1.0.3 ### Patch Changes diff --git a/packages/auto-pagination/package.json b/packages/auto-pagination/package.json index acb63b92..1d77ad0e 100644 --- a/packages/auto-pagination/package.json +++ b/packages/auto-pagination/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/client-auto-pagination", - "version": "1.0.3", + "version": "1.1.0", "description": "", "repository": { "type": "git", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2c10ab06..6b7843af 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphprotocol/client-cli +## 2.1.0 + +### Patch Changes + +- Updated dependencies [ac54503] + - @graphprotocol/client-auto-pagination@1.1.0 + ## 2.0.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 59ec13e1..c66868f1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/client-cli", - "version": "2.0.2", + "version": "2.1.0", "description": "", "repository": { "type": "git", @@ -52,7 +52,7 @@ "@graphql-mesh/cli": "0.75.1", "@graphql-mesh/graphql": "0.29.4", "tslib": "2.4.0", - "@graphprotocol/client-auto-pagination": "1.0.3", + "@graphprotocol/client-auto-pagination": "1.1.0", "@graphprotocol/client-auto-type-merging": "1.0.1", "@graphprotocol/client-block-tracking": "1.0.3", "@graphprotocol/client-add-source-name": "1.0.2"