From 5aa43adff632ae76af7d5282ee29e2dd3216c7cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 May 2022 03:41:42 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/tender-tigers-repair.md | 7 ------- examples/apollo/package.json | 2 +- examples/composition/package.json | 2 +- examples/execute/package.json | 2 +- examples/nextjs/package.json | 2 +- examples/node/package.json | 2 +- examples/react-query/CHANGELOG.md | 2 ++ examples/react-query/package.json | 4 ++-- examples/transforms/CHANGELOG.md | 7 +++++++ examples/transforms/package.json | 4 ++-- examples/urql/package.json | 2 +- packages/auto-pagination/CHANGELOG.md | 6 ++++++ packages/auto-pagination/package.json | 2 +- packages/block-tracking/CHANGELOG.md | 6 ++++++ packages/block-tracking/package.json | 2 +- packages/cli/CHANGELOG.md | 9 +++++++++ packages/cli/package.json | 6 +++--- 17 files changed, 45 insertions(+), 22 deletions(-) delete mode 100644 .changeset/tender-tigers-repair.md diff --git a/.changeset/tender-tigers-repair.md b/.changeset/tender-tigers-repair.md deleted file mode 100644 index 4ac619f2..00000000 --- a/.changeset/tender-tigers-repair.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@graphprotocol/client-auto-pagination': patch -'@graphprotocol/client-block-tracking': patch -'@graphprotocol/client-cli': patch ---- - -Bump versions diff --git a/examples/apollo/package.json b/examples/apollo/package.json index f7ee6a1d..dc715a65 100644 --- a/examples/apollo/package.json +++ b/examples/apollo/package.json @@ -17,7 +17,7 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@graphprotocol/client-cli": "0.0.9", + "@graphprotocol/client-cli": "0.0.10", "@types/react": "17.0.33", "@types/react-dom": "17.0.10", "@vitejs/plugin-react": "1.3.1", diff --git a/examples/composition/package.json b/examples/composition/package.json index fba3f82d..be433f4f 100644 --- a/examples/composition/package.json +++ b/examples/composition/package.json @@ -9,7 +9,7 @@ "graphiql": "graphclient serve-dev" }, "dependencies": { - "@graphprotocol/client-cli": "0.0.9", + "@graphprotocol/client-cli": "0.0.10", "@graphql-mesh/transform-prefix": "0.11.41", "@graphql-mesh/transform-rename": "0.12.42", "@graphql-mesh/transform-type-merging": "0.3.51", diff --git a/examples/execute/package.json b/examples/execute/package.json index a797c428..1eac5b0e 100644 --- a/examples/execute/package.json +++ b/examples/execute/package.json @@ -15,7 +15,7 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@graphprotocol/client-cli": "0.0.9", + "@graphprotocol/client-cli": "0.0.10", "@types/react": "17.0.33", "@types/react-dom": "17.0.10", "@vitejs/plugin-react": "1.3.1", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 80f26c5c..c1878824 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -16,7 +16,7 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@graphprotocol/client-cli": "0.0.9", + "@graphprotocol/client-cli": "0.0.10", "@types/node": "17.0.26", "@types/react": "17.0.41", "eslint": "8.14.0", diff --git a/examples/node/package.json b/examples/node/package.json index d0ae6750..16bfff81 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -9,7 +9,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "@graphprotocol/client-cli": "0.0.9", + "@graphprotocol/client-cli": "0.0.10", "concurrently": "7.1.0", "graphql": "16.3.0", "nodemon": "2.0.15", diff --git a/examples/react-query/CHANGELOG.md b/examples/react-query/CHANGELOG.md index 30810071..504007ad 100644 --- a/examples/react-query/CHANGELOG.md +++ b/examples/react-query/CHANGELOG.md @@ -1,5 +1,7 @@ # react-query-example +## 0.0.4 + ## 0.0.3 ## 0.0.2 diff --git a/examples/react-query/package.json b/examples/react-query/package.json index 4c19a151..8ecd9bff 100644 --- a/examples/react-query/package.json +++ b/examples/react-query/package.json @@ -1,7 +1,7 @@ { "name": "react-query-example", "private": true, - "version": "0.0.3", + "version": "0.0.4", "scripts": { "start": "vite", "build": "vite build", @@ -16,7 +16,7 @@ "react-query": "3.38.0" }, "devDependencies": { - "@graphprotocol/client-cli": "0.0.9", + "@graphprotocol/client-cli": "0.0.10", "@types/react": "17.0.33", "@types/react-dom": "17.0.10", "@vitejs/plugin-react": "1.3.1", diff --git a/examples/transforms/CHANGELOG.md b/examples/transforms/CHANGELOG.md index f511e250..ed850f2e 100644 --- a/examples/transforms/CHANGELOG.md +++ b/examples/transforms/CHANGELOG.md @@ -1,5 +1,12 @@ # transforms-example +## 0.0.4 + +### Patch Changes + +- Updated dependencies [6675626] + - @graphprotocol/client-cli@0.0.10 + ## 0.0.3 ### Patch Changes diff --git a/examples/transforms/package.json b/examples/transforms/package.json index a2642aa4..1ad5cc69 100644 --- a/examples/transforms/package.json +++ b/examples/transforms/package.json @@ -1,12 +1,12 @@ { "name": "transforms-example", "private": true, - "version": "0.0.3", + "version": "0.0.4", "scripts": { "start": "graphclient serve-dev" }, "dependencies": { - "@graphprotocol/client-cli": "0.0.9", + "@graphprotocol/client-cli": "0.0.10", "graphql": "16.3.0" } } diff --git a/examples/urql/package.json b/examples/urql/package.json index fcab8c6c..3d33e8d3 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -17,7 +17,7 @@ "urql": "2.2.0" }, "devDependencies": { - "@graphprotocol/client-cli": "0.0.9", + "@graphprotocol/client-cli": "0.0.10", "@types/react": "17.0.33", "@types/react-dom": "17.0.10", "@vitejs/plugin-react": "1.3.1", diff --git a/packages/auto-pagination/CHANGELOG.md b/packages/auto-pagination/CHANGELOG.md index 588d9dd5..e5c50921 100644 --- a/packages/auto-pagination/CHANGELOG.md +++ b/packages/auto-pagination/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphprotocol/client-auto-pagination +## 0.0.5 + +### Patch Changes + +- 6675626: Bump versions + ## 0.0.4 ### Patch Changes diff --git a/packages/auto-pagination/package.json b/packages/auto-pagination/package.json index 5097a390..ec8c1320 100644 --- a/packages/auto-pagination/package.json +++ b/packages/auto-pagination/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/client-auto-pagination", - "version": "0.0.4", + "version": "0.0.5", "description": "", "repository": { "type": "git", diff --git a/packages/block-tracking/CHANGELOG.md b/packages/block-tracking/CHANGELOG.md index 2cdc740d..e972169b 100644 --- a/packages/block-tracking/CHANGELOG.md +++ b/packages/block-tracking/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphprotocol/client-block-tracking +## 0.0.3 + +### Patch Changes + +- 6675626: Bump versions + ## 0.0.2 ### Patch Changes diff --git a/packages/block-tracking/package.json b/packages/block-tracking/package.json index dca73d87..afb479f7 100644 --- a/packages/block-tracking/package.json +++ b/packages/block-tracking/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/client-block-tracking", - "version": "0.0.2", + "version": "0.0.3", "description": "", "repository": { "type": "git", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index eddde266..dc9e520e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphprotocol/client-cli +## 0.0.10 + +### Patch Changes + +- 6675626: Bump versions +- Updated dependencies [6675626] + - @graphprotocol/client-auto-pagination@0.0.5 + - @graphprotocol/client-block-tracking@0.0.3 + ## 0.0.9 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 46fbc8a9..2831c391 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/client-cli", - "version": "0.0.9", + "version": "0.0.10", "description": "", "repository": { "type": "git", @@ -52,8 +52,8 @@ "@graphql-mesh/cli": "0.70.2", "@graphql-mesh/graphql": "0.25.4", "tslib": "2.4.0", - "@graphprotocol/client-auto-pagination": "0.0.4", - "@graphprotocol/client-block-tracking": "0.0.2" + "@graphprotocol/client-auto-pagination": "0.0.5", + "@graphprotocol/client-block-tracking": "0.0.3" }, "devDependencies": { "graphql": "16.5.0"