Skip to content

Commit 43cbefb

Browse files
chore(release): update monorepo packages versions (#96)
1 parent f360681 commit 43cbefb

File tree

25 files changed

+81
-32
lines changed

25 files changed

+81
-32
lines changed

.changeset/poor-garlics-exist.md

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

examples/apollo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"dependencies": {
1313
"@apollo/client": "3.5.10",
14-
"@graphprotocol/client-apollo": "0.0.5",
14+
"@graphprotocol/client-apollo": "0.0.6",
1515
"graphql": "16.3.0",
1616
"react": "17.0.2",
1717
"react-dom": "17.0.2"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "0.0.10",
20+
"@graphprotocol/client-cli": "0.0.11",
2121
"@types/react": "17.0.33",
2222
"@types/react-dom": "17.0.10",
2323
"@vitejs/plugin-react": "1.3.1",

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": "0.0.10",
12+
"@graphprotocol/client-cli": "0.0.11",
1313
"@graphql-mesh/transform-prefix": "0.11.45",
1414
"@graphql-mesh/transform-rename": "0.12.46",
1515
"@graphql-mesh/transform-type-merging": "0.4.0",

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": "17.0.2"
1616
},
1717
"devDependencies": {
18-
"@graphprotocol/client-cli": "0.0.10",
18+
"@graphprotocol/client-cli": "0.0.11",
1919
"@types/react": "17.0.33",
2020
"@types/react-dom": "17.0.10",
2121
"@vitejs/plugin-react": "1.3.1",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# javascript-cjs-example
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f360681]
8+
- @graphprotocol/client-cli@0.0.11
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "javascript-cjs-example",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"scripts": {
66
"start": "node index.js",
77
"build-client": "graphclient build --fileType json",
88
"graphiql": "graphclient serve-dev",
99
"check": "exit 0"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-cli": "0.0.10",
12+
"@graphprotocol/client-cli": "0.0.11",
1313
"graphql": "16.3.0"
1414
}
1515
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# javascript-esm-example
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f360681]
8+
- @graphprotocol/client-cli@0.0.11

examples/javascript-esm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "javascript-esm-example",
33
"private": true,
44
"type": "module",
5-
"version": "0.0.0",
5+
"version": "0.0.1",
66
"scripts": {
77
"start": "node index.js",
88
"build-client": "graphclient build --fileType js",
99
"graphiql": "graphclient serve-dev",
1010
"check": "exit 0"
1111
},
1212
"dependencies": {
13-
"@graphprotocol/client-cli": "0.0.10",
13+
"@graphprotocol/client-cli": "0.0.11",
1414
"graphql": "16.3.0"
1515
}
1616
}

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": "17.0.2"
1717
},
1818
"devDependencies": {
19-
"@graphprotocol/client-cli": "0.0.10",
19+
"@graphprotocol/client-cli": "0.0.11",
2020
"@types/node": "17.0.26",
2121
"@types/react": "17.0.41",
2222
"eslint": "8.14.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": "0.0.10",
12+
"@graphprotocol/client-cli": "0.0.11",
1313
"concurrently": "7.1.0",
1414
"graphql": "16.3.0",
1515
"nodemon": "2.0.15",

0 commit comments

Comments
 (0)