From 965466fe7ad033e6446987b3f0ea7ef898c9988d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Jun 2022 23:52:32 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/dull-horses-knock.md | 10 ---------- .changeset/silver-files-call.md | 5 ----- examples/apollo/package.json | 4 ++-- examples/composition/package.json | 2 +- examples/cross-chain/package.json | 4 ++-- examples/execute/package.json | 2 +- examples/javascript-cjs/package.json | 2 +- examples/javascript-esm/package.json | 2 +- examples/nextjs/package.json | 2 +- examples/node/package.json | 2 +- examples/react-query/package.json | 2 +- examples/transforms/package.json | 2 +- examples/urql/package.json | 4 ++-- packages/add-source-name/CHANGELOG.md | 11 +++++++++++ packages/add-source-name/package.json | 2 +- packages/apollo/CHANGELOG.md | 6 ++++++ packages/apollo/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 | 14 ++++++++++++++ packages/cli/package.json | 8 ++++---- packages/urql/CHANGELOG.md | 6 ++++++ packages/urql/package.json | 2 +- 25 files changed, 72 insertions(+), 38 deletions(-) delete mode 100644 .changeset/dull-horses-knock.md delete mode 100644 .changeset/silver-files-call.md create mode 100644 packages/add-source-name/CHANGELOG.md diff --git a/.changeset/dull-horses-knock.md b/.changeset/dull-horses-knock.md deleted file mode 100644 index 8ae10108..00000000 --- a/.changeset/dull-horses-knock.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@graphprotocol/client-add-source-name': major -'@graphprotocol/client-apollo': major -'@graphprotocol/client-auto-pagination': major -'@graphprotocol/client-block-tracking': major -'@graphprotocol/client-cli': major -'@graphprotocol/client-urql': major ---- - -Preparations for V1 release diff --git a/.changeset/silver-files-call.md b/.changeset/silver-files-call.md deleted file mode 100644 index becca9ec..00000000 --- a/.changeset/silver-files-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/client-add-source-name': patch ---- - -New Transform: Add `client-add-source-name` transformer diff --git a/examples/apollo/package.json b/examples/apollo/package.json index e40dd70d..d0e6894a 100644 --- a/examples/apollo/package.json +++ b/examples/apollo/package.json @@ -11,13 +11,13 @@ }, "dependencies": { "@apollo/client": "3.5.10", - "@graphprotocol/client-apollo": "0.0.6", + "@graphprotocol/client-apollo": "1.0.0", "graphql": "16.3.0", "react": "17.0.2", "react-dom": "17.0.2" }, "devDependencies": { - "@graphprotocol/client-cli": "0.0.11", + "@graphprotocol/client-cli": "1.0.0", "@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 6fa816c1..cfb1070d 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.11", + "@graphprotocol/client-cli": "1.0.0", "@graphql-mesh/transform-prefix": "0.11.45", "@graphql-mesh/transform-rename": "0.12.46", "@graphql-mesh/transform-type-merging": "0.4.0", diff --git a/examples/cross-chain/package.json b/examples/cross-chain/package.json index f2d0c5c8..3868236e 100644 --- a/examples/cross-chain/package.json +++ b/examples/cross-chain/package.json @@ -9,8 +9,8 @@ "graphiql": "graphclient serve-dev" }, "dependencies": { - "@graphprotocol/client-add-source-name": "0.0.0", - "@graphprotocol/client-cli": "0.0.11", + "@graphprotocol/client-add-source-name": "1.0.0", + "@graphprotocol/client-cli": "1.0.0", "graphql": "16.3.0" } } diff --git a/examples/execute/package.json b/examples/execute/package.json index e8a53018..135b593e 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.11", + "@graphprotocol/client-cli": "1.0.0", "@types/react": "17.0.33", "@types/react-dom": "17.0.10", "@vitejs/plugin-react": "1.3.1", diff --git a/examples/javascript-cjs/package.json b/examples/javascript-cjs/package.json index 073c6ac7..0eb24988 100644 --- a/examples/javascript-cjs/package.json +++ b/examples/javascript-cjs/package.json @@ -9,7 +9,7 @@ "check": "exit 0" }, "dependencies": { - "@graphprotocol/client-cli": "0.0.11", + "@graphprotocol/client-cli": "1.0.0", "graphql": "16.3.0" } } diff --git a/examples/javascript-esm/package.json b/examples/javascript-esm/package.json index adcc6dc0..7b73f393 100644 --- a/examples/javascript-esm/package.json +++ b/examples/javascript-esm/package.json @@ -10,7 +10,7 @@ "check": "exit 0" }, "dependencies": { - "@graphprotocol/client-cli": "0.0.11", + "@graphprotocol/client-cli": "1.0.0", "graphql": "16.3.0" } } diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index eaa37653..f5c4f63d 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.11", + "@graphprotocol/client-cli": "1.0.0", "@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 568eb549..a15f52ac 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.11", + "@graphprotocol/client-cli": "1.0.0", "concurrently": "7.1.0", "graphql": "16.3.0", "nodemon": "2.0.15", diff --git a/examples/react-query/package.json b/examples/react-query/package.json index a6d68fc2..af15a0d5 100644 --- a/examples/react-query/package.json +++ b/examples/react-query/package.json @@ -16,7 +16,7 @@ "react-query": "3.38.0" }, "devDependencies": { - "@graphprotocol/client-cli": "0.0.11", + "@graphprotocol/client-cli": "1.0.0", "@types/react": "17.0.33", "@types/react-dom": "17.0.10", "@vitejs/plugin-react": "1.3.1", diff --git a/examples/transforms/package.json b/examples/transforms/package.json index 8123f02b..bb98de0c 100644 --- a/examples/transforms/package.json +++ b/examples/transforms/package.json @@ -6,7 +6,7 @@ "start": "graphclient serve-dev" }, "dependencies": { - "@graphprotocol/client-cli": "0.0.11", + "@graphprotocol/client-cli": "1.0.0", "graphql": "16.3.0" } } diff --git a/examples/urql/package.json b/examples/urql/package.json index 63ea578c..c619ce7a 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -10,14 +10,14 @@ "graphiql": "graphclient serve-dev" }, "dependencies": { - "@graphprotocol/client-urql": "0.0.6", + "@graphprotocol/client-urql": "1.0.0", "graphql": "16.3.0", "react": "17.0.2", "react-dom": "17.0.2", "urql": "2.2.0" }, "devDependencies": { - "@graphprotocol/client-cli": "0.0.11", + "@graphprotocol/client-cli": "1.0.0", "@types/react": "17.0.33", "@types/react-dom": "17.0.10", "@vitejs/plugin-react": "1.3.1", diff --git a/packages/add-source-name/CHANGELOG.md b/packages/add-source-name/CHANGELOG.md new file mode 100644 index 00000000..d22668d6 --- /dev/null +++ b/packages/add-source-name/CHANGELOG.md @@ -0,0 +1,11 @@ +# @graphprotocol/client-add-source-name + +## 1.0.0 + +### Major Changes + +- 3e343ee: Preparations for V1 release + +### Patch Changes + +- d3bcbfb: New Transform: Add `client-add-source-name` transformer diff --git a/packages/add-source-name/package.json b/packages/add-source-name/package.json index a9a4c620..8a8a39bd 100644 --- a/packages/add-source-name/package.json +++ b/packages/add-source-name/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/client-add-source-name", - "version": "0.0.0", + "version": "1.0.0", "description": "", "repository": { "type": "git", diff --git a/packages/apollo/CHANGELOG.md b/packages/apollo/CHANGELOG.md index 68e7eb56..929df5d3 100644 --- a/packages/apollo/CHANGELOG.md +++ b/packages/apollo/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphprotocol/client-apollo +## 1.0.0 + +### Major Changes + +- 3e343ee: Preparations for V1 release + ## 0.0.6 ### Patch Changes diff --git a/packages/apollo/package.json b/packages/apollo/package.json index 9ff290a6..d0fb324c 100644 --- a/packages/apollo/package.json +++ b/packages/apollo/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/client-apollo", - "version": "0.0.6", + "version": "1.0.0", "description": "", "repository": { "type": "git", diff --git a/packages/auto-pagination/CHANGELOG.md b/packages/auto-pagination/CHANGELOG.md index 255abf55..453c60f6 100644 --- a/packages/auto-pagination/CHANGELOG.md +++ b/packages/auto-pagination/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphprotocol/client-auto-pagination +## 1.0.0 + +### Major Changes + +- 3e343ee: Preparations for V1 release + ## 0.0.6 ### Patch Changes diff --git a/packages/auto-pagination/package.json b/packages/auto-pagination/package.json index f79cba5d..98da3402 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.6", + "version": "1.0.0", "description": "", "repository": { "type": "git", diff --git a/packages/block-tracking/CHANGELOG.md b/packages/block-tracking/CHANGELOG.md index 5e214888..7fa26ded 100644 --- a/packages/block-tracking/CHANGELOG.md +++ b/packages/block-tracking/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphprotocol/client-block-tracking +## 1.0.0 + +### Major Changes + +- 3e343ee: Preparations for V1 release + ## 0.0.4 ### Patch Changes diff --git a/packages/block-tracking/package.json b/packages/block-tracking/package.json index a677da71..534b57f8 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.4", + "version": "1.0.0", "description": "", "repository": { "type": "git", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 5bd32c84..8de6ef41 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @graphprotocol/client-cli +## 1.0.0 + +### Major Changes + +- 3e343ee: Preparations for V1 release + +### Patch Changes + +- Updated dependencies [3e343ee] +- Updated dependencies [d3bcbfb] + - @graphprotocol/client-add-source-name@1.0.0 + - @graphprotocol/client-auto-pagination@1.0.0 + - @graphprotocol/client-block-tracking@1.0.0 + ## 0.0.11 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 39f7ec90..f64e6baf 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/client-cli", - "version": "0.0.11", + "version": "1.0.0", "description": "", "repository": { "type": "git", @@ -52,9 +52,9 @@ "@graphql-mesh/cli": "0.71.1", "@graphql-mesh/graphql": "0.26.1", "tslib": "2.4.0", - "@graphprotocol/client-auto-pagination": "0.0.6", - "@graphprotocol/client-block-tracking": "0.0.4", - "@graphprotocol/client-add-source-name": "0.0.0" + "@graphprotocol/client-auto-pagination": "1.0.0", + "@graphprotocol/client-block-tracking": "1.0.0", + "@graphprotocol/client-add-source-name": "1.0.0" }, "devDependencies": { "graphql": "16.5.0" diff --git a/packages/urql/CHANGELOG.md b/packages/urql/CHANGELOG.md index e869bbe8..5fc849f4 100644 --- a/packages/urql/CHANGELOG.md +++ b/packages/urql/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphprotocol/client-urql +## 1.0.0 + +### Major Changes + +- 3e343ee: Preparations for V1 release + ## 0.0.6 ### Patch Changes diff --git a/packages/urql/package.json b/packages/urql/package.json index f2361267..ae776c87 100644 --- a/packages/urql/package.json +++ b/packages/urql/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/client-urql", - "version": "0.0.6", + "version": "1.0.0", "description": "", "repository": { "type": "git",