Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2022
1 parent ecc20aa commit 3c558fa
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 28 deletions.

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/@graphprotocol_client-cli-293-dependencies.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.2.14",
"@graphprotocol/client-cli": "2.2.15",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.1.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.2.14",
"@graphprotocol/client-cli": "2.2.15",
"@graphql-mesh/transform-rename": "0.12.95",
"concurrently": "7.4.0",
"graphql": "16.6.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.13",
"@graphprotocol/client-cli": "2.2.14",
"@graphprotocol/client-cli": "2.2.15",
"graphql": "16.6.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.13",
"@graphprotocol/client-cli": "2.2.14",
"@graphprotocol/client-cli": "2.2.15",
"graphql": "16.6.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.2.14",
"@graphprotocol/client-cli": "2.2.15",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.1.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.2.14",
"@graphprotocol/client-cli": "2.2.15",
"graphql": "16.6.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.2.14",
"@graphprotocol/client-cli": "2.2.15",
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/live-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "graphclient serve-dev"
},
"dependencies": {
"@graphprotocol/client-cli": "2.2.14",
"@graphprotocol/client-cli": "2.2.15",
"@graphprotocol/client-polling-live": "1.0.1",
"graphql": "16.6.0"
}
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": "18.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.14",
"@graphprotocol/client-cli": "2.2.15",
"@types/node": "17.0.26",
"@types/react": "18.0.21",
"eslint": "8.25.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.2.14",
"@graphprotocol/client-cli": "2.2.15",
"concurrently": "7.4.0",
"graphql": "16.6.0",
"nodemon": "2.0.20",
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.2.14",
"@graphprotocol/client-cli": "2.2.15",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.1.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.2.14",
"@graphprotocol/client-cli": "2.2.15",
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/urql-live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"urql": "3.0.3"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.14",
"@graphprotocol/client-cli": "2.2.15",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.1.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 @@
"urql": "3.0.3"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.14",
"@graphprotocol/client-cli": "2.2.15",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/auto-type-merging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphprotocol/client-auto-type-merging

## 1.0.18

### Patch Changes

- [#293](https://github.com/graphprotocol/graph-client/pull/293) [`ecc20aa`](https://github.com/graphprotocol/graph-client/commit/ecc20aa9dbd310f07d44971f131c910154e3a656) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-mesh/transform-type-merging@0.4.47` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.4.47) (from `0.4.46`, in `dependencies`)

## 1.0.17

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

## 2.2.15

### Patch Changes

- [#293](https://github.com/graphprotocol/graph-client/pull/293) [`ecc20aa`](https://github.com/graphprotocol/graph-client/commit/ecc20aa9dbd310f07d44971f131c910154e3a656) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-mesh/cli@0.78.39` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.78.39) (from `0.78.35`, in `dependencies`)
- Updated dependency [`@graphql-mesh/graphql@0.31.25` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.31.25) (from `0.31.24`, in `dependencies`)
- Updated dependencies [[`ecc20aa`](https://github.com/graphprotocol/graph-client/commit/ecc20aa9dbd310f07d44971f131c910154e3a656)]:
- @graphprotocol/client-auto-type-merging@1.0.18

## 2.2.14

### 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.2.14",
"version": "2.2.15",
"description": "",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@graphql-mesh/graphql": "0.31.25",
"tslib": "^2.4.0",
"@graphprotocol/client-auto-pagination": "1.1.11",
"@graphprotocol/client-auto-type-merging": "1.0.17",
"@graphprotocol/client-auto-type-merging": "1.0.18",
"@graphprotocol/client-block-tracking": "1.0.9",
"@graphprotocol/client-add-source-name": "1.0.13",
"@graphprotocol/client-polling-live": "1.0.1"
Expand Down

0 comments on commit 3c558fa

Please sign in to comment.