Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#164)
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 Jul 22, 2022
1 parent ac54503 commit 4ba46be
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/quiet-cars-warn.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 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.0.2",
"@graphprotocol/client-cli": "2.1.0",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.0.0",
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": "2.0.2",
"@graphprotocol/client-cli": "2.1.0",
"@graphql-mesh/transform-rename": "0.12.60",
"concurrently": "7.3.0",
"graphql": "16.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/cross-chain-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@graphprotocol/client-add-source-name": "1.0.2",
"@graphprotocol/client-cli": "2.0.2",
"@graphprotocol/client-cli": "2.1.0",
"graphql": "16.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/cross-chain-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@graphprotocol/client-add-source-name": "1.0.2",
"@graphprotocol/client-cli": "2.0.2",
"@graphprotocol/client-cli": "2.1.0",
"graphql": "16.5.0"
}
}
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": "18.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.0.2",
"@graphprotocol/client-cli": "2.1.0",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/javascript-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"check": "exit 0"
},
"dependencies": {
"@graphprotocol/client-cli": "2.0.2",
"@graphprotocol/client-cli": "2.1.0",
"graphql": "16.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/javascript-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check": "exit 0"
},
"dependencies": {
"@graphprotocol/client-cli": "2.0.2",
"@graphprotocol/client-cli": "2.1.0",
"graphql": "16.5.0"
}
}
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": "18.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.0.2",
"@graphprotocol/client-cli": "2.1.0",
"@types/node": "17.0.26",
"@types/react": "18.0.15",
"eslint": "8.20.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": "2.0.2",
"@graphprotocol/client-cli": "2.1.0",
"concurrently": "7.3.0",
"graphql": "16.5.0",
"nodemon": "2.0.19",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-query": "4.0.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.0.2",
"@graphprotocol/client-cli": "2.1.0",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/transforms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "graphclient serve-dev"
},
"dependencies": {
"@graphprotocol/client-cli": "2.0.2",
"@graphprotocol/client-cli": "2.1.0",
"graphql": "16.5.0"
}
}
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 @@
"urql": "2.2.2"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.0.2",
"@graphprotocol/client-cli": "2.1.0",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/auto-pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphprotocol/client-auto-pagination

## 1.1.0

### Minor Changes

- ac54503: Support nested fields

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/client-auto-pagination",
"version": "1.0.3",
"version": "1.1.0",
"description": "",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphprotocol/client-cli

## 2.1.0

### Patch Changes

- Updated dependencies [ac54503]
- @graphprotocol/client-auto-pagination@1.1.0

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/client-cli",
"version": "2.0.2",
"version": "2.1.0",
"description": "",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@graphql-mesh/cli": "0.75.1",
"@graphql-mesh/graphql": "0.29.4",
"tslib": "2.4.0",
"@graphprotocol/client-auto-pagination": "1.0.3",
"@graphprotocol/client-auto-pagination": "1.1.0",
"@graphprotocol/client-auto-type-merging": "1.0.1",
"@graphprotocol/client-block-tracking": "1.0.3",
"@graphprotocol/client-add-source-name": "1.0.2"
Expand Down

0 comments on commit 4ba46be

Please sign in to comment.