Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 21, 2022
1 parent cc01355 commit 4845a36
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/thick-months-add.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"graphql": "16.3.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "0.0.3",
"@graphprotocol/client-cli": "0.0.4",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"graphiql": "graphclient serve-dev"
},
"dependencies": {
"@graphprotocol/client-cli": "0.0.3",
"@graphprotocol/client-cli": "0.0.4",
"@graphql-mesh/transform-prefix": "0.11.32",
"@graphql-mesh/transform-rename": "0.12.33",
"@graphql-mesh/transform-type-merging": "0.3.43",
Expand Down
2 changes: 1 addition & 1 deletion examples/execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"graphql": "16.3.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "0.0.3",
"@graphprotocol/client-cli": "0.0.4",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@graphprotocol/client-cli": "0.0.3",
"@graphprotocol/client-cli": "0.0.4",
"@types/node": "17.0.21",
"@types/react": "17.0.41",
"eslint": "8.11.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphprotocol/client-cli": "0.0.3",
"@graphprotocol/client-cli": "0.0.4",
"concurrently": "7.0.0",
"nodemon": "2.0.15",
"ts-node": "10.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"graphql": "16.3.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "0.0.3",
"@graphprotocol/client-cli": "0.0.4",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphprotocol/client-cli

## 0.0.4

### Patch Changes

- cc01355: Fix Browser compatibility issues

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/client-cli",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4845a36

Please sign in to comment.