diff --git a/.changeset/breezy-pots-care.md b/.changeset/breezy-pots-care.md deleted file mode 100644 index b2e03d03..00000000 --- a/.changeset/breezy-pots-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'gqless': patch ---- - -divide subscriptions with only one top level field diff --git a/.changeset/dry-ants-rescue.md b/.changeset/dry-ants-rescue.md deleted file mode 100644 index bf65f287..00000000 --- a/.changeset/dry-ants-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gqless/cli': patch ---- - -allow introspection json without "data" field diff --git a/.changeset/dry-windows-cough.md b/.changeset/dry-windows-cough.md deleted file mode 100644 index 991f719b..00000000 --- a/.changeset/dry-windows-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gqless/react': patch ---- - -fix useQuery's prepare update diff --git a/.changeset/fluffy-shrimps-greet.md b/.changeset/fluffy-shrimps-greet.md deleted file mode 100644 index a7f03d85..00000000 --- a/.changeset/fluffy-shrimps-greet.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@gqless/cli': patch -'gqless': patch -'@gqless/logger': patch -'@gqless/react': patch -'@gqless/subscriptions': patch ---- - -- Rename `GqlessConfig` to `GQlessConfig` (so it's consistent with the new logo) -- Rename `gqlessError` to `GQlessError` -- Remove `endpoint` option from the configuration, and instead always defaults to introspection one - - It's confusing why theres two of them, and the user can change it later by modifying the file anyway diff --git a/.changeset/grumpy-teachers-fold.md b/.changeset/grumpy-teachers-fold.md deleted file mode 100644 index 6fd09fc5..00000000 --- a/.changeset/grumpy-teachers-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gqless/cli': patch ---- - -disable config file write if no cli usage diff --git a/.changeset/rude-laws-wash.md b/.changeset/rude-laws-wash.md deleted file mode 100644 index 9140961b..00000000 --- a/.changeset/rude-laws-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gqless/react': patch ---- - -fix args state usePaginatedQuery diff --git a/.changeset/three-trees-call.md b/.changeset/three-trees-call.md deleted file mode 100644 index af60d137..00000000 --- a/.changeset/three-trees-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gqless/react': patch ---- - -detach react default retry in useMutation diff --git a/examples/cra/package.json b/examples/cra/package.json index fa909a4a..7fe51a88 100644 --- a/examples/cra/package.json +++ b/examples/cra/package.json @@ -34,10 +34,10 @@ "@emotion/css": "^11.1.3", "@emotion/react": "^11.1.5", "@emotion/styled": "^11.3.0", - "@gqless/cli": "workspace:^2.0.14", - "@gqless/logger": "workspace:^2.0.10", - "@gqless/react": "workspace:^2.0.14", - "@gqless/subscriptions": "workspace:^1.0.10", + "@gqless/cli": "workspace:^2.0.15", + "@gqless/logger": "workspace:^2.0.11", + "@gqless/react": "workspace:^2.0.15", + "@gqless/subscriptions": "workspace:^1.0.11", "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^13.1.5", @@ -47,7 +47,7 @@ "@types/react-dom": "^17.0.3", "@types/react-router-dom": "^5.1.7", "framer-motion": "^4.1.5", - "gqless": "workspace:^2.0.12", + "gqless": "workspace:^2.0.13", "graphql": "^15.5.0", "prop-types": "^15.7.2", "react": "^17.0.2", diff --git a/examples/github/package.json b/examples/github/package.json index 21848f77..26e2d277 100644 --- a/examples/github/package.json +++ b/examples/github/package.json @@ -10,9 +10,9 @@ "test:manual": "jest -u" }, "dependencies": { - "@gqless/cli": "workspace:^2.0.14", + "@gqless/cli": "workspace:^2.0.15", "dotenv": "^8.2.0", - "gqless": "workspace:^2.0.12", + "gqless": "workspace:^2.0.13", "test-utils": "workspace:^0.1.0" }, "devDependencies": { diff --git a/examples/mercurius/package.json b/examples/mercurius/package.json index a482465f..487c51dc 100644 --- a/examples/mercurius/package.json +++ b/examples/mercurius/package.json @@ -23,10 +23,10 @@ "test:watch": "watch mercurius" }, "dependencies": { - "@gqless/cli": "workspace:^2.0.14", + "@gqless/cli": "workspace:^2.0.15", "@graphql-typed-document-node/core": "^3.1.0", "fastify": "^3.14.2", - "gqless": "workspace:^2.0.12", + "gqless": "workspace:^2.0.13", "graphql": "^15.5.0", "lodash": "^4.17.21", "mercurius": "^7.4.0", diff --git a/examples/react/package.json b/examples/react/package.json index e75d5258..0653f0ef 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -13,10 +13,10 @@ "@chakra-ui/react": "^1.5.1", "@emotion/react": "^11.1.5", "@emotion/styled": "^11.3.0", - "@gqless/cli": "workspace:^2.0.14", - "@gqless/logger": "workspace:^2.0.10", - "@gqless/react": "workspace:^2.0.14", - "@gqless/subscriptions": "workspace:^1.0.10", + "@gqless/cli": "workspace:^2.0.15", + "@gqless/logger": "workspace:^2.0.11", + "@gqless/react": "workspace:^2.0.15", + "@gqless/subscriptions": "workspace:^1.0.11", "@react-native-async-storage/async-storage": "^1.15.2", "@types/extract-files": "^8.1.0", "altair-fastify-plugin": "^4.0.0", @@ -26,7 +26,7 @@ "fastify": "^3.14.2", "fastify-nextjs": "^5.3.0", "framer-motion": "^4.1.5", - "gqless": "workspace:^2.0.12", + "gqless": "workspace:^2.0.13", "graphql": "^15.5.0", "graphql-upload": "^11.0.0", "localforage": "^1.9.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index fb9c2ab1..4e2f2459 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @gqless/cli +## 2.0.15 + +### Patch Changes + +- 4a3d5ef: allow introspection json without "data" field +- af6a437: - Rename `GqlessConfig` to `GQlessConfig` (so it's consistent with the new logo) + - Rename `gqlessError` to `GQlessError` + - Remove `endpoint` option from the configuration, and instead always defaults to introspection one + - It's confusing why theres two of them, and the user can change it later by modifying the file anyway +- 4a3d5ef: disable config file write if no cli usage +- Updated dependencies [4a3d5ef] +- Updated dependencies [af6a437] + - gqless@2.0.13 + ## 2.0.14 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index f533e94b..98dd1803 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@gqless/cli", - "version": "2.0.14", + "version": "2.0.15", "homepage": "https://gqless.com", "repository": { "type": "git", @@ -38,7 +38,7 @@ "commander": "^7.2.0", "cosmiconfig": "^7.0.0", "cross-fetch": "^3.1.4", - "gqless": "workspace:^2.0.12", + "gqless": "workspace:^2.0.13", "mkdirp": "^1.0.4", "prettier": "^2.2.1" }, diff --git a/packages/gqless/CHANGELOG.md b/packages/gqless/CHANGELOG.md index d70cb771..09d9f074 100644 --- a/packages/gqless/CHANGELOG.md +++ b/packages/gqless/CHANGELOG.md @@ -1,5 +1,15 @@ # gqless +## 2.0.13 + +### Patch Changes + +- 4a3d5ef: divide subscriptions with only one top level field +- af6a437: - Rename `GqlessConfig` to `GQlessConfig` (so it's consistent with the new logo) + - Rename `gqlessError` to `GQlessError` + - Remove `endpoint` option from the configuration, and instead always defaults to introspection one + - It's confusing why theres two of them, and the user can change it later by modifying the file anyway + ## 2.0.12 ### Patch Changes diff --git a/packages/gqless/package.json b/packages/gqless/package.json index d22c28e2..6bdd9f34 100644 --- a/packages/gqless/package.json +++ b/packages/gqless/package.json @@ -1,6 +1,6 @@ { "name": "gqless", - "version": "2.0.12", + "version": "2.0.13", "description": "gqless client without queries", "homepage": "https://gqless.com", "repository": { diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 9e309b23..3172c391 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,5 +1,17 @@ # @gqless/logger +## 2.0.11 + +### Patch Changes + +- af6a437: - Rename `GqlessConfig` to `GQlessConfig` (so it's consistent with the new logo) + - Rename `gqlessError` to `GQlessError` + - Remove `endpoint` option from the configuration, and instead always defaults to introspection one + - It's confusing why theres two of them, and the user can change it later by modifying the file anyway +- Updated dependencies [4a3d5ef] +- Updated dependencies [af6a437] + - gqless@2.0.13 + ## 2.0.10 ### Patch Changes diff --git a/packages/logger/package.json b/packages/logger/package.json index 0982929b..f7525478 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@gqless/logger", - "version": "2.0.10", + "version": "2.0.11", "homepage": "https://gqless.com", "license": "MIT", "repository": { @@ -33,7 +33,7 @@ "@size-limit/preset-small-lib": "^4.10.2", "@types/prettier": "^2.2.3", "build-utils": "workspace:*", - "gqless": "workspace:^2.0.12", + "gqless": "workspace:^2.0.13", "jest": "^26.6.3", "rimraf": "^3.0.2", "size-limit": "^4.10.2", @@ -42,7 +42,7 @@ "typescript": "^4.2.4" }, "peerDependencies": { - "gqless": "workspace:^2.0.10" + "gqless": "workspace:^2.0.13" }, "engines": { "node": ">=10" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 04cbdb0a..efb24421 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,20 @@ # @gqless/react +## 2.0.15 + +### Patch Changes + +- 4a3d5ef: fix useQuery's prepare update +- af6a437: - Rename `GqlessConfig` to `GQlessConfig` (so it's consistent with the new logo) + - Rename `gqlessError` to `GQlessError` + - Remove `endpoint` option from the configuration, and instead always defaults to introspection one + - It's confusing why theres two of them, and the user can change it later by modifying the file anyway +- 4a3d5ef: fix args state usePaginatedQuery +- 4a3d5ef: detach react default retry in useMutation +- Updated dependencies [4a3d5ef] +- Updated dependencies [af6a437] + - gqless@2.0.13 + ## 2.0.14 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 689ed763..6a599c4b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@gqless/react", - "version": "2.0.14", + "version": "2.0.15", "homepage": "https://gqless.com", "repository": { "type": "git", @@ -40,7 +40,7 @@ "@types/react-dom": "^17.0.3", "build-utils": "workspace:*", "get-port": "^5.1.1", - "gqless": "workspace:^2.0.12", + "gqless": "workspace:^2.0.13", "graphql": "^15.5.0", "jest": "^26.6.3", "react": "^17.0.2", @@ -54,7 +54,7 @@ "typescript": "^4.2.4" }, "peerDependencies": { - "gqless": "workspace:^2.0.12", + "gqless": "workspace:^2.0.13", "graphql": "^15.5.0", "react": ">=16.8" }, diff --git a/packages/subscriptions/CHANGELOG.md b/packages/subscriptions/CHANGELOG.md index 41676805..dc402a64 100644 --- a/packages/subscriptions/CHANGELOG.md +++ b/packages/subscriptions/CHANGELOG.md @@ -1,5 +1,17 @@ # @gqless/subscriptions +## 1.0.11 + +### Patch Changes + +- af6a437: - Rename `GqlessConfig` to `GQlessConfig` (so it's consistent with the new logo) + - Rename `gqlessError` to `GQlessError` + - Remove `endpoint` option from the configuration, and instead always defaults to introspection one + - It's confusing why theres two of them, and the user can change it later by modifying the file anyway +- Updated dependencies [4a3d5ef] +- Updated dependencies [af6a437] + - gqless@2.0.13 + ## 1.0.10 ### Patch Changes diff --git a/packages/subscriptions/package.json b/packages/subscriptions/package.json index a827bea8..7ee67730 100644 --- a/packages/subscriptions/package.json +++ b/packages/subscriptions/package.json @@ -1,6 +1,6 @@ { "name": "@gqless/subscriptions", - "version": "1.0.10", + "version": "1.0.11", "homepage": "https://gqless.com", "repository": { "type": "git", @@ -28,14 +28,14 @@ "devDependencies": { "@types/ws": "^7.4.1", "build-utils": "workspace:*", - "gqless": "workspace:^2.0.12", + "gqless": "workspace:^2.0.13", "graphql": "^15.5.0", "test-utils": "workspace:^0.1.0", "tslib": "^2.2.0", "typescript": "^4.2.4" }, "peerDependencies": { - "gqless": "workspace:^2.0.10", + "gqless": "workspace:^2.0.13", "graphql": "^15.5.0" }, "peerDependenciesMeta": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 97dc17f5..b523c506 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -67,10 +67,10 @@ importers: '@emotion/css': ^11.1.3 '@emotion/react': ^11.1.5 '@emotion/styled': ^11.3.0 - '@gqless/cli': workspace:^2.0.14 - '@gqless/logger': workspace:^2.0.10 - '@gqless/react': workspace:^2.0.14 - '@gqless/subscriptions': workspace:^1.0.10 + '@gqless/cli': workspace:^2.0.15 + '@gqless/logger': workspace:^2.0.11 + '@gqless/react': workspace:^2.0.15 + '@gqless/subscriptions': workspace:^1.0.11 '@testing-library/jest-dom': ^5.11.10 '@testing-library/react': ^11.2.6 '@testing-library/user-event': ^13.1.5 @@ -80,7 +80,7 @@ importers: '@types/react-dom': ^17.0.3 '@types/react-router-dom': ^5.1.7 framer-motion: ^4.1.5 - gqless: workspace:^2.0.12 + gqless: workspace:^2.0.13 graphql: ^15.5.0 prop-types: ^15.7.2 react: ^17.0.2 @@ -121,9 +121,9 @@ importers: examples/github: specifiers: - '@gqless/cli': workspace:^2.0.14 + '@gqless/cli': workspace:^2.0.15 dotenv: ^8.2.0 - gqless: workspace:^2.0.12 + gqless: workspace:^2.0.13 isomorphic-unfetch: ^3.1.0 jest: ^26.6.3 test-utils: workspace:^0.1.0 @@ -138,14 +138,14 @@ importers: examples/mercurius: specifiers: - '@gqless/cli': workspace:^2.0.14 + '@gqless/cli': workspace:^2.0.15 '@graphql-typed-document-node/core': ^3.1.0 '@size-limit/preset-small-lib': ^4.10.2 '@types/lodash': ^4.14.168 '@types/randomstring': ^1.1.6 build-utils: workspace:* fastify: ^3.14.2 - gqless: workspace:^2.0.12 + gqless: workspace:^2.0.13 graphql: ^15.5.0 jest: ^26.6.3 lodash: ^4.17.21 @@ -186,10 +186,10 @@ importers: '@chakra-ui/react': ^1.5.1 '@emotion/react': ^11.1.5 '@emotion/styled': ^11.3.0 - '@gqless/cli': workspace:^2.0.14 - '@gqless/logger': workspace:^2.0.10 - '@gqless/react': workspace:^2.0.14 - '@gqless/subscriptions': workspace:^1.0.10 + '@gqless/cli': workspace:^2.0.15 + '@gqless/logger': workspace:^2.0.11 + '@gqless/react': workspace:^2.0.15 + '@gqless/subscriptions': workspace:^1.0.11 '@react-native-async-storage/async-storage': ^1.15.2 '@types/extract-files': ^8.1.0 '@types/faker': ^5.5.3 @@ -206,7 +206,7 @@ importers: fastify: ^3.14.2 fastify-nextjs: ^5.3.0 framer-motion: ^4.1.5 - gqless: workspace:^2.0.12 + gqless: workspace:^2.0.13 graphql: ^15.5.0 graphql-upload: ^11.0.0 jest: ^26.6.3 @@ -458,7 +458,7 @@ importers: commander: ^7.2.0 cosmiconfig: ^7.0.0 cross-fetch: ^3.1.4 - gqless: workspace:^2.0.12 + gqless: workspace:^2.0.13 graphql: ^15.5.0 mkdirp: ^1.0.4 open-cli: ^6.0.1 @@ -584,7 +584,7 @@ importers: '@size-limit/preset-small-lib': ^4.10.2 '@types/prettier': ^2.2.3 build-utils: workspace:* - gqless: workspace:^2.0.12 + gqless: workspace:^2.0.13 jest: ^26.6.3 prettier: ^2.2.1 rimraf: ^3.0.2 @@ -620,7 +620,7 @@ importers: '@types/react-dom': ^17.0.3 build-utils: workspace:* get-port: ^5.1.1 - gqless: workspace:^2.0.12 + gqless: workspace:^2.0.13 graphql: ^15.5.0 jest: ^26.6.3 react: ^17.0.2 @@ -663,7 +663,7 @@ importers: specifiers: '@types/ws': ^7.4.1 build-utils: workspace:* - gqless: workspace:^2.0.12 + gqless: workspace:^2.0.13 graphql: ^15.5.0 isomorphic-ws: ^4.0.1 test-utils: workspace:^0.1.0