Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#186)
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 Aug 10, 2022
1 parent 3fc8833 commit 24dc6fa
Show file tree
Hide file tree
Showing 40 changed files with 125 additions and 133 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@graphprotocol_client-apollo-188-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.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@graphprotocol_client-cli-184-dependencies.md

This file was deleted.

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

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@graphprotocol_client-urql-188-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.3",
"@graphprotocol/client-apollo": "1.0.4",
"graphql": "16.5.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.1.2",
"@graphprotocol/client-cli": "2.1.3",
"@types/react": "18.0.17",
"@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.1.2",
"@graphprotocol/client-cli": "2.1.3",
"@graphql-mesh/transform-rename": "0.12.64",
"concurrently": "7.3.0",
"graphql": "16.5.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.3",
"@graphprotocol/client-cli": "2.1.2",
"@graphprotocol/client-add-source-name": "1.0.4",
"@graphprotocol/client-cli": "2.1.3",
"graphql": "16.5.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.3",
"@graphprotocol/client-cli": "2.1.2",
"@graphprotocol/client-add-source-name": "1.0.4",
"@graphprotocol/client-cli": "2.1.3",
"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.1.2",
"@graphprotocol/client-cli": "2.1.3",
"@types/react": "18.0.17",
"@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.1.2",
"@graphprotocol/client-cli": "2.1.3",
"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.1.2",
"@graphprotocol/client-cli": "2.1.3",
"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.1.2",
"@graphprotocol/client-cli": "2.1.3",
"@types/node": "17.0.26",
"@types/react": "18.0.17",
"eslint": "8.21.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.1.2",
"@graphprotocol/client-cli": "2.1.3",
"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.1.2",
"@graphprotocol/client-cli": "2.1.3",
"@types/react": "18.0.17",
"@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.1.2",
"@graphprotocol/client-cli": "2.1.3",
"graphql": "16.5.0"
}
}
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.3",
"@graphprotocol/client-urql": "1.0.4",
"graphql": "16.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"urql": "2.2.3"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.1.2",
"@graphprotocol/client-cli": "2.1.3",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.0.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/add-source-name/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @graphprotocol/client-add-source-name

## 1.0.4

### Patch Changes

- [#184](https://github.com/graphprotocol/graph-client/pull/184) [`75c6311`](https://github.com/graphprotocol/graph-client/commit/75c6311f4ceebb44b371448b2da5b76edc8b3f7a) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency ([`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/8.9.1)) (was `8.9.0`, in `dependencies`)

* [#188](https://github.com/graphprotocol/graph-client/pull/188) [`3fc8833`](https://github.com/graphprotocol/graph-client/commit/3fc8833e1ca152c46490d641cf2e8dd5b935e6a5) 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.1) (was `9.0.0`, in `dependencies`)
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/9.0.1) (was `9.0.0`, in `dependencies`)
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/8.10.0) (was `8.9.1`, in `dependencies`)

- [#185](https://github.com/graphprotocol/graph-client/pull/185) [`f4f88ac`](https://github.com/graphprotocol/graph-client/commit/f4f88ac2d017a43047de3265fdca7f9cbe80b802) 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.0)) (was `8.8.1`, in `dependencies`)
- Updated dependency ([`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/9.0.0)) (was `8.5.1`, in `dependencies`)

## 1.0.3

### 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.3",
"version": "1.0.4",
"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.4

### Patch Changes

- [#188](https://github.com/graphprotocol/graph-client/pull/188) [`3fc8833`](https://github.com/graphprotocol/graph-client/commit/3fc8833e1ca152c46490d641cf2e8dd5b935e6a5) 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/5.0.1) (was `5.0.0`, in `dependencies`)

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

## 1.1.2

### Patch Changes

- [#184](https://github.com/graphprotocol/graph-client/pull/184) [`75c6311`](https://github.com/graphprotocol/graph-client/commit/75c6311f4ceebb44b371448b2da5b76edc8b3f7a) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency ([`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/8.9.1)) (was `8.9.0`, in `dependencies`)

* [#188](https://github.com/graphprotocol/graph-client/pull/188) [`3fc8833`](https://github.com/graphprotocol/graph-client/commit/3fc8833e1ca152c46490d641cf2e8dd5b935e6a5) 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.1) (was `9.0.0`, in `dependencies`)
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/9.0.1) (was `9.0.0`, in `dependencies`)
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/8.10.0) (was `8.9.1`, in `dependencies`)

- [#185](https://github.com/graphprotocol/graph-client/pull/185) [`f4f88ac`](https://github.com/graphprotocol/graph-client/commit/f4f88ac2d017a43047de3265fdca7f9cbe80b802) 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.0)) (was `8.8.1`, in `dependencies`)
- Updated dependency ([`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/9.0.0)) (was `8.5.1`, in `dependencies`)

## 1.1.1

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

## 1.0.3

### Patch Changes

- [#188](https://github.com/graphprotocol/graph-client/pull/188) [`3fc8833`](https://github.com/graphprotocol/graph-client/commit/3fc8833e1ca152c46490d641cf2e8dd5b935e6a5) 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.1) (was `9.0.0`, in `dependencies`)
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.4.18) (was `0.4.17`, in `dependencies`)

* [#185](https://github.com/graphprotocol/graph-client/pull/185) [`f4f88ac`](https://github.com/graphprotocol/graph-client/commit/f4f88ac2d017a43047de3265fdca7f9cbe80b802) 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.0)) (was `8.8.1`, in `dependencies`)

## 1.0.2

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

## 1.0.5

### Patch Changes

- [#184](https://github.com/graphprotocol/graph-client/pull/184) [`75c6311`](https://github.com/graphprotocol/graph-client/commit/75c6311f4ceebb44b371448b2da5b76edc8b3f7a) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency ([`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/8.9.1)) (was `8.9.0`, in `dependencies`)

* [#188](https://github.com/graphprotocol/graph-client/pull/188) [`3fc8833`](https://github.com/graphprotocol/graph-client/commit/3fc8833e1ca152c46490d641cf2e8dd5b935e6a5) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/8.10.0) (was `8.9.1`, in `dependencies`)

## 1.0.4

### 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.4",
"version": "1.0.5",
"description": "",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 24dc6fa

Please sign in to comment.