diff --git a/.changeset/hot-cars-sort.md b/.changeset/hot-cars-sort.md deleted file mode 100644 index 6bb7a73b..00000000 --- a/.changeset/hot-cars-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gqless/react': patch ---- - -fix `forceUpdate` race condition diff --git a/.changeset/hot-pink-red.md b/.changeset/hot-pink-red.md deleted file mode 100644 index e14b2064..00000000 --- a/.changeset/hot-pink-red.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'gqless': patch ---- - -add NPM readme diff --git a/examples/github/package.json b/examples/github/package.json index c2fb1e7e..a33daa5a 100644 --- a/examples/github/package.json +++ b/examples/github/package.json @@ -12,7 +12,7 @@ "dependencies": { "@gqless/cli": "workspace:^2.0.14", "dotenv": "^8.2.0", - "gqless": "workspace:^2.0.11", + "gqless": "workspace:^2.0.12", "test-utils": "workspace:^0.1.0" }, "devDependencies": { diff --git a/examples/mercurius/package.json b/examples/mercurius/package.json index 5c83a32d..aac32d8e 100644 --- a/examples/mercurius/package.json +++ b/examples/mercurius/package.json @@ -26,7 +26,7 @@ "@gqless/cli": "workspace:^2.0.14", "@graphql-typed-document-node/core": "^3.1.0", "fastify": "^3.14.1", - "gqless": "workspace:^2.0.11", + "gqless": "workspace:^2.0.12", "graphql": "^15.5.0", "lodash": "^4.17.21", "mercurius": "^7.3.3", diff --git a/examples/react/package.json b/examples/react/package.json index 80c10252..95ef920b 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -15,7 +15,7 @@ "@emotion/styled": "^11.1.5", "@gqless/cli": "workspace:^2.0.14", "@gqless/logger": "workspace:^2.0.10", - "@gqless/react": "workspace:^2.0.13", + "@gqless/react": "workspace:^2.0.14", "@gqless/subscriptions": "workspace:^1.0.10", "@react-native-async-storage/async-storage": "^1.15.2", "@types/extract-files": "^8.1.0", @@ -26,7 +26,7 @@ "fastify": "^3.14.1", "fastify-nextjs": "^5.3.0", "framer-motion": "^4.1.2", - "gqless": "workspace:^2.0.11", + "gqless": "workspace:^2.0.12", "graphql": "^15.5.0", "graphql-upload": "^11.0.0", "localforage": "^1.9.0", diff --git a/packages/gqless/CHANGELOG.md b/packages/gqless/CHANGELOG.md index 38ec7e8e..d70cb771 100644 --- a/packages/gqless/CHANGELOG.md +++ b/packages/gqless/CHANGELOG.md @@ -1,5 +1,11 @@ # gqless +## 2.0.12 + +### Patch Changes + +- c45ca0d: add NPM readme + ## 2.0.11 ### Patch Changes diff --git a/packages/gqless/package.json b/packages/gqless/package.json index 98bae5b1..af9c08cd 100644 --- a/packages/gqless/package.json +++ b/packages/gqless/package.json @@ -1,6 +1,6 @@ { "name": "gqless", - "version": "2.0.11", + "version": "2.0.12", "description": "gqless client without queries", "homepage": "https://gqless.com", "license": "MIT", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 182226b7..04cbdb0a 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @gqless/react +## 2.0.14 + +### Patch Changes + +- f14df08: fix `forceUpdate` race condition +- Updated dependencies [c45ca0d] + - gqless@2.0.12 + ## 2.0.13 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 01d6d0a6..3540f727 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@gqless/react", - "version": "2.0.13", + "version": "2.0.14", "homepage": "https://gqless.com", "license": "MIT", "author": "PabloSz ", @@ -36,7 +36,7 @@ "@types/react-dom": "^17.0.3", "build-utils": "workspace:*", "get-port": "^5.1.1", - "gqless": "workspace:^2.0.11", + "gqless": "workspace:^2.0.12", "graphql": "^15.5.0", "jest": "^26.6.3", "react": "^17.0.2", @@ -50,7 +50,7 @@ "typescript": "^4.2.3" }, "peerDependencies": { - "gqless": "workspace:^2.0.11", + "gqless": "workspace:^2.0.12", "graphql": "^15.5.0", "react": ">=16.8" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1e65ddcb..6564715c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -64,7 +64,7 @@ importers: specifiers: '@gqless/cli': workspace:^2.0.14 dotenv: ^8.2.0 - gqless: workspace:^2.0.11 + gqless: workspace:^2.0.12 isomorphic-unfetch: ^3.1.0 jest: ^26.6.3 test-utils: workspace:^0.1.0 @@ -86,7 +86,7 @@ importers: '@types/randomstring': ^1.1.6 build-utils: workspace:* fastify: ^3.14.1 - gqless: workspace:^2.0.11 + gqless: workspace:^2.0.12 graphql: ^15.5.0 jest: ^26.6.3 lodash: ^4.17.21 @@ -129,7 +129,7 @@ importers: '@emotion/styled': ^11.1.5 '@gqless/cli': workspace:^2.0.14 '@gqless/logger': workspace:^2.0.10 - '@gqless/react': workspace:^2.0.13 + '@gqless/react': workspace:^2.0.14 '@gqless/subscriptions': workspace:^1.0.10 '@react-native-async-storage/async-storage': ^1.15.2 '@types/extract-files': ^8.1.0 @@ -147,7 +147,7 @@ importers: fastify: ^3.14.1 fastify-nextjs: ^5.3.0 framer-motion: ^4.1.2 - gqless: workspace:^2.0.11 + gqless: workspace:^2.0.12 graphql: ^15.5.0 graphql-upload: ^11.0.0 jest: ^26.6.3 @@ -561,7 +561,7 @@ importers: '@types/react-dom': ^17.0.3 build-utils: workspace:* get-port: ^5.1.1 - gqless: workspace:^2.0.11 + gqless: workspace:^2.0.12 graphql: ^15.5.0 jest: ^26.6.3 react: ^17.0.2