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 Dec 12, 2024
1 parent 238c1c5 commit c8a7508
Show file tree
Hide file tree
Showing 40 changed files with 103 additions and 88 deletions.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphprotocol_client-urql-843-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.12.3",
"@graphprotocol/client-apollo": "2.0.7",
"@graphprotocol/client-apollo": "2.0.8",
"graphql": "16.9.0",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
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": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"concurrently": "9.1.0",
"graphql": "16.9.0",
"nodemon": "3.1.7",
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": "^3.0.7",
"@graphprotocol/client-cli": "^3.0.8",
"@graphql-mesh/transform-rename": "^0.103.0",
"concurrently": "^9.0.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": "2.0.7",
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-add-source-name": "2.0.8",
"@graphprotocol/client-cli": "3.0.8",
"graphql": "16.9.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": "2.0.7",
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-add-source-name": "2.0.8",
"@graphprotocol/client-cli": "3.0.8",
"graphql": "16.9.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": "19.0.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
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": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"graphql": "16.9.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": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"graphql": "16.9.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": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"@graphprotocol/client-polling-live": "2.0.1",
"graphql": "16.9.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": "19.0.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"eslint": "9.16.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": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"concurrently": "9.1.0",
"graphql": "16.9.0",
"nodemon": "3.1.7",
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": "19.0.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
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": "^3.0.7",
"@graphprotocol/client-cli": "^3.0.8",
"@graphql-mesh/transform-prefix": "^0.103.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": "2.0.7",
"@graphprotocol/client-urql": "2.0.8",
"graphql": "16.9.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"urql": "4.2.1"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
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": "2.0.7",
"@graphprotocol/client-urql": "2.0.8",
"graphql": "16.9.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"urql": "4.2.1"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@graphprotocol/client-cli": "3.0.8",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/add-source-name/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphprotocol/client-add-source-name

## 2.0.8

### Patch Changes

- [#843](https://github.com/graphprotocol/graph-client/pull/843) [`5a122c1`](https://github.com/graphprotocol/graph-client/commit/5a122c1c22140472fc0695b5b082c9f560531b1c) 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 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.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 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0`, in `peerDependencies`)

## 2.0.7

### 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": "2.0.7",
"version": "2.0.8",
"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

## 2.0.8

### Patch Changes

- [#809](https://github.com/graphprotocol/graph-client/pull/809) [`3aac0bd`](https://github.com/graphprotocol/graph-client/commit/3aac0bdc9add7acd17f559365bf2c0bea3447141) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

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

- [#843](https://github.com/graphprotocol/graph-client/pull/843) [`5a122c1`](https://github.com/graphprotocol/graph-client/commit/5a122c1c22140472fc0695b5b082c9f560531b1c) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-mesh/apollo-link@^0.105.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/apollo-link/v/0.105.0) (from `^0.104.0`, in `dependencies`)

## 2.0.7

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

## 2.0.8

### Patch Changes

- [#843](https://github.com/graphprotocol/graph-client/pull/843) [`5a122c1`](https://github.com/graphprotocol/graph-client/commit/5a122c1c22140472fc0695b5b082c9f560531b1c) 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 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.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 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0`, in `peerDependencies`)

## 2.0.7

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

## 2.0.8

### Patch Changes

- [#843](https://github.com/graphprotocol/graph-client/pull/843) [`5a122c1`](https://github.com/graphprotocol/graph-client/commit/5a122c1c22140472fc0695b5b082c9f560531b1c) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-mesh/transform-type-merging@^0.103.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.103.0) (from `^0.102.0`, 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 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.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 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0`, in `peerDependencies`)

## 2.0.7

### 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": "2.0.7",
"version": "2.0.8",
"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

## 2.0.7

### Patch Changes

- [#809](https://github.com/graphprotocol/graph-client/pull/809) [`3aac0bd`](https://github.com/graphprotocol/graph-client/commit/3aac0bdc9add7acd17f559365bf2c0bea3447141) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-mesh/fusion-runtime@^0.10.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/fusion-runtime/v/0.10.0) (from `^0.8.0`, in `dependencies`)

## 2.0.6

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

## 3.0.8

### Patch Changes

- [#806](https://github.com/graphprotocol/graph-client/pull/806) [`087663b`](https://github.com/graphprotocol/graph-client/commit/087663b7290e30cbfa78b5886052dd541d345dfe) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

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

- [#809](https://github.com/graphprotocol/graph-client/pull/809) [`3aac0bd`](https://github.com/graphprotocol/graph-client/commit/3aac0bdc9add7acd17f559365bf2c0bea3447141) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

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

- [#843](https://github.com/graphprotocol/graph-client/pull/843) [`5a122c1`](https://github.com/graphprotocol/graph-client/commit/5a122c1c22140472fc0695b5b082c9f560531b1c) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-mesh/cli@^0.98.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.98.0) (from `^0.97.0`, in `dependencies`)
- Updated dependency [`@graphql-mesh/graphql@^0.103.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.103.0) (from `^0.102.0`, in `dependencies`)
- Updated dependencies [[`5a122c1`](https://github.com/graphprotocol/graph-client/commit/5a122c1c22140472fc0695b5b082c9f560531b1c), [`5a122c1`](https://github.com/graphprotocol/graph-client/commit/5a122c1c22140472fc0695b5b082c9f560531b1c), [`5a122c1`](https://github.com/graphprotocol/graph-client/commit/5a122c1c22140472fc0695b5b082c9f560531b1c), [`3aac0bd`](https://github.com/graphprotocol/graph-client/commit/3aac0bdc9add7acd17f559365bf2c0bea3447141)]:
- @graphprotocol/client-add-source-name@2.0.8
- @graphprotocol/client-auto-pagination@2.0.8
- @graphprotocol/client-auto-type-merging@2.0.8
- @graphprotocol/client-block-tracking@2.0.7

## 3.0.7

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/client-cli",
"version": "3.0.7",
"version": "3.0.8",
"description": "",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,10 +52,10 @@
"@graphql-mesh/cli": "^0.98.0",
"@graphql-mesh/graphql": "^0.103.0",
"tslib": "^2.4.0",
"@graphprotocol/client-auto-pagination": "^2.0.7",
"@graphprotocol/client-auto-type-merging": "^2.0.7",
"@graphprotocol/client-block-tracking": "^2.0.6",
"@graphprotocol/client-add-source-name": "^2.0.7",
"@graphprotocol/client-auto-pagination": "^2.0.8",
"@graphprotocol/client-auto-type-merging": "^2.0.8",
"@graphprotocol/client-block-tracking": "^2.0.7",
"@graphprotocol/client-add-source-name": "^2.0.8",
"@graphprotocol/client-polling-live": "^2.0.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit c8a7508

Please sign in to comment.