Skip to content

Commit 8a2b593

Browse files
chore(release): update monorepo packages versions
1 parent 98d8f2b commit 8a2b593

40 files changed

+103
-88
lines changed

.changeset/@graphprotocol_client-add-source-name-843-dependencies.md

-5
This file was deleted.

.changeset/@graphprotocol_client-apollo-809-dependencies.md

-5
This file was deleted.

.changeset/@graphprotocol_client-apollo-843-dependencies.md

-5
This file was deleted.

.changeset/@graphprotocol_client-auto-pagination-843-dependencies.md

-5
This file was deleted.

.changeset/@graphprotocol_client-auto-type-merging-843-dependencies.md

-6
This file was deleted.

.changeset/@graphprotocol_client-block-tracking-809-dependencies.md

-5
This file was deleted.

.changeset/@graphprotocol_client-cli-806-dependencies.md

-5
This file was deleted.

.changeset/@graphprotocol_client-cli-809-dependencies.md

-5
This file was deleted.

.changeset/@graphprotocol_client-cli-843-dependencies.md

-6
This file was deleted.

.changeset/@graphprotocol_client-urql-809-dependencies.md

-5
This file was deleted.

.changeset/@graphprotocol_client-urql-843-dependencies.md

-5
This file was deleted.

examples/apollo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"dependencies": {
1313
"@apollo/client": "3.12.7",
14-
"@graphprotocol/client-apollo": "2.0.7",
14+
"@graphprotocol/client-apollo": "2.0.8",
1515
"graphql": "16.10.0",
1616
"react": "19.0.0",
1717
"react-dom": "19.0.0"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "3.0.7",
20+
"@graphprotocol/client-cli": "3.0.8",
2121
"@types/react": "19.0.7",
2222
"@types/react-dom": "19.0.3",
2323
"@vitejs/plugin-react": "4.3.4",

examples/auto-pagination-multiple-sources/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"graphiql": "graphclient serve-dev"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-cli": "3.0.7",
12+
"@graphprotocol/client-cli": "3.0.8",
1313
"concurrently": "9.1.2",
1414
"graphql": "16.10.0",
1515
"nodemon": "3.1.9",

examples/composition/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"graphiql": "graphclient serve-dev"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-cli": "^3.0.7",
12+
"@graphprotocol/client-cli": "^3.0.8",
1313
"@graphql-mesh/transform-rename": "^0.103.0",
1414
"concurrently": "^9.0.0",
1515
"graphql": "^16.6.0",

examples/cross-chain-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"graphiql": "graphclient serve-dev"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-add-source-name": "2.0.7",
13-
"@graphprotocol/client-cli": "3.0.7",
12+
"@graphprotocol/client-add-source-name": "2.0.8",
13+
"@graphprotocol/client-cli": "3.0.8",
1414
"graphql": "16.10.0"
1515
}
1616
}

examples/cross-chain-sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"graphiql": "graphclient serve-dev"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-add-source-name": "2.0.7",
13-
"@graphprotocol/client-cli": "3.0.7",
12+
"@graphprotocol/client-add-source-name": "2.0.8",
13+
"@graphprotocol/client-cli": "3.0.8",
1414
"graphql": "16.10.0"
1515
}
1616
}

examples/execute/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "19.0.0"
1616
},
1717
"devDependencies": {
18-
"@graphprotocol/client-cli": "3.0.7",
18+
"@graphprotocol/client-cli": "3.0.8",
1919
"@types/react": "19.0.7",
2020
"@types/react-dom": "19.0.3",
2121
"@vitejs/plugin-react": "4.3.4",

examples/javascript-cjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"check": "exit 0"
1111
},
1212
"dependencies": {
13-
"@graphprotocol/client-cli": "3.0.7",
13+
"@graphprotocol/client-cli": "3.0.8",
1414
"graphql": "16.10.0"
1515
}
1616
}

examples/javascript-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"check": "exit 0"
1111
},
1212
"dependencies": {
13-
"@graphprotocol/client-cli": "3.0.7",
13+
"@graphprotocol/client-cli": "3.0.8",
1414
"graphql": "16.10.0"
1515
}
1616
}

examples/live-queries/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "graphclient serve-dev"
99
},
1010
"dependencies": {
11-
"@graphprotocol/client-cli": "3.0.7",
11+
"@graphprotocol/client-cli": "3.0.8",
1212
"@graphprotocol/client-polling-live": "2.0.1",
1313
"graphql": "16.10.0"
1414
}

