Skip to content

Commit a46cefe

Browse files
chore(release): update monorepo packages versions (#285)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 685f67c commit a46cefe

30 files changed

+72
-58
lines changed

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

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 0 additions & 6 deletions
This file was deleted.

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

Lines changed: 0 additions & 6 deletions
This file was deleted.

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

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphprotocol_client-polling-live-287-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-dom": "18.2.0"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "2.2.13",
20+
"@graphprotocol/client-cli": "2.2.14",
2121
"@types/react": "18.0.21",
2222
"@types/react-dom": "18.0.6",
2323
"@vitejs/plugin-react": "2.1.0",

examples/composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"graphiql": "graphclient serve-dev"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-cli": "2.2.13",
12+
"@graphprotocol/client-cli": "2.2.14",
1313
"@graphql-mesh/transform-rename": "0.12.94",
1414
"concurrently": "7.4.0",
1515
"graphql": "16.6.0",

examples/cross-chain-extension/package.json

Lines changed: 2 additions & 2 deletions
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": "1.0.12",
13-
"@graphprotocol/client-cli": "2.2.13",
12+
"@graphprotocol/client-add-source-name": "1.0.13",
13+
"@graphprotocol/client-cli": "2.2.14",
1414
"graphql": "16.6.0"
1515
}
1616
}

examples/cross-chain-sdk/package.json

Lines changed: 2 additions & 2 deletions
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": "1.0.12",
13-
"@graphprotocol/client-cli": "2.2.13",
12+
"@graphprotocol/client-add-source-name": "1.0.13",
13+
"@graphprotocol/client-cli": "2.2.14",
1414
"graphql": "16.6.0"
1515
}
1616
}

examples/execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "18.2.0"
1616
},
1717
"devDependencies": {
18-
"@graphprotocol/client-cli": "2.2.13",
18+
"@graphprotocol/client-cli": "2.2.14",
1919
"@types/react": "18.0.21",
2020
"@types/react-dom": "18.0.6",
2121
"@vitejs/plugin-react": "2.1.0",

examples/javascript-cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"check": "exit 0"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-cli": "2.2.13",
12+
"@graphprotocol/client-cli": "2.2.14",
1313
"graphql": "16.6.0"
1414
}
1515
}

examples/javascript-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"check": "exit 0"
1111
},
1212
"dependencies": {
13-
"@graphprotocol/client-cli": "2.2.13",
13+
"@graphprotocol/client-cli": "2.2.14",
1414
"graphql": "16.6.0"
1515
}
1616
}

examples/live-queries/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"start": "graphclient serve-dev"
99
},
1010
"dependencies": {
11-
"@graphprotocol/client-cli": "2.2.13",
12-
"@graphprotocol/client-polling-live": "1.0.0",
11+
"@graphprotocol/client-cli": "2.2.14",
12+
"@graphprotocol/client-polling-live": "1.0.1",
1313
"graphql": "16.6.0"
1414
}
1515
}

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "18.2.0"
1717
},
1818
"devDependencies": {
19-
"@graphprotocol/client-cli": "2.2.13",
19+
"@graphprotocol/client-cli": "2.2.14",
2020
"@types/node": "17.0.26",
2121
"@types/react": "18.0.21",
2222
"eslint": "8.25.0",

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"check": "tsc --pretty --noEmit"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-cli": "2.2.13",
12+
"@graphprotocol/client-cli": "2.2.14",
1313
"concurrently": "7.4.0",
1414
"graphql": "16.6.0",
1515
"nodemon": "2.0.20",

examples/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-query": "4.0.0"
1717
},
1818
"devDependencies": {
19-
"@graphprotocol/client-cli": "2.2.13",
19+
"@graphprotocol/client-cli": "2.2.14",
2020
"@types/react": "18.0.21",
2121
"@types/react-dom": "18.0.6",
2222
"@vitejs/plugin-react": "2.1.0",

examples/transforms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "graphclient serve-dev"
77
},
88
"dependencies": {
9-
"@graphprotocol/client-cli": "2.2.13",
9+
"@graphprotocol/client-cli": "2.2.14",
1010
"graphql": "16.6.0"
1111
}
1212
}

examples/urql-live-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"urql": "3.0.3"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "2.2.13",
20+
"@graphprotocol/client-cli": "2.2.14",
2121
"@types/react": "18.0.21",
2222
"@types/react-dom": "18.0.6",
2323
"@vitejs/plugin-react": "2.1.0",

examples/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"urql": "3.0.3"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "2.2.13",
20+
"@graphprotocol/client-cli": "2.2.14",
2121
"@types/react": "18.0.21",
2222
"@types/react-dom": "18.0.6",
2323
"@vitejs/plugin-react": "2.1.0",

packages/add-source-name/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphprotocol/client-add-source-name
22

