diff --git a/.changeset/real-needles-glow.md b/.changeset/real-needles-glow.md deleted file mode 100644 index e9379a1f..00000000 --- a/.changeset/real-needles-glow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@graphprotocol/client-cli': patch ---- - -Bump GraphQL Mesh packages to fix the regression happening when a single source is used with additional resolvers. - -Issue: https://github.com/graphprotocol/graph-client/issues/167 diff --git a/examples/apollo/package.json b/examples/apollo/package.json index 68e53fd2..28f591a3 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.1.0", + "@graphprotocol/client-cli": "2.1.1", "@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 805e9e54..7178d9b5 100644 --- a/examples/composition/package.json +++ b/examples/composition/package.json @@ -9,7 +9,7 @@ "graphiql": "graphclient serve-dev" }, "dependencies": { - "@graphprotocol/client-cli": "2.1.0", + "@graphprotocol/client-cli": "2.1.1", "@graphql-mesh/transform-rename": "0.12.61", "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 51a110b5..35d69235 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.1.0", + "@graphprotocol/client-cli": "2.1.1", "graphql": "16.5.0" } } diff --git a/examples/cross-chain-sdk/package.json b/examples/cross-chain-sdk/package.json index cba190de..268e863b 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.1.0", + "@graphprotocol/client-cli": "2.1.1", "graphql": "16.5.0" } } diff --git a/examples/execute/package.json b/examples/execute/package.json index 60e8066f..3ba17264 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.1.0", + "@graphprotocol/client-cli": "2.1.1", "@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 8d2a6a12..1197c3b6 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.1.0", + "@graphprotocol/client-cli": "2.1.1", "graphql": "16.5.0" } } diff --git a/examples/javascript-esm/package.json b/examples/javascript-esm/package.json index f19b6f5d..361b9965 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.1.0", + "@graphprotocol/client-cli": "2.1.1", "graphql": "16.5.0" } } diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 7537fcad..a72bcbb2 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.1.0", + "@graphprotocol/client-cli": "2.1.1", "@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 1bdd6d79..799c2ec2 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -9,7 +9,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "@graphprotocol/client-cli": "2.1.0", + "@graphprotocol/client-cli": "2.1.1", "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 c3534537..afce8376 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.1.0", + "@graphprotocol/client-cli": "2.1.1", "@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 6542143a..23a50c4e 100644 --- a/examples/transforms/package.json +++ b/examples/transforms/package.json @@ -6,7 +6,7 @@ "start": "graphclient serve-dev" }, "dependencies": { - "@graphprotocol/client-cli": "2.1.0", + "@graphprotocol/client-cli": "2.1.1", "graphql": "16.5.0" } } diff --git a/examples/urql/package.json b/examples/urql/package.json index 27756f56..8be8712c 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -17,7 +17,7 @@ "urql": "2.2.3" }, "devDependencies": { - "@graphprotocol/client-cli": "2.1.0", + "@graphprotocol/client-cli": "2.1.1", "@types/react": "18.0.15", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 6b7843af..2543630f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphprotocol/client-cli +## 2.1.1 + +### Patch Changes + +- 116137f: Bump GraphQL Mesh packages to fix the regression happening when a single source is used with additional resolvers. + + Issue: https://github.com/graphprotocol/graph-client/issues/167 + ## 2.1.0 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index e2e84493..32a3b047 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/client-cli", - "version": "2.1.0", + "version": "2.1.1", "description": "", "repository": { "type": "git",