examples/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "19.0.0"
1717
},
1818
"devDependencies": {
19-
"@graphprotocol/client-cli": "3.0.7",
19+
"@graphprotocol/client-cli": "3.0.8",
2020
"@types/node": "22.10.7",
2121
"@types/react": "19.0.7",
2222
"eslint": "9.18.0",

examples/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"check": "tsc --pretty --noEmit"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-cli": "3.0.7",
12+
"@graphprotocol/client-cli": "3.0.8",
1313
"concurrently": "9.1.2",
1414
"graphql": "16.10.0",
1515
"nodemon": "3.1.9",

examples/react-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "19.0.0"
1717
},
1818
"devDependencies": {
19-
"@graphprotocol/client-cli": "3.0.7",
19+
"@graphprotocol/client-cli": "3.0.8",
2020
"@types/react": "19.0.7",
2121
"@types/react-dom": "19.0.3",
2222
"@vitejs/plugin-react": "4.3.4",

examples/transforms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "graphclient serve-dev"
88
},
99
"dependencies": {
10-
"@graphprotocol/client-cli": "^3.0.7",
10+
"@graphprotocol/client-cli": "^3.0.8",
1111
"@graphql-mesh/transform-prefix": "^0.103.0",
1212
"graphql": "^16.6.0"
1313
}

