Skip to content

Commit

Permalink
Upcoming Release Changes (#51)
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 25, 2022
1 parent 563dcc5 commit 1e180ae
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/wild-bananas-sniff.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@apollo/client": "3.5.10",
"@graphprotocol/client-apollo": "0.0.3",
"@graphprotocol/client-apollo": "0.0.4",
"graphql": "16.3.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@graphprotocol/client-cli": "0.0.5",
"@graphprotocol/client-cli": "0.0.6",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@vitejs/plugin-react": "1.3.1",
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.5",
"@graphprotocol/client-cli": "0.0.6",
"@graphql-mesh/transform-prefix": "0.11.35",
"@graphql-mesh/transform-rename": "0.12.36",
"@graphql-mesh/transform-type-merging": "0.3.45",
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 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@graphprotocol/client-cli": "0.0.5",
"@graphprotocol/client-cli": "0.0.6",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@vitejs/plugin-react": "1.3.1",
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.5",
"@graphprotocol/client-cli": "0.0.6",
"@types/node": "17.0.26",
"@types/react": "17.0.41",
"eslint": "8.14.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.5",
"@graphprotocol/client-cli": "0.0.6",
"concurrently": "7.1.0",
"graphql": "16.3.0",
"nodemon": "2.0.15",
Expand Down
4 changes: 2 additions & 2 deletions examples/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"graphiql": "graphclient serve-dev"
},
"dependencies": {
"@graphprotocol/client-urql": "0.0.3",
"@graphprotocol/client-urql": "0.0.4",
"graphql": "16.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"urql": "2.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "0.0.5",
"@graphprotocol/client-cli": "0.0.6",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@vitejs/plugin-react": "1.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphprotocol/client-apollo

## 0.0.4

### Patch Changes

- 563dcc5: Fix issues with NextJS compatibility

## 0.0.3

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

### Patch Changes

- 563dcc5: Fix issues with NextJS compatibility

## 0.0.5

### 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.5",
"version": "0.0.6",
"description": "",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphprotocol/client-urql

## 0.0.4

### Patch Changes

- 563dcc5: Fix issues with NextJS compatibility

## 0.0.3

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

0 comments on commit 1e180ae

Please sign in to comment.