Skip to content

Commit 96fffeb

Browse files
chore(release): update monorepo packages versions (#72)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 48d1db3 commit 96fffeb

File tree

15 files changed

+34
-18
lines changed

15 files changed

+34
-18
lines changed

.changeset/sharp-poems-move.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": "17.0.2"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "0.0.7",
20+
"@graphprotocol/client-cli": "0.0.8",
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.7",
12+
"@graphprotocol/client-cli": "0.0.8",
1313
"@graphql-mesh/transform-prefix": "0.11.38",
1414
"@graphql-mesh/transform-rename": "0.12.39",
1515
"@graphql-mesh/transform-type-merging": "0.3.48",

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.7",
18+
"@graphprotocol/client-cli": "0.0.8",
1919
"@types/react": "17.0.33",
2020
"@types/react-dom": "17.0.10",
2121
"@vitejs/plugin-react": "1.3.1",

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.7",
19+
"@graphprotocol/client-cli": "0.0.8",
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.7",
12+
"@graphprotocol/client-cli": "0.0.8",
1313
"concurrently": "7.1.0",
1414
"graphql": "16.3.0",
1515
"nodemon": "2.0.15",

examples/react-query/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# react-query-example
22

3+
## 0.0.2
4+
35
## 0.0.1

examples/react-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-query-example",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"scripts": {
66
"start": "vite",
77
"build": "vite build",
@@ -16,7 +16,7 @@
1616
"react-query": "3.38.0"
1717
},
1818
"devDependencies": {
19-
"@graphprotocol/client-cli": "0.0.7",
19+
"@graphprotocol/client-cli": "0.0.8",
2020
"@types/react": "17.0.33",
2121
"@types/react-dom": "17.0.10",
2222
"@vitejs/plugin-react": "1.3.1",

examples/transforms/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# transforms-example
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- @graphprotocol/client-cli@0.0.8
8+
39
## 0.0.1
410

511
### Patch Changes

examples/transforms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "transforms-example",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"scripts": {
66
"start": "graphclient serve-dev"
77
},
88
"dependencies": {
9-
"@graphprotocol/client-cli": "0.0.7",
9+
"@graphprotocol/client-cli": "0.0.8",
1010
"graphql": "16.3.0"
1111
}
1212
}

0 commit comments

Comments
 (0)