Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#508)
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 16, 2024
1 parent 7f25974 commit 344446d
Show file tree
Hide file tree
Showing 41 changed files with 113 additions and 102 deletions.

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@graphprotocol_client-urql-503-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-zebras-smell.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.16",
"@graphprotocol/client-apollo": "2.0.0",
"@graphprotocol/client-apollo": "2.0.1",
"graphql": "16.7.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.0",
"@graphprotocol/client-cli": "3.0.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
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.0",
"@graphprotocol/client-cli": "3.0.1",
"concurrently": "8.2.0",
"graphql": "16.7.1",
"nodemon": "3.0.1",
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.0",
"@graphprotocol/client-cli": "^3.0.1",
"@graphql-mesh/transform-rename": "^0.94.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": "2.0.0",
"@graphprotocol/client-cli": "3.0.0",
"@graphprotocol/client-add-source-name": "2.0.1",
"@graphprotocol/client-cli": "3.0.1",
"graphql": "16.7.1"
}
}
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.0",
"@graphprotocol/client-cli": "3.0.0",
"@graphprotocol/client-add-source-name": "2.0.1",
"@graphprotocol/client-cli": "3.0.1",
"graphql": "16.7.1"
}
}
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": "3.0.0",
"@graphprotocol/client-cli": "3.0.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
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.0",
"@graphprotocol/client-cli": "3.0.1",
"graphql": "16.7.1"
}
}
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.0",
"@graphprotocol/client-cli": "3.0.1",
"graphql": "16.7.1"
}
}
4 changes: 2 additions & 2 deletions examples/live-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "graphclient serve-dev"
},
"dependencies": {
"@graphprotocol/client-cli": "3.0.0",
"@graphprotocol/client-polling-live": "2.0.0",
"@graphprotocol/client-cli": "3.0.1",
"@graphprotocol/client-polling-live": "2.0.1",
"graphql": "16.7.1"
}
}
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": "3.0.0",
"@graphprotocol/client-cli": "3.0.1",
"@types/node": "20.8.9",
"@types/react": "18.2.14",
"eslint": "8.44.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.0",
"@graphprotocol/client-cli": "3.0.1",
"concurrently": "8.2.0",
"graphql": "16.7.1",
"nodemon": "3.0.1",
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": "3.0.0",
"@graphprotocol/client-cli": "3.0.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
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.0",
"@graphprotocol/client-cli": "^3.0.1",
"@graphql-mesh/transform-prefix": "^0.94.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.0",
"@graphprotocol/client-urql": "2.0.1",
"graphql": "16.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"urql": "4.0.4"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.0",
"@graphprotocol/client-cli": "3.0.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
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.0",
"@graphprotocol/client-urql": "2.0.1",
"graphql": "16.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"urql": "4.0.4"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.0",
"@graphprotocol/client-cli": "3.0.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
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

## 2.0.1

### Patch Changes

- [#503](https://github.com/graphprotocol/graph-client/pull/503) [`37596cf`](https://github.com/graphprotocol/graph-client/commit/37596cf7b9aff9b9078936262bac5510de6300f6) 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` ↗︎](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`, in `peerDependencies`)

## 2.0.0

### Major 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.0",
"version": "2.0.1",
"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

## 2.0.1

### Patch Changes

- [#503](https://github.com/graphprotocol/graph-client/pull/503) [`37596cf`](https://github.com/graphprotocol/graph-client/commit/37596cf7b9aff9b9078936262bac5510de6300f6) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

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

## 2.0.0

### Major 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.0",
"version": "2.0.1",
"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

## 2.0.1

### Patch Changes

- [#503](https://github.com/graphprotocol/graph-client/pull/503) [`37596cf`](https://github.com/graphprotocol/graph-client/commit/37596cf7b9aff9b9078936262bac5510de6300f6) 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` ↗︎](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`, in `peerDependencies`)

## 2.0.0

### Major 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.0",
"version": "2.0.1",
"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

## 2.0.1

### Patch Changes

- [#503](https://github.com/graphprotocol/graph-client/pull/503) [`37596cf`](https://github.com/graphprotocol/graph-client/commit/37596cf7b9aff9b9078936262bac5510de6300f6) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`@graphql-mesh/transform-type-merging@^0.94.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.94.0) (from `^0.93.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` ↗︎](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`, in `peerDependencies`)

## 2.0.0

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

## 2.0.1

### Patch Changes

- [#623](https://github.com/graphprotocol/graph-client/pull/623) [`49d82b7`](https://github.com/graphprotocol/graph-client/commit/49d82b7c9335747b8d12b4a77aae9d58b61e9bf6) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:

- Added dependency [`@graphql-mesh/fusion-runtime@^0.2.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/fusion-runtime/v/0.2.0) (to `dependencies`)

- [#623](https://github.com/graphprotocol/graph-client/pull/623) [`49d82b7`](https://github.com/graphprotocol/graph-client/commit/49d82b7c9335747b8d12b4a77aae9d58b61e9bf6) Thanks [@ardatan](https://github.com/ardatan)! - Implement Fusiongraph Plugin

## 2.0.0

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

## 3.0.1

### Patch Changes

- [#503](https://github.com/graphprotocol/graph-client/pull/503) [`37596cf`](https://github.com/graphprotocol/graph-client/commit/37596cf7b9aff9b9078936262bac5510de6300f6) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

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

- [#544](https://github.com/graphprotocol/graph-client/pull/544) [`87697b5`](https://github.com/graphprotocol/graph-client/commit/87697b5d611d6a24ba083745a6f607485a4ba415) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

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

- Updated dependencies [[`37596cf`](https://github.com/graphprotocol/graph-client/commit/37596cf7b9aff9b9078936262bac5510de6300f6), [`37596cf`](https://github.com/graphprotocol/graph-client/commit/37596cf7b9aff9b9078936262bac5510de6300f6), [`37596cf`](https://github.com/graphprotocol/graph-client/commit/37596cf7b9aff9b9078936262bac5510de6300f6), [`49d82b7`](https://github.com/graphprotocol/graph-client/commit/49d82b7c9335747b8d12b4a77aae9d58b61e9bf6), [`a8f657f`](https://github.com/graphprotocol/graph-client/commit/a8f657ffe9cbee1cc05a6534735769d582a24042), [`49d82b7`](https://github.com/graphprotocol/graph-client/commit/49d82b7c9335747b8d12b4a77aae9d58b61e9bf6)]:
- @graphprotocol/client-add-source-name@2.0.1
- @graphprotocol/client-auto-pagination@2.0.1
- @graphprotocol/client-auto-type-merging@2.0.1
- @graphprotocol/client-block-tracking@2.0.1
- @graphprotocol/client-polling-live@2.0.1

## 3.0.0

### Major Changes
Expand Down
Loading

0 comments on commit 344446d

Please sign in to comment.