Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#434)
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 26, 2023
1 parent 2c6e13e commit 0aa93d7
Show file tree
Hide file tree
Showing 45 changed files with 138 additions and 127 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/@graphprotocol_client-cli-435-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphprotocol_client-cli-436-dependencies.md

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/light-pandas-change.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.17",
"@graphprotocol/client-apollo": "1.0.18",
"graphql": "16.6.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.21",
"@graphprotocol/client-cli": "2.2.22",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@vitejs/plugin-react": "4.0.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.21",
"@graphprotocol/client-cli": "2.2.22",
"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.21",
"@graphprotocol/client-cli": "^2.2.22",
"@graphql-mesh/transform-rename": "^0.93.0",
"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.19",
"@graphprotocol/client-cli": "2.2.21",
"@graphprotocol/client-add-source-name": "1.0.20",
"@graphprotocol/client-cli": "2.2.22",
"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.19",
"@graphprotocol/client-cli": "2.2.21",
"@graphprotocol/client-add-source-name": "1.0.20",
"@graphprotocol/client-cli": "2.2.22",
"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.21",
"@graphprotocol/client-cli": "2.2.22",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@vitejs/plugin-react": "4.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 @@ -10,7 +10,7 @@
"check": "exit 0"
},
"dependencies": {
"@graphprotocol/client-cli": "2.2.21",
"@graphprotocol/client-cli": "2.2.22",
"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.21",
"@graphprotocol/client-cli": "2.2.22",
"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.21",
"@graphprotocol/client-cli": "2.2.22",
"@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.21",
"@graphprotocol/client-cli": "2.2.22",
"@types/node": "18.16.1",
"@types/react": "18.2.0",
"eslint": "8.39.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.21",
"@graphprotocol/client-cli": "2.2.22",
"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.21",
"@graphprotocol/client-cli": "2.2.22",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@vitejs/plugin-react": "4.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 @@ -7,7 +7,7 @@
"start": "graphclient serve-dev"
},
"dependencies": {
"@graphprotocol/client-cli": "^2.2.21",
"@graphprotocol/client-cli": "^2.2.22",
"@graphql-mesh/transform-prefix": "^0.93.0",
"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.17",
"@graphprotocol/client-urql": "1.0.18",
"graphql": "16.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"urql": "4.0.1"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.21",
"@graphprotocol/client-cli": "2.2.22",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@vitejs/plugin-react": "4.0.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.17",
"@graphprotocol/client-urql": "1.0.18",
"graphql": "16.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"urql": "4.0.1"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.21",
"@graphprotocol/client-cli": "2.2.22",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@vitejs/plugin-react": "4.0.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/add-source-name/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @graphprotocol/client-add-source-name

## 1.0.20

### Patch Changes

- [#430](https://github.com/graphprotocol/graph-client/pull/430) [`5f966f2`](https://github.com/graphprotocol/graph-client/commit/5f966f2ffe334095823942f099f4a7e66b51c84b) 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.32) (from `9.0.31`, in `peerDependencies`)

- [#435](https://github.com/graphprotocol/graph-client/pull/435) [`61d5a12`](https://github.com/graphprotocol/graph-client/commit/61d5a12efcf79f9ffe75af42cbbc0bdbfc961e46) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:

- Updated dependency [`lodash@^4.17.21` ↗︎](https://www.npmjs.com/package/lodash/v/4.17.21) (from `4.17.21`, in `dependencies`)
- Updated dependency [`@graphql-tools/delegate@^9.0.32` ↗︎](https://www.npmjs.com/package/@graphql-tools/delegate/v/9.0.32) (from `9.0.32`, in `peerDependencies`)
- Updated dependency [`@graphql-tools/wrap@^9.4.2` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/9.4.2) (from `9.4.2`, in `peerDependencies`)
- Updated dependency [`@graphql-tools/utils@^9.2.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.2.1) (from `9.2.1`, in `peerDependencies`)

- [#436](https://github.com/graphprotocol/graph-client/pull/436) [`5085a87`](https://github.com/graphprotocol/graph-client/commit/5085a8700a4cf34f37d70cef39b4d116198c7c00) 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 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.78.0) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0`, in `peerDependencies`)

## 1.0.19

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

## 1.0.18

### Patch Changes

- [#435](https://github.com/graphprotocol/graph-client/pull/435) [`61d5a12`](https://github.com/graphprotocol/graph-client/commit/61d5a12efcf79f9ffe75af42cbbc0bdbfc961e46) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:

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

- [`2c6e13e`](https://github.com/graphprotocol/graph-client/commit/2c6e13ee71ab1a63cb643411747079984ff32658) Thanks [@ardatan](https://github.com/ardatan)! - Bump to the correct version of Mesh packages

## 1.0.17

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

## 1.1.18

### Patch Changes

- [#430](https://github.com/graphprotocol/graph-client/pull/430) [`5f966f2`](https://github.com/graphprotocol/graph-client/commit/5f966f2ffe334095823942f099f4a7e66b51c84b) 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.32) (from `9.0.31`, in `peerDependencies`)

- [#435](https://github.com/graphprotocol/graph-client/pull/435) [`61d5a12`](https://github.com/graphprotocol/graph-client/commit/61d5a12efcf79f9ffe75af42cbbc0bdbfc961e46) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:

- Updated dependency [`lodash@^4.17.21` ↗︎](https://www.npmjs.com/package/lodash/v/4.17.21) (from `4.17.21`, in `dependencies`)
- Updated dependency [`@graphql-tools/delegate@^9.0.32` ↗︎](https://www.npmjs.com/package/@graphql-tools/delegate/v/9.0.32) (from `9.0.32`, in `peerDependencies`)
- Updated dependency [`@graphql-tools/wrap@^9.4.2` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/9.4.2) (from `9.4.2`, in `peerDependencies`)
- Updated dependency [`@graphql-tools/utils@^9.2.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.2.1) (from `9.2.1`, in `peerDependencies`)

- [#436](https://github.com/graphprotocol/graph-client/pull/436) [`5085a87`](https://github.com/graphprotocol/graph-client/commit/5085a8700a4cf34f37d70cef39b4d116198c7c00) 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 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.78.0) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0`, in `peerDependencies`)

## 1.1.17

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

## 1.0.25

### Patch Changes

- [#430](https://github.com/graphprotocol/graph-client/pull/430) [`5f966f2`](https://github.com/graphprotocol/graph-client/commit/5f966f2ffe334095823942f099f4a7e66b51c84b) 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.32) (from `9.0.31`, in `peerDependencies`)

- [#435](https://github.com/graphprotocol/graph-client/pull/435) [`61d5a12`](https://github.com/graphprotocol/graph-client/commit/61d5a12efcf79f9ffe75af42cbbc0bdbfc961e46) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:

- Updated dependency [`@graphql-mesh/transform-type-merging@^0.5.22` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.5.22) (from `0.5.22`, in `dependencies`)
- Updated dependency [`@graphql-tools/delegate@^9.0.32` ↗︎](https://www.npmjs.com/package/@graphql-tools/delegate/v/9.0.32) (from `9.0.32`, in `peerDependencies`)

- [#436](https://github.com/graphprotocol/graph-client/pull/436) [`5085a87`](https://github.com/graphprotocol/graph-client/commit/5085a8700a4cf34f37d70cef39b4d116198c7c00) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-mesh/transform-type-merging@^0.93.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.93.0) (from `^0.5.22`, 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 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.78.0) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0`, in `peerDependencies`)

## 1.0.24

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

0 comments on commit 0aa93d7

Please sign in to comment.