diff --git a/.changeset/loud-hornets-leave.md b/.changeset/loud-hornets-leave.md deleted file mode 100644 index 3f64ac10..00000000 --- a/.changeset/loud-hornets-leave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphprotocol/client-auto-pagination': patch -'@graphprotocol/client-block-tracking': patch ---- - -Respect the changes done by other transforms diff --git a/examples/apollo/package.json b/examples/apollo/package.json index 3ea2e108..06d9dad1 100644 --- a/examples/apollo/package.json +++ b/examples/apollo/package.json @@ -17,7 +17,7 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@graphprotocol/client-cli": "2.0.0", + "@graphprotocol/client-cli": "2.0.1", "@types/react": "17.0.33", "@types/react-dom": "17.0.10", "@vitejs/plugin-react": "1.3.1", diff --git a/examples/composition/package.json b/examples/composition/package.json index 2e7d30ea..9ad25cff 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.0", + "@graphprotocol/client-cli": "2.0.1", "@graphql-mesh/transform-rename": "0.12.54", "concurrently": "7.1.0", "graphql": "16.3.0", diff --git a/examples/cross-chain-extension/package.json b/examples/cross-chain-extension/package.json index e9c828e0..545bb951 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.1", - "@graphprotocol/client-cli": "2.0.0", + "@graphprotocol/client-cli": "2.0.1", "graphql": "16.3.0" } } diff --git a/examples/cross-chain-sdk/package.json b/examples/cross-chain-sdk/package.json index 79c95544..507d0b7a 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.1", - "@graphprotocol/client-cli": "2.0.0", + "@graphprotocol/client-cli": "2.0.1", "graphql": "16.3.0" } } diff --git a/examples/execute/package.json b/examples/execute/package.json index c352cec8..370ac017 100644 --- a/examples/execute/package.json +++ b/examples/execute/package.json @@ -15,7 +15,7 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@graphprotocol/client-cli": "2.0.0", + "@graphprotocol/client-cli": "2.0.1", "@types/react": "17.0.33", "@types/react-dom": "17.0.10", "@vitejs/plugin-react": "1.3.1", diff --git a/examples/javascript-cjs/package.json b/examples/javascript-cjs/package.json index ae8781fd..047b8808 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.0", + "@graphprotocol/client-cli": "2.0.1", "graphql": "16.3.0" } } diff --git a/examples/javascript-esm/package.json b/examples/javascript-esm/package.json index 21ea53f6..b135a3d5 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.0", + "@graphprotocol/client-cli": "2.0.1", "graphql": "16.3.0" } } diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 37d892a8..8b878938 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -16,7 +16,7 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@graphprotocol/client-cli": "2.0.0", + "@graphprotocol/client-cli": "2.0.1", "@types/node": "17.0.26", "@types/react": "17.0.41", "eslint": "8.14.0", diff --git a/examples/node/package.json b/examples/node/package.json index b5479eaf..eef4cee7 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.0", + "@graphprotocol/client-cli": "2.0.1", "concurrently": "7.1.0", "graphql": "16.3.0", "nodemon": "2.0.15", diff --git a/examples/react-query/package.json b/examples/react-query/package.json index 691e21f6..79d27270 100644 --- a/examples/react-query/package.json +++ b/examples/react-query/package.json @@ -16,7 +16,7 @@ "react-query": "3.38.0" }, "devDependencies": { - "@graphprotocol/client-cli": "2.0.0", + "@graphprotocol/client-cli": "2.0.1", "@types/react": "17.0.33", "@types/react-dom": "17.0.10", "@vitejs/plugin-react": "1.3.1", diff --git a/examples/transforms/package.json b/examples/transforms/package.json index f4d1b5f4..686853c4 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.0", + "@graphprotocol/client-cli": "2.0.1", "graphql": "16.3.0" } } diff --git a/examples/urql/package.json b/examples/urql/package.json index 0f961e4a..489cf221 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -17,7 +17,7 @@ "urql": "2.2.0" }, "devDependencies": { - "@graphprotocol/client-cli": "2.0.0", + "@graphprotocol/client-cli": "2.0.1", "@types/react": "17.0.33", "@types/react-dom": "17.0.10", "@vitejs/plugin-react": "1.3.1", diff --git a/packages/auto-pagination/CHANGELOG.md b/packages/auto-pagination/CHANGELOG.md index 88baabff..96b67015 100644 --- a/packages/auto-pagination/CHANGELOG.md +++ b/packages/auto-pagination/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphprotocol/client-auto-pagination +## 1.0.2 + +### Patch Changes + +- bb5df03: Respect the changes done by other transforms + ## 1.0.1 ### Patch Changes diff --git a/packages/auto-pagination/package.json b/packages/auto-pagination/package.json index 8dea80f7..a94c6a51 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.1", + "version": "1.0.2", "description": "", "repository": { "type": "git", diff --git a/packages/block-tracking/CHANGELOG.md b/packages/block-tracking/CHANGELOG.md index dd7993af..3d0f6989 100644 --- a/packages/block-tracking/CHANGELOG.md +++ b/packages/block-tracking/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphprotocol/client-block-tracking +## 1.0.2 + +### Patch Changes + +- bb5df03: Respect the changes done by other transforms + ## 1.0.1 ### Patch Changes diff --git a/packages/block-tracking/package.json b/packages/block-tracking/package.json index b1fdff06..9693832f 100644 --- a/packages/block-tracking/package.json +++ b/packages/block-tracking/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/client-block-tracking", - "version": "1.0.1", + "version": "1.0.2", "description": "", "repository": { "type": "git", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index cbc844ad..2ca9a866 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphprotocol/client-cli +## 2.0.1 + +### Patch Changes + +- Updated dependencies [bb5df03] + - @graphprotocol/client-auto-pagination@1.0.2 + - @graphprotocol/client-block-tracking@1.0.2 + ## 2.0.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3fa2403b..fbaf2db3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/client-cli", - "version": "2.0.0", + "version": "2.0.1", "description": "", "repository": { "type": "git", @@ -52,9 +52,9 @@ "@graphql-mesh/cli": "0.73.3", "@graphql-mesh/graphql": "0.28.0", "tslib": "2.4.0", - "@graphprotocol/client-auto-pagination": "1.0.1", + "@graphprotocol/client-auto-pagination": "1.0.2", "@graphprotocol/client-auto-type-merging": "1.0.0", - "@graphprotocol/client-block-tracking": "1.0.1", + "@graphprotocol/client-block-tracking": "1.0.2", "@graphprotocol/client-add-source-name": "1.0.1" }, "devDependencies": {