Skip to content

Commit 1dcfc46

Browse files
chore(release): update monorepo packages versions
1 parent 166ab88 commit 1dcfc46

File tree

18 files changed

+23
-21
lines changed

18 files changed

+23
-21
lines changed

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

-5
This file was deleted.

examples/apollo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-dom": "18.3.1"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "3.0.7",
20+
"@graphprotocol/client-cli": "3.0.8",
2121
"@types/react": "18.3.4",
2222
"@types/react-dom": "18.3.0",
2323
"@vitejs/plugin-react": "4.3.1",

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": "8.2.2",
1414
"graphql": "16.9.0",
1515
"nodemon": "3.1.4",

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.102.0",
1414
"concurrently": "^8.0.1",
1515
"graphql": "^16.6.0",

examples/cross-chain-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphprotocol/client-add-source-name": "2.0.7",
13-
"@graphprotocol/client-cli": "3.0.7",
13+
"@graphprotocol/client-cli": "3.0.8",
1414
"graphql": "16.9.0"
1515
}
1616
}

examples/cross-chain-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphprotocol/client-add-source-name": "2.0.7",
13-
"@graphprotocol/client-cli": "3.0.7",
13+
"@graphprotocol/client-cli": "3.0.8",
1414
"graphql": "16.9.0"
1515
}
1616
}

examples/execute/package.json

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

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.9.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.9.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.9.0"
1414
}

examples/nextjs/package.json

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

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": "8.2.2",
1414
"graphql": "16.9.0",
1515
"nodemon": "3.1.4",

examples/react-query/package.json

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

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.102.0",
1212
"graphql": "^16.6.0"
1313
}

examples/urql-live-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"urql": "4.1.0"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "3.0.7",
20+
"@graphprotocol/client-cli": "3.0.8",
2121
"@types/react": "18.3.4",
2222
"@types/react-dom": "18.3.0",
2323
"@vitejs/plugin-react": "4.3.1",

examples/urql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"urql": "4.1.0"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "3.0.7",
20+
"@graphprotocol/client-cli": "3.0.8",
2121
"@types/react": "18.3.4",
2222
"@types/react-dom": "18.3.0",
2323
"@vitejs/plugin-react": "4.3.1",

packages/cli/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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+
- 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`)
9+
310
## 3.0.7
411

512
### Patch Changes

packages/cli/package.json

+1-1
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",

0 commit comments

Comments
 (0)