From 6b2ee8fd1801f20033eb3c0ada967f6071396ca1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 18:50:37 -0400 Subject: [PATCH] Version Packages (#176) Co-authored-by: github-actions[bot] --- .changeset/gold-kings-fix.md | 5 ----- .changeset/witty-fishes-taste.md | 5 ----- examples/github/package.json | 2 +- examples/mercurius/package.json | 2 +- examples/react/package.json | 4 ++-- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- packages/react/CHANGELOG.md | 6 ++++++ packages/react/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 10 files changed, 22 insertions(+), 20 deletions(-) delete mode 100644 .changeset/gold-kings-fix.md delete mode 100644 .changeset/witty-fishes-taste.md diff --git a/.changeset/gold-kings-fix.md b/.changeset/gold-kings-fix.md deleted file mode 100644 index 0c46f890..00000000 --- a/.changeset/gold-kings-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gqless/react': patch ---- - -[usePaginatedQuery] pause cache changes while merge diff --git a/.changeset/witty-fishes-taste.md b/.changeset/witty-fishes-taste.md deleted file mode 100644 index 4c6e66cf..00000000 --- a/.changeset/witty-fishes-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gqless/cli': patch ---- - -accept json introspection schema result diff --git a/examples/github/package.json b/examples/github/package.json index cd1f6fba..c2fb1e7e 100644 --- a/examples/github/package.json +++ b/examples/github/package.json @@ -10,7 +10,7 @@ "test:manual": "jest -u" }, "dependencies": { - "@gqless/cli": "workspace:^2.0.13", + "@gqless/cli": "workspace:^2.0.14", "dotenv": "^8.2.0", "gqless": "workspace:^2.0.11", "test-utils": "workspace:^0.1.0" diff --git a/examples/mercurius/package.json b/examples/mercurius/package.json index 35d741de..5c83a32d 100644 --- a/examples/mercurius/package.json +++ b/examples/mercurius/package.json @@ -23,7 +23,7 @@ "test:watch": "watch mercurius" }, "dependencies": { - "@gqless/cli": "workspace:^2.0.13", + "@gqless/cli": "workspace:^2.0.14", "@graphql-typed-document-node/core": "^3.1.0", "fastify": "^3.14.1", "gqless": "workspace:^2.0.11", diff --git a/examples/react/package.json b/examples/react/package.json index a73f918d..80c10252 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -13,9 +13,9 @@ "@chakra-ui/react": "^1.4.2", "@emotion/react": "^11.1.5", "@emotion/styled": "^11.1.5", - "@gqless/cli": "workspace:^2.0.13", + "@gqless/cli": "workspace:^2.0.14", "@gqless/logger": "workspace:^2.0.10", - "@gqless/react": "workspace:^2.0.12", + "@gqless/react": "workspace:^2.0.13", "@gqless/subscriptions": "workspace:^1.0.10", "@react-native-async-storage/async-storage": "^1.15.2", "@types/extract-files": "^8.1.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b6801883..fb9c2ab1 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @gqless/cli +## 2.0.14 + +### Patch Changes + +- 7e084fb: accept json introspection schema result + ## 2.0.13 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 45f91a82..a4b74bda 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@gqless/cli", - "version": "2.0.13", + "version": "2.0.14", "homepage": "https://gqless.com", "license": "MIT", "author": "PabloSz ", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 1e9a4791..182226b7 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @gqless/react +## 2.0.13 + +### Patch Changes + +- c25bb2e: [usePaginatedQuery] pause cache changes while merge + ## 2.0.12 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index a5d4d058..01d6d0a6 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@gqless/react", - "version": "2.0.12", + "version": "2.0.13", "homepage": "https://gqless.com", "license": "MIT", "author": "PabloSz ", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 219cda2a..1e65ddcb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -62,7 +62,7 @@ importers: examples/github: specifiers: - '@gqless/cli': workspace:^2.0.13 + '@gqless/cli': workspace:^2.0.14 dotenv: ^8.2.0 gqless: workspace:^2.0.11 isomorphic-unfetch: ^3.1.0 @@ -79,7 +79,7 @@ importers: examples/mercurius: specifiers: - '@gqless/cli': workspace:^2.0.13 + '@gqless/cli': workspace:^2.0.14 '@graphql-typed-document-node/core': ^3.1.0 '@size-limit/preset-small-lib': ^4.10.2 '@types/lodash': ^4.14.168 @@ -127,9 +127,9 @@ importers: '@chakra-ui/react': ^1.4.2 '@emotion/react': ^11.1.5 '@emotion/styled': ^11.1.5 - '@gqless/cli': workspace:^2.0.13 + '@gqless/cli': workspace:^2.0.14 '@gqless/logger': workspace:^2.0.10 - '@gqless/react': workspace:^2.0.12 + '@gqless/react': workspace:^2.0.13 '@gqless/subscriptions': workspace:^1.0.10 '@react-native-async-storage/async-storage': ^1.15.2 '@types/extract-files': ^8.1.0