Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#417)
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
theguild-bot and github-actions[bot] authored Apr 19, 2023
1 parent 791b18a commit 05c8e5c
Show file tree
Hide file tree
Showing 42 changed files with 115 additions and 102 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphprotocol_client-apollo-404-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphprotocol_client-apollo-418-dependencies.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/@graphprotocol_client-cli-404-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/@graphprotocol_client-cli-418-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/@graphprotocol_client-cli-428-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphprotocol_client-urql-404-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphprotocol_client-urql-411-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.7.12",
"@graphprotocol/client-apollo": "1.0.16",
"@graphprotocol/client-apollo": "1.0.17",
"graphql": "16.6.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.20",
"@graphprotocol/client-cli": "2.2.21",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/auto-pagination-multiple-sources/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.20",
"@graphprotocol/client-cli": "2.2.21",
"concurrently": "8.0.1",
"graphql": "16.6.0",
"nodemon": "2.0.22",
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.20",
"@graphprotocol/client-cli": "2.2.21",
"@graphql-mesh/transform-rename": "0.14.24",
"concurrently": "8.0.1",
"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.18",
"@graphprotocol/client-cli": "2.2.20",
"@graphprotocol/client-add-source-name": "1.0.19",
"@graphprotocol/client-cli": "2.2.21",
"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.18",
"@graphprotocol/client-cli": "2.2.20",
"@graphprotocol/client-add-source-name": "1.0.19",
"@graphprotocol/client-cli": "2.2.21",
"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.20",
"@graphprotocol/client-cli": "2.2.21",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "3.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 @@ -10,7 +10,7 @@
"check": "exit 0"
},
"dependencies": {
"@graphprotocol/client-cli": "2.2.20",
"@graphprotocol/client-cli": "2.2.21",
"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.20",
"@graphprotocol/client-cli": "2.2.21",
"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.20",
"@graphprotocol/client-cli": "2.2.21",
"@graphprotocol/client-polling-live": "1.1.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.20",
"@graphprotocol/client-cli": "2.2.21",
"@types/node": "18.15.11",
"@types/react": "18.0.37",
"eslint": "8.38.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.20",
"@graphprotocol/client-cli": "2.2.21",
"concurrently": "8.0.1",
"graphql": "16.6.0",
"nodemon": "2.0.22",
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-dom": "18.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.20",
"@graphprotocol/client-cli": "2.2.21",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "3.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 @@ -7,7 +7,7 @@
"start": "graphclient serve-dev"
},
"dependencies": {
"@graphprotocol/client-cli": "2.2.20",
"@graphprotocol/client-cli": "2.2.21",
"@graphql-mesh/transform-prefix": "0.12.24",
"graphql": "16.6.0"
}
Expand Down
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.16",
"@graphprotocol/client-urql": "1.0.17",
"graphql": "16.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"urql": "4.0.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.20",
"@graphprotocol/client-cli": "2.2.21",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "3.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.16",
"@graphprotocol/client-urql": "1.0.17",
"graphql": "16.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"urql": "4.0.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.20",
"@graphprotocol/client-cli": "2.2.21",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "3.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.19

### Patch Changes

- [#404](https://github.com/graphprotocol/graph-client/pull/404) [`459ffa1`](https://github.com/graphprotocol/graph-client/commit/459ffa1f2744a864bab36b8348759e55c021eccb) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/delegate/v/9.0.30) (from `9.0.28`, in `peerDependencies`)
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/9.4.1) (from `9.3.8`, in `peerDependencies`)

## 1.0.18

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

## 1.0.17

### Patch Changes

