Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#230)
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 Sep 6, 2022
1 parent c10265a commit 38408ab
Show file tree
Hide file tree
Showing 32 changed files with 83 additions and 72 deletions.

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@graphprotocol_client-apollo-229-dependencies.md

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/@graphprotocol_client-cli-228-dependencies.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@graphprotocol_client-urql-229-dependencies.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.6.9",
"@graphprotocol/client-apollo": "1.0.8",
"@graphprotocol/client-apollo": "1.0.9",
"graphql": "16.6.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.6",
"@graphprotocol/client-cli": "2.2.7",
"@types/react": "18.0.18",
"@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.6",
"@graphprotocol/client-cli": "2.2.7",
"@graphql-mesh/transform-rename": "0.12.75",
"concurrently": "7.3.0",
"graphql": "16.6.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/cross-chain-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"graphiql": "graphclient serve-dev"
},
"dependencies": {
"@graphprotocol/client-add-source-name": "1.0.8",
"@graphprotocol/client-cli": "2.2.6",
"@graphprotocol/client-add-source-name": "1.0.9",
"@graphprotocol/client-cli": "2.2.7",
"graphql": "16.6.0"
}
}
4 changes: 2 additions & 2 deletions examples/cross-chain-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"graphiql": "graphclient serve-dev"
},
"dependencies": {
"@graphprotocol/client-add-source-name": "1.0.8",
"@graphprotocol/client-cli": "2.2.6",
"@graphprotocol/client-add-source-name": "1.0.9",
"@graphprotocol/client-cli": "2.2.7",
"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.6",
"@graphprotocol/client-cli": "2.2.7",
"@types/react": "18.0.18",
"@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.6",
"@graphprotocol/client-cli": "2.2.7",
"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.6",
"@graphprotocol/client-cli": "2.2.7",
"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.6",
"@graphprotocol/client-cli": "2.2.7",
"@graphprotocol/client-polling-live": "1.0.0",
"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.6",
"@graphprotocol/client-cli": "2.2.7",
"@types/node": "17.0.26",
"@types/react": "18.0.18",
"eslint": "8.23.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.6",
"@graphprotocol/client-cli": "2.2.7",
"concurrently": "7.3.0",
"graphql": "16.6.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.2.6",
"@graphprotocol/client-cli": "2.2.7",
"@types/react": "18.0.18",
"@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.6",
"@graphprotocol/client-cli": "2.2.7",
"graphql": "16.6.0"
}
}
4 changes: 2 additions & 2 deletions examples/urql-live-query/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": "1.0.9",
"@graphprotocol/client-urql": "1.0.10",
"graphql": "16.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"urql": "3.0.3"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.6",
"@graphprotocol/client-cli": "2.2.7",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.1.0",
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": "1.0.9",
"@graphprotocol/client-urql": "1.0.10",
"graphql": "16.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"urql": "3.0.3"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.6",
"@graphprotocol/client-cli": "2.2.7",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/add-source-name/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphprotocol/client-add-source-name

## 1.0.9

### Patch Changes

- [#228](https://github.com/graphprotocol/graph-client/pull/228) [`7ac3002`](https://github.com/graphprotocol/graph-client/commit/7ac30020013f0bc93f68b91a5106e5052b737322) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0`, in `peerDependencies`)

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/add-source-name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/client-add-source-name",
"version": "1.0.8",
"version": "1.0.9",
"description": "",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphprotocol/client-apollo

## 1.0.9

### Patch Changes

- [#229](https://github.com/graphprotocol/graph-client/pull/229) [`c10265a`](https://github.com/graphprotocol/graph-client/commit/c10265a9a5b53b61b8fe0341a9889fb1269d4c89) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/apollo-link/v/8.0.0) (from `7.0.1`, in `dependencies`)

## 1.0.8

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

## 1.1.7

### Patch Changes

- [#228](https://github.com/graphprotocol/graph-client/pull/228) [`7ac3002`](https://github.com/graphprotocol/graph-client/commit/7ac30020013f0bc93f68b91a5106e5052b737322) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0`, in `peerDependencies`)

## 1.1.6

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

## 1.0.10

### Patch Changes

- [#228](https://github.com/graphprotocol/graph-client/pull/228) [`7ac3002`](https://github.com/graphprotocol/graph-client/commit/7ac30020013f0bc93f68b91a5106e5052b737322) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.4.29) (from `0.4.28`, in `dependencies`)
- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0`, in `peerDependencies`)

## 1.0.9

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

## 2.2.7

### Patch Changes

- [#228](https://github.com/graphprotocol/graph-client/pull/228) [`7ac3002`](https://github.com/graphprotocol/graph-client/commit/7ac30020013f0bc93f68b91a5106e5052b737322) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.78.2) (from `0.78.1`, in `dependencies`)
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.31.5) (from `0.31.4`, in `dependencies`)

- Updated dependencies [[`7ac3002`](https://github.com/graphprotocol/graph-client/commit/7ac30020013f0bc93f68b91a5106e5052b737322), [`7ac3002`](https://github.com/graphprotocol/graph-client/commit/7ac30020013f0bc93f68b91a5106e5052b737322), [`7ac3002`](https://github.com/graphprotocol/graph-client/commit/7ac30020013f0bc93f68b91a5106e5052b737322)]:
- @graphprotocol/client-add-source-name@1.0.9
- @graphprotocol/client-auto-pagination@1.1.7
- @graphprotocol/client-auto-type-merging@1.0.10

## 2.2.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.6",
"version": "2.2.7",
"description": "",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,10 +52,10 @@
"@graphql-mesh/cli": "0.78.2",
"@graphql-mesh/graphql": "0.31.5",
"tslib": "^2.4.0",
"@graphprotocol/client-auto-pagination": "1.1.6",
"@graphprotocol/client-auto-type-merging": "1.0.9",
"@graphprotocol/client-auto-pagination": "1.1.7",
"@graphprotocol/client-auto-type-merging": "1.0.10",
"@graphprotocol/client-block-tracking": "1.0.8",
"@graphprotocol/client-add-source-name": "1.0.8",
"@graphprotocol/client-add-source-name": "1.0.9",
"@graphprotocol/client-polling-live": "1.0.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphprotocol/client-urql

## 1.0.10

### Patch Changes

- [#229](https://github.com/graphprotocol/graph-client/pull/229) [`c10265a`](https://github.com/graphprotocol/graph-client/commit/c10265a9a5b53b61b8fe0341a9889fb1269d4c89) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/urql-exchange/v/8.0.0) (from `7.0.1`, in `dependencies`)

## 1.0.9

### 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": "1.0.9",
"version": "1.0.10",
"description": "",
"repository": {
"type": "git",
Expand Down

0 comments on commit 38408ab

Please sign in to comment.