Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 6, 2024
1 parent dfed9de commit c724825
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphprotocol_client-cli-806-dependencies.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/auto-pagination-multiple-sources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"graphiql": "graphclient serve-dev"
},
"dependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"concurrently": "9.1.0",
"graphql": "16.9.0",
"nodemon": "3.1.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"graphiql": "graphclient serve-dev"
},
"dependencies": {
"@graphprotocol/client-cli": "^3.0.7",
"@graphprotocol/client-cli": "^3.0.8",
"@graphql-mesh/transform-rename": "^0.102.0",
"concurrently": "^9.0.0",
"graphql": "^16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/cross-chain-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@graphprotocol/client-add-source-name": "2.0.7",
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion examples/cross-chain-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@graphprotocol/client-add-source-name": "2.0.7",
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion examples/execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/javascript-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check": "exit 0"
},
"dependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion examples/javascript-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check": "exit 0"
},
"dependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"graphql": "16.9.0"
}
}
2 changes: 1 addition & 1 deletion examples/live-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "graphclient serve-dev"
},
"dependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"@graphprotocol/client-polling-live": "2.0.1",
"graphql": "16.9.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"@types/node": "22.9.0",
"@types/react": "18.3.4",
"eslint": "9.9.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"concurrently": "9.1.0",
"graphql": "16.9.0",
"nodemon": "3.1.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/transforms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "graphclient serve-dev"
},
"dependencies": {
"@graphprotocol/client-cli": "^3.0.7",
"@graphprotocol/client-cli": "^3.0.8",
"@graphql-mesh/transform-prefix": "^0.102.0",
"graphql": "^16.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/urql-live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"urql": "4.1.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"urql": "4.1.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphprotocol/client-cli

## 3.0.8

### Patch Changes

- [#806](https://github.com/graphprotocol/graph-client/pull/806) [`087663b`](https://github.com/graphprotocol/graph-client/commit/087663b7290e30cbfa78b5886052dd541d345dfe) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-mesh/cli@^0.96.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.96.0) (from `^0.95.0`, in `dependencies`)

## 3.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/client-cli",
"version": "3.0.7",
"version": "3.0.8",
"description": "",
"repository": {
"type": "git",
Expand Down

0 comments on commit c724825

Please sign in to comment.