3+
## 1.0.13
4+
5+
### Patch Changes
6+
7+
- [#283](https://github.com/graphprotocol/graph-client/pull/283) [`1005783`](https://github.com/graphprotocol/graph-client/commit/1005783777d70d9256de5a569d4a56a812f477d5) 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` ↗︎](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`, in `peerDependencies`)
9+
310
## 1.0.12
411

512
### Patch Changes

packages/add-source-name/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-add-source-name",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/auto-pagination/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphprotocol/client-auto-pagination
22

3+
## 1.1.11
4+
5+
### Patch Changes
6+
7+
- [#283](https://github.com/graphprotocol/graph-client/pull/283) [`1005783`](https://github.com/graphprotocol/graph-client/commit/1005783777d70d9256de5a569d4a56a812f477d5) 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` ↗︎](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`, in `peerDependencies`)
9+
310
## 1.1.10
411

512
### Patch Changes

packages/auto-pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-auto-pagination",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/auto-type-merging/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphprotocol/client-auto-type-merging
22

3+
## 1.0.17
4+
5+
### Patch Changes
6+
7+
- [#283](https://github.com/graphprotocol/graph-client/pull/283) [`1005783`](https://github.com/graphprotocol/graph-client/commit/1005783777d70d9256de5a569d4a56a812f477d5) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.4.46) (from `0.4.44`, 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` ↗︎](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`, in `peerDependencies`)
10+
311
## 1.0.16
412

513
### Patch Changes

packages/auto-type-merging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-auto-type-merging",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/cli/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @graphprotocol/client-cli
22

3+
## 2.2.14
4+
5+
### Patch Changes
6+
7+
- [#283](https://github.com/graphprotocol/graph-client/pull/283) [`1005783`](https://github.com/graphprotocol/graph-client/commit/1005783777d70d9256de5a569d4a56a812f477d5) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
9+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.78.33) (from `0.78.31`, in `dependencies`)
10+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.31.24) (from `0.31.22`, in `dependencies`)
11+
12+
- [#290](https://github.com/graphprotocol/graph-client/pull/290) [`7ed1877`](https://github.com/graphprotocol/graph-client/commit/7ed1877b41a6a19ecd16ed6bae872bc069565260) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
13+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.78.35) (from `0.78.33`, in `dependencies`)
14+
- Updated dependencies [[`1005783`](https://github.com/graphprotocol/graph-client/commit/1005783777d70d9256de5a569d4a56a812f477d5), [`1005783`](https://github.com/graphprotocol/graph-client/commit/1005783777d70d9256de5a569d4a56a812f477d5), [`1005783`](https://github.com/graphprotocol/graph-client/commit/1005783777d70d9256de5a569d4a56a812f477d5), [`685f67c`](https://github.com/graphprotocol/graph-client/commit/685f67cf531316296fbc8825a9965c47711429e5)]:
15+
- @graphprotocol/client-add-source-name@1.0.13
16+
- @graphprotocol/client-auto-pagination@1.1.11
17+
- @graphprotocol/client-auto-type-merging@1.0.17
18+
- @graphprotocol/client-polling-live@1.0.1
19+
320
## 2.2.13
421

522
### Patch Changes

packages/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-cli",
3-
"version": "2.2.13",
3+
"version": "2.2.14",
44
"description": "",
55
"repository": {
66
"type": "git",
@@ -52,11 +52,11 @@
5252
"@graphql-mesh/cli": "0.78.35",
5353
"@graphql-mesh/graphql": "0.31.24",
5454
"tslib": "^2.4.0",
55-
"@graphprotocol/client-auto-pagination": "1.1.10",
56-
"@graphprotocol/client-auto-type-merging": "1.0.16",
55+
"@graphprotocol/client-auto-pagination": "1.1.11",
56+
"@graphprotocol/client-auto-type-merging": "1.0.17",
5757
"@graphprotocol/client-block-tracking": "1.0.9",
58-
"@graphprotocol/client-add-source-name": "1.0.12",
59-
"@graphprotocol/client-polling-live": "1.0.0"
58+
"@graphprotocol/client-add-source-name": "1.0.13",
59+
"@graphprotocol/client-polling-live": "1.0.1"
6060
},
6161
"devDependencies": {
6262
"graphql": "16.6.0"

packages/polling-live/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphprotocol/client-polling-live
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#287](https://github.com/graphprotocol/graph-client/pull/287) [`685f67c`](https://github.com/graphprotocol/graph-client/commit/685f67cf531316296fbc8825a9965c47711429e5) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
- Updated dependency [`@envelop/core@^2.4.2 || ^3.0.0` ↗︎](https://www.npmjs.com/package/@envelop/core/v/2.4.2) (from `^2.4.2`, in `peerDependencies`)
9+
310
## 1.0.0
411

512
### Major Changes

packages/polling-live/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-polling-live",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)