Skip to content

Commit 4845a36

Browse files
chore(release): update monorepo packages versions (#33)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cc01355 commit 4845a36

File tree

9 files changed

+13
-12
lines changed

9 files changed

+13
-12
lines changed

.changeset/thick-months-add.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
"graphql": "16.3.0"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "0.0.3",
20+
"@graphprotocol/client-cli": "0.0.4",
2121
"@types/react": "^17.0.33",
2222
"@types/react-dom": "^17.0.10",
2323
"@vitejs/plugin-react": "^1.0.7",

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.3",
12+
"@graphprotocol/client-cli": "0.0.4",
1313
"@graphql-mesh/transform-prefix": "0.11.32",
1414
"@graphql-mesh/transform-rename": "0.12.33",
1515
"@graphql-mesh/transform-type-merging": "0.3.43",

examples/execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"graphql": "16.3.0"
1616
},
1717
"devDependencies": {
18-
"@graphprotocol/client-cli": "0.0.3",
18+
"@graphprotocol/client-cli": "0.0.4",
1919
"@types/react": "^17.0.33",
2020
"@types/react-dom": "^17.0.10",
2121
"@vitejs/plugin-react": "^1.0.7",

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.3",
19+
"@graphprotocol/client-cli": "0.0.4",
2020
"@types/node": "17.0.21",
2121
"@types/react": "17.0.41",
2222
"eslint": "8.11.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.3",
12+
"@graphprotocol/client-cli": "0.0.4",
1313
"concurrently": "7.0.0",
1414
"nodemon": "2.0.15",
1515
"ts-node": "10.5.0",

examples/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"graphql": "16.3.0"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "0.0.3",
20+
"@graphprotocol/client-cli": "0.0.4",
2121
"@types/react": "^17.0.33",
2222
"@types/react-dom": "^17.0.10",
2323
"@vitejs/plugin-react": "^1.0.7",

packages/cli/CHANGELOG.md

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

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- cc01355: Fix Browser compatibility issues
8+
39
## 0.0.3
410

511
### Patch Changes

packages/cli/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-cli",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)