- [#404](https://github.com/graphprotocol/graph-client/pull/404) [`459ffa1`](https://github.com/graphprotocol/graph-client/commit/459ffa1f2744a864bab36b8348759e55c021eccb) 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/10.0.4) (from `10.0.3`, in `dependencies`)

- [#418](https://github.com/graphprotocol/graph-client/pull/418) [`b532a0b`](https://github.com/graphprotocol/graph-client/commit/b532a0be8c8c34e3d8158618811b6f6554b27da2) 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/10.0.5) (from `10.0.4`, in `dependencies`)

## 1.0.16

### 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.16",
"version": "1.0.17",
"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.17

### Patch Changes

- [#404](https://github.com/graphprotocol/graph-client/pull/404) [`459ffa1`](https://github.com/graphprotocol/graph-client/commit/459ffa1f2744a864bab36b8348759e55c021eccb) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/delegate/v/9.0.30) (from `9.0.28`, in `peerDependencies`)
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/9.4.1) (from `9.3.8`, in `peerDependencies`)

## 1.1.16

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

## 1.0.24

### Patch Changes

- [#404](https://github.com/graphprotocol/graph-client/pull/404) [`459ffa1`](https://github.com/graphprotocol/graph-client/commit/459ffa1f2744a864bab36b8348759e55c021eccb) 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.5.20) (from `0.5.15`, in `dependencies`)
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/delegate/v/9.0.30) (from `9.0.28`, in `peerDependencies`)

- [#418](https://github.com/graphprotocol/graph-client/pull/418) [`b532a0b`](https://github.com/graphprotocol/graph-client/commit/b532a0be8c8c34e3d8158618811b6f6554b27da2) 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.5.21) (from `0.5.20`, in `dependencies`)

- [#428](https://github.com/graphprotocol/graph-client/pull/428) [`bfda0f7`](https://github.com/graphprotocol/graph-client/commit/bfda0f7852e67e9299f89b782f1411f3a72b09fd) 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.5.22) (from `0.5.21`, in `dependencies`)

## 1.0.23

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

## 1.0.13

### Patch Changes

- [#404](https://github.com/graphprotocol/graph-client/pull/404) [`459ffa1`](https://github.com/graphprotocol/graph-client/commit/459ffa1f2744a864bab36b8348759e55c021eccb) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/delegate/v/9.0.30) (from `9.0.28`, in `peerDependencies`)

## 1.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/block-tracking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/client-block-tracking",
"version": "1.0.12",
"version": "1.0.13",
"description": "",
"repository": {
"type": "git",
Expand Down
23 changes: 23 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @graphprotocol/client-cli

## 2.2.21

### Patch Changes

- [#404](https://github.com/graphprotocol/graph-client/pull/404) [`459ffa1`](https://github.com/graphprotocol/graph-client/commit/459ffa1f2744a864bab36b8348759e55c021eccb) 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.82.31) (from `0.82.25`, in `dependencies`)
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.34.14) (from `0.34.8`, in `dependencies`)

- [#418](https://github.com/graphprotocol/graph-client/pull/418) [`b532a0b`](https://github.com/graphprotocol/graph-client/commit/b532a0be8c8c34e3d8158618811b6f6554b27da2) 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.82.32) (from `0.82.31`, in `dependencies`)
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.34.16) (from `0.34.14`, in `dependencies`)

- [#428](https://github.com/graphprotocol/graph-client/pull/428) [`bfda0f7`](https://github.com/graphprotocol/graph-client/commit/bfda0f7852e67e9299f89b782f1411f3a72b09fd) 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.82.33) (from `0.82.32`, in `dependencies`)
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.34.17) (from `0.34.16`, in `dependencies`)
- Updated dependencies [[`459ffa1`](https://github.com/graphprotocol/graph-client/commit/459ffa1f2744a864bab36b8348759e55c021eccb), [`459ffa1`](https://github.com/graphprotocol/graph-client/commit/459ffa1f2744a864bab36b8348759e55c021eccb), [`459ffa1`](https://github.com/graphprotocol/graph-client/commit/459ffa1f2744a864bab36b8348759e55c021eccb), [`b532a0b`](https://github.com/graphprotocol/graph-client/commit/b532a0be8c8c34e3d8158618811b6f6554b27da2), [`bfda0f7`](https://github.com/graphprotocol/graph-client/commit/bfda0f7852e67e9299f89b782f1411f3a72b09fd), [`459ffa1`](https://github.com/graphprotocol/graph-client/commit/459ffa1f2744a864bab36b8348759e55c021eccb)]:
- @graphprotocol/client-add-source-name@1.0.19
- @graphprotocol/client-auto-pagination@1.1.17
- @graphprotocol/client-auto-type-merging@1.0.24
- @graphprotocol/client-block-tracking@1.0.13

## 2.2.20

### Patch Changes
Expand Down
Loading

0 comments on commit 05c8e5c

Please sign in to comment.