Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#79)
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 May 11, 2022
1 parent 9d71ded commit 2338874
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-pianos-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-rice-turn.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@graphprotocol/client-cli": "0.0.8",
"@graphprotocol/client-cli": "0.0.9",
"@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.8",
"@graphprotocol/client-cli": "0.0.9",
"@graphql-mesh/transform-prefix": "0.11.38",
"@graphql-mesh/transform-rename": "0.12.39",
"@graphql-mesh/transform-type-merging": "0.3.48",
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.8",
"@graphprotocol/client-cli": "0.0.9",
"@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/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.8",
"@graphprotocol/client-cli": "0.0.9",
"@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.8",
"@graphprotocol/client-cli": "0.0.9",
"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.3

## 0.0.2

## 0.0.1
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.2",
"version": "0.0.3",
"scripts": {
"start": "vite",
"build": "vite build",
Expand All @@ -16,7 +16,7 @@
"react-query": "3.38.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "0.0.8",
"@graphprotocol/client-cli": "0.0.9",
"@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 examples/transforms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# transforms-example

## 0.0.3

### Patch Changes

- @graphprotocol/client-cli@0.0.9

## 0.0.2

### 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.2",
"version": "0.0.3",
"scripts": {
"start": "graphclient serve-dev"
},
"dependencies": {
"@graphprotocol/client-cli": "0.0.8",
"@graphprotocol/client-cli": "0.0.9",
"graphql": "16.3.0"
}
}
2 changes: 1 addition & 1 deletion examples/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"urql": "2.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "0.0.8",
"@graphprotocol/client-cli": "0.0.9",
"@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 packages/auto-pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphprotocol/client-auto-pagination

## 0.0.4

### Patch Changes

- 9d71ded: Respect other arguments while creating underlying pagination selections
- 9d71ded: Use lastID if skip exceeds the limit

## 0.0.3

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

## 0.0.9

### Patch Changes

- Updated dependencies [9d71ded]
- Updated dependencies [9d71ded]
- @graphprotocol/client-auto-pagination@0.0.4

## 0.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.8",
"version": "0.0.9",
"description": "",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@graphql-mesh/cli": "0.69.2",
"@graphql-mesh/graphql": "0.25.2",
"tslib": "2.4.0",
"@graphprotocol/client-auto-pagination": "0.0.3",
"@graphprotocol/client-auto-pagination": "0.0.4",
"@graphprotocol/client-block-tracking": "0.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit 2338874

Please sign in to comment.