Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/poor-garlics-exist.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.5.10",
"@graphprotocol/client-apollo": "0.0.5",
"@graphprotocol/client-apollo": "0.0.6",
"graphql": "16.3.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@graphprotocol/client-cli": "0.0.10",
"@graphprotocol/client-cli": "0.0.11",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@vitejs/plugin-react": "1.3.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": "0.0.10",
"@graphprotocol/client-cli": "0.0.11",
"@graphql-mesh/transform-prefix": "0.11.45",
"@graphql-mesh/transform-rename": "0.12.46",
"@graphql-mesh/transform-type-merging": "0.4.0",
Expand Down
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": "17.0.2"
},
"devDependencies": {
"@graphprotocol/client-cli": "0.0.10",
"@graphprotocol/client-cli": "0.0.11",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@vitejs/plugin-react": "1.3.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/javascript-cjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# javascript-cjs-example

## 0.0.1

### Patch Changes

- Updated dependencies [f360681]
- @graphprotocol/client-cli@0.0.11
4 changes: 2 additions & 2 deletions examples/javascript-cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "javascript-cjs-example",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"start": "node index.js",
"build-client": "graphclient build --fileType json",
"graphiql": "graphclient serve-dev",
"check": "exit 0"
},
"dependencies": {
"@graphprotocol/client-cli": "0.0.10",
"@graphprotocol/client-cli": "0.0.11",
"graphql": "16.3.0"
}
}
8 changes: 8 additions & 0 deletions examples/javascript-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# javascript-esm-example

## 0.0.1

### Patch Changes

- Updated dependencies [f360681]
- @graphprotocol/client-cli@0.0.11
4 changes: 2 additions & 2 deletions examples/javascript-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "javascript-esm-example",
"private": true,
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"start": "node index.js",
"build-client": "graphclient build --fileType js",
"graphiql": "graphclient serve-dev",
"check": "exit 0"
},
"dependencies": {
"@graphprotocol/client-cli": "0.0.10",
"@graphprotocol/client-cli": "0.0.11",
"graphql": "16.3.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": "17.0.2"
},
"devDependencies": {
"@graphprotocol/client-cli": "0.0.10",
"@graphprotocol/client-cli": "0.0.11",
"@types/node": "17.0.26",
"@types/react": "17.0.41",
"eslint": "8.14.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": "0.0.10",
"@graphprotocol/client-cli": "0.0.11",
"concurrently": "7.1.0",
"graphql": "16.3.0",
"nodemon": "2.0.15",
Expand Down
2 changes: 2 additions & 0 deletions examples/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# react-query-example

## 0.0.5

## 0.0.4

## 0.0.3
Expand Down
4 changes: 2 additions & 2 deletions examples/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-query-example",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"scripts": {
"start": "vite",
"build": "vite build",
Expand All @@ -16,7 +16,7 @@
"react-query": "3.38.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "0.0.10",
"@graphprotocol/client-cli": "0.0.11",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@vitejs/plugin-react": "1.3.1",
Expand Down
7 changes: 7 additions & 0 deletions examples/transforms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# transforms-example

## 0.0.5

### Patch Changes

- Updated dependencies [f360681]
- @graphprotocol/client-cli@0.0.11

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/transforms/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "transforms-example",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"scripts": {
"start": "graphclient serve-dev"
},
"dependencies": {
"@graphprotocol/client-cli": "0.0.10",
"@graphprotocol/client-cli": "0.0.11",
"graphql": "16.3.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": "0.0.5",
"@graphprotocol/client-urql": "0.0.6",
"graphql": "16.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"urql": "2.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "0.0.10",
"@graphprotocol/client-cli": "0.0.11",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@vitejs/plugin-react": "1.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphprotocol/client-apollo

## 0.0.6

### Patch Changes

- f360681: Bump internal Mesh packages

## 0.0.5

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

## 0.0.6

### Patch Changes

- f360681: Bump internal Mesh packages

## 0.0.5

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

## 0.0.4

### Patch Changes

- f360681: Bump internal Mesh packages

## 0.0.3

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

## 0.0.11

### Patch Changes

- f360681: Bump internal Mesh packages
- Updated dependencies [f360681]
- @graphprotocol/client-auto-pagination@0.0.6
- @graphprotocol/client-block-tracking@0.0.4

## 0.0.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/client-cli",
"version": "0.0.10",
"version": "0.0.11",
"description": "",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,8 +52,8 @@
"@graphql-mesh/cli": "0.71.0",
"@graphql-mesh/graphql": "0.26.0",
"tslib": "2.4.0",
"@graphprotocol/client-auto-pagination": "0.0.5",
"@graphprotocol/client-block-tracking": "0.0.3"
"@graphprotocol/client-auto-pagination": "0.0.6",
"@graphprotocol/client-block-tracking": "0.0.4"
},
"devDependencies": {
"graphql": "16.5.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphprotocol/client-urql

## 0.0.6

### Patch Changes

- f360681: Bump internal Mesh packages

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/urql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/client-urql",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"repository": {
"type": "git",
Expand Down