examples/urql-live-query/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"graphiql": "graphclient serve-dev"
1111
},
1212
"dependencies": {
13-
"@graphprotocol/client-urql": "2.0.7",
13+
"@graphprotocol/client-urql": "2.0.8",
1414
"graphql": "16.10.0",
1515
"react": "19.0.0",
1616
"react-dom": "19.0.0",
1717
"urql": "4.2.1"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "3.0.7",
20+
"@graphprotocol/client-cli": "3.0.8",
2121
"@types/react": "19.0.7",
2222
"@types/react-dom": "19.0.3",
2323
"@vitejs/plugin-react": "4.3.4",

examples/urql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"graphiql": "graphclient serve-dev"
1111
},
1212
"dependencies": {
13-
"@graphprotocol/client-urql": "2.0.7",
13+
"@graphprotocol/client-urql": "2.0.8",
1414
"graphql": "16.10.0",
1515
"react": "19.0.0",
1616
"react-dom": "19.0.0",
1717
"urql": "4.2.1"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "3.0.7",
20+
"@graphprotocol/client-cli": "3.0.8",
2121
"@types/react": "19.0.7",
2222
"@types/react-dom": "19.0.3",
2323
"@vitejs/plugin-react": "4.3.4",

packages/add-source-name/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphprotocol/client-add-source-name
22

3+
## 2.0.8
4+
5+
### Patch Changes
6+
7+
- [#843](https://github.com/graphprotocol/graph-client/pull/843) [`5a122c1`](https://github.com/graphprotocol/graph-client/commit/5a122c1c22140472fc0695b5b082c9f560531b1c) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.78.0) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0`, in `peerDependencies`)
9+
310
## 2.0.7
411

512
### Patch Changes

packages/add-source-name/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-add-source-name",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/apollo/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphprotocol/client-apollo
22

3+
## 2.0.8
4+
5+
### Patch Changes
6+
7+
- [#809](https://github.com/graphprotocol/graph-client/pull/809) [`3aac0bd`](https://github.com/graphprotocol/graph-client/commit/3aac0bdc9add7acd17f559365bf2c0bea3447141) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
9+
- Updated dependency [`@graphql-mesh/apollo-link@^0.104.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/apollo-link/v/0.104.0) (from `^0.103.0`, in `dependencies`)
10+
11+
- [#843](https://github.com/graphprotocol/graph-client/pull/843) [`5a122c1`](https://github.com/graphprotocol/graph-client/commit/5a122c1c22140472fc0695b5b082c9f560531b1c) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
12+
- Updated dependency [`@graphql-mesh/apollo-link@^0.105.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/apollo-link/v/0.105.0) (from `^0.104.0`, in `dependencies`)
13+
314
## 2.0.7
415

516
### Patch Changes

packages/apollo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-apollo",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/auto-pagination/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphprotocol/client-auto-pagination
22

3+
## 2.0.8
4+
5+
### Patch Changes
6+
7+
- [#843](https://github.com/graphprotocol/graph-client/pull/843) [`5a122c1`](https://github.com/graphprotocol/graph-client/commit/5a122c1c22140472fc0695b5b082c9f560531b1c) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.78.0) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0`, in `peerDependencies`)
9+
310
## 2.0.7
411

512
### Patch Changes

packages/auto-pagination/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-auto-pagination",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/auto-type-merging/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphprotocol/client-auto-type-merging
22

3+
## 2.0.8
4+
5+
### Patch Changes
6+
7+
- [#843](https://github.com/graphprotocol/graph-client/pull/843) [`5a122c1`](https://github.com/graphprotocol/graph-client/commit/5a122c1c22140472fc0695b5b082c9f560531b1c) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
- Updated dependency [`@graphql-mesh/transform-type-merging@^0.103.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.103.0) (from `^0.102.0`, in `dependencies`)
9+
- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.78.0) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0`, in `peerDependencies`)
10+
311
## 2.0.7
412

513
### Patch Changes

packages/auto-type-merging/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-auto-type-merging",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/block-tracking/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphprotocol/client-block-tracking
22

3+
## 2.0.7
4+
5+
### Patch Changes
6+
7+
- [#809](https://github.com/graphprotocol/graph-client/pull/809) [`3aac0bd`](https://github.com/graphprotocol/graph-client/commit/3aac0bdc9add7acd17f559365bf2c0bea3447141) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
- Updated dependency [`@graphql-mesh/fusion-runtime@^0.10.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/fusion-runtime/v/0.10.0) (from `^0.8.0`, in `dependencies`)
9+
310
## 2.0.6
411

512
### Patch Changes

packages/block-tracking/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-block-tracking",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/cli/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @graphprotocol/client-cli
22

3+
## 3.0.8
4+
5+
### Patch Changes
6+
7+
- [#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:
8+
9+
- 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`)
10+
11+
- [#809](https://github.com/graphprotocol/graph-client/pull/809) [`3aac0bd`](https://github.com/graphprotocol/graph-client/commit/3aac0bdc9add7acd17f559365bf2c0bea3447141) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
12+
13+
- Updated dependency [`@graphql-mesh/cli@^0.97.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.97.0) (from `^0.96.0`, in `dependencies`)
14+
15+
- [#843](https://github.com/graphprotocol/graph-client/pull/843) [`5a122c1`](https://github.com/graphprotocol/graph-client/commit/5a122c1c22140472fc0695b5b082c9f560531b1c) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
16+
- Updated dependency [`@graphql-mesh/cli@^0.98.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.98.0) (from `^0.97.0`, in `dependencies`)
17+
- Updated dependency [`@graphql-mesh/graphql@^0.103.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.103.0) (from `^0.102.0`, in `dependencies`)
18+
- Updated dependencies [[`5a122c1`](https://github.com/graphprotocol/graph-client/commit/5a122c1c22140472fc0695b5b082c9f560531b1c), [`5a122c1`](https://github.com/graphprotocol/graph-client/commit/5a122c1c22140472fc0695b5b082c9f560531b1c), [`5a122c1`](https://github.com/graphprotocol/graph-client/commit/5a122c1c22140472fc0695b5b082c9f560531b1c), [`3aac0bd`](https://github.com/graphprotocol/graph-client/commit/3aac0bdc9add7acd17f559365bf2c0bea3447141)]:
19+
- @graphprotocol/client-add-source-name@2.0.8
20+
- @graphprotocol/client-auto-pagination@2.0.8
21+
- @graphprotocol/client-auto-type-merging@2.0.8
22+
- @graphprotocol/client-block-tracking@2.0.7
23+
324
## 3.0.7
425

526
### Patch Changes

packages/cli/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-cli",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"description": "",
55
"repository": {
66
"type": "git",
@@ -52,10 +52,10 @@
5252
"@graphql-mesh/cli": "^0.98.0",
5353
"@graphql-mesh/graphql": "^0.103.0",
5454
"tslib": "^2.4.0",
55-
"@graphprotocol/client-auto-pagination": "^2.0.7",
56-
"@graphprotocol/client-auto-type-merging": "^2.0.7",
57-
"@graphprotocol/client-block-tracking": "^2.0.6",
58-
"@graphprotocol/client-add-source-name": "^2.0.7",
55+
"@graphprotocol/client-auto-pagination": "^2.0.8",
56+
"@graphprotocol/client-auto-type-merging": "^2.0.8",
57+
"@graphprotocol/client-block-tracking": "^2.0.7",
58+
"@graphprotocol/client-add-source-name": "^2.0.8",
5959
"@graphprotocol/client-polling-live": "^2.0.1"
6060
},
6161
"devDependencies": {

0 commit comments

Comments
 (0)