diff --git a/.changeset/green-ham-bananas.md b/.changeset/green-ham-bananas.md deleted file mode 100644 index 8effb65f..00000000 --- a/.changeset/green-ham-bananas.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@n1ru4l/in-memory-live-query-store": minor ---- - -BREAKING: Remove support for legacy multi-argument `execute` calls. From now on you should always call `execute` with a single object instead (e.g. `execute({ schema, document })` instead of `execute(schema, document)`). - -DEPRECATE: The `InMemoryLiveQueryStore.execute` API has been deprecated. Please use the `InMemoryLiveQueryStore.makeExecute` function instead. Also the `InMemoryLiveQueryStore` constructor parameter option `execute` has been deprecated. diff --git a/.changeset/yellow-flies-beam.md b/.changeset/yellow-flies-beam.md deleted file mode 100644 index 122cd085..00000000 --- a/.changeset/yellow-flies-beam.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@n1ru4l/graphql-live-query": minor -"@n1ru4l/graphql-live-query-patch": minor -"@n1ru4l/graphql-live-query-patch-jsondiffpatch": minor -"@n1ru4l/graphql-live-query-patch-json-patch": minor -"@n1ru4l/in-memory-live-query-store": minor -"@n1ru4l/socket-io-graphql-server": minor ---- - -GraphQL v16 compatibility diff --git a/packages/graphql-live-query-patch-json-diff/CHANGELOG.md b/packages/graphql-live-query-patch-json-diff/CHANGELOG.md index 3db46dd4..7f0314ca 100644 --- a/packages/graphql-live-query-patch-json-diff/CHANGELOG.md +++ b/packages/graphql-live-query-patch-json-diff/CHANGELOG.md @@ -1,5 +1,16 @@ # @n1ru4l/graphql-live-query-patch-jsondiffpatch +## 0.7.0 + +### Minor Changes + +- f555f2f: GraphQL v16 compatibility + +### Patch Changes + +- Updated dependencies [f555f2f] + - @n1ru4l/graphql-live-query-patch@0.6.0 + ## 0.6.2 ### Patch Changes diff --git a/packages/graphql-live-query-patch-json-diff/package.json b/packages/graphql-live-query-patch-json-diff/package.json index f61eb70d..e8e6af8a 100644 --- a/packages/graphql-live-query-patch-json-diff/package.json +++ b/packages/graphql-live-query-patch-json-diff/package.json @@ -1,6 +1,6 @@ { "name": "@n1ru4l/graphql-live-query-patch-jsondiffpatch", - "version": "0.6.2", + "version": "0.7.0", "author": "n1ru4l ", "license": "MIT", "repository": { @@ -20,7 +20,7 @@ ], "dependencies": { "@n1ru4l/json-patch-plus": "^0.1.4", - "@n1ru4l/graphql-live-query-patch": "^0.5.1" + "@n1ru4l/graphql-live-query-patch": "^0.6.0" }, "devDependencies": { "graphql": "16.0.0-experimental-stream-defer.5", diff --git a/packages/graphql-live-query-patch-json-patch/CHANGELOG.md b/packages/graphql-live-query-patch-json-patch/CHANGELOG.md index 9efe97a2..fde481ba 100644 --- a/packages/graphql-live-query-patch-json-patch/CHANGELOG.md +++ b/packages/graphql-live-query-patch-json-patch/CHANGELOG.md @@ -1,5 +1,16 @@ # @n1ru4l/graphql-live-query-patch-json-patch +## 0.6.0 + +### Minor Changes + +- f555f2f: GraphQL v16 compatibility + +### Patch Changes + +- Updated dependencies [f555f2f] + - @n1ru4l/graphql-live-query-patch@0.6.0 + ## 0.5.2 ### Patch Changes diff --git a/packages/graphql-live-query-patch-json-patch/package.json b/packages/graphql-live-query-patch-json-patch/package.json index b2622297..966584a7 100644 --- a/packages/graphql-live-query-patch-json-patch/package.json +++ b/packages/graphql-live-query-patch-json-patch/package.json @@ -1,6 +1,6 @@ { "name": "@n1ru4l/graphql-live-query-patch-json-patch", - "version": "0.5.2", + "version": "0.6.0", "author": "n1ru4l ", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "real-time" ], "dependencies": { - "@n1ru4l/graphql-live-query-patch": "^0.5.1", + "@n1ru4l/graphql-live-query-patch": "^0.6.0", "fast-json-patch": "3.1.0" }, "devDependencies": { diff --git a/packages/graphql-live-query-patch/CHANGELOG.md b/packages/graphql-live-query-patch/CHANGELOG.md index 19820d27..4efb8b58 100644 --- a/packages/graphql-live-query-patch/CHANGELOG.md +++ b/packages/graphql-live-query-patch/CHANGELOG.md @@ -1,5 +1,11 @@ # @n1ru4l/graphql-live-query-patch +## 0.6.0 + +### Minor Changes + +- f555f2f: GraphQL v16 compatibility + ## 0.5.1 ### Patch Changes diff --git a/packages/graphql-live-query-patch/package.json b/packages/graphql-live-query-patch/package.json index 49eaf810..cb68d4fb 100644 --- a/packages/graphql-live-query-patch/package.json +++ b/packages/graphql-live-query-patch/package.json @@ -1,6 +1,6 @@ { "name": "@n1ru4l/graphql-live-query-patch", - "version": "0.5.1", + "version": "0.6.0", "author": "n1ru4l ", "license": "MIT", "repository": { diff --git a/packages/graphql-live-query/CHANGELOG.md b/packages/graphql-live-query/CHANGELOG.md index fcf1d5f0..edd9c070 100644 --- a/packages/graphql-live-query/CHANGELOG.md +++ b/packages/graphql-live-query/CHANGELOG.md @@ -1,5 +1,11 @@ # @n1ru4l/graphql-live-query +## 0.9.0 + +### Minor Changes + +- f555f2f: GraphQL v16 compatibility + ## 0.8.2 ### Patch Changes diff --git a/packages/graphql-live-query/package.json b/packages/graphql-live-query/package.json index 6b2eef46..7df403b5 100644 --- a/packages/graphql-live-query/package.json +++ b/packages/graphql-live-query/package.json @@ -1,6 +1,6 @@ { "name": "@n1ru4l/graphql-live-query", - "version": "0.8.2", + "version": "0.9.0", "author": "n1ru4l ", "license": "MIT", "repository": { diff --git a/packages/in-memory-live-query-store/CHANGELOG.md b/packages/in-memory-live-query-store/CHANGELOG.md index 0b65901d..564bb9f9 100644 --- a/packages/in-memory-live-query-store/CHANGELOG.md +++ b/packages/in-memory-live-query-store/CHANGELOG.md @@ -1,5 +1,20 @@ # @n1ru4l/in-memory-live-query-store +## 0.8.0 + +### Minor Changes + +- f555f2f: BREAKING: Remove support for legacy multi-argument `execute` calls. From now on you should always call `execute` with a single object instead (e.g. `execute({ schema, document })` instead of `execute(schema, document)`). + + DEPRECATE: The `InMemoryLiveQueryStore.execute` API has been deprecated. Please use the `InMemoryLiveQueryStore.makeExecute` function instead. Also the `InMemoryLiveQueryStore` constructor parameter option `execute` has been deprecated. + +- f555f2f: GraphQL v16 compatibility + +### Patch Changes + +- Updated dependencies [f555f2f] + - @n1ru4l/graphql-live-query@0.9.0 + ## 0.7.4 ### Patch Changes diff --git a/packages/in-memory-live-query-store/package.json b/packages/in-memory-live-query-store/package.json index 91a25d0c..49ebc24e 100644 --- a/packages/in-memory-live-query-store/package.json +++ b/packages/in-memory-live-query-store/package.json @@ -1,6 +1,6 @@ { "name": "@n1ru4l/in-memory-live-query-store", - "version": "0.7.4", + "version": "0.8.0", "author": "n1ru4l ", "license": "MIT", "repository": { @@ -23,7 +23,7 @@ }, "dependencies": { "@graphql-tools/utils": "^8.5.2", - "@n1ru4l/graphql-live-query": "0.8.2", + "@n1ru4l/graphql-live-query": "0.9.0", "@n1ru4l/push-pull-async-iterable-iterator": "^3.0.0" }, "peerDependencies": { diff --git a/packages/socket-io-graphql-server/CHANGELOG.md b/packages/socket-io-graphql-server/CHANGELOG.md index 6f82c6b4..ca70d282 100644 --- a/packages/socket-io-graphql-server/CHANGELOG.md +++ b/packages/socket-io-graphql-server/CHANGELOG.md @@ -1,5 +1,11 @@ # @n1ru4l/socket-io-graphql-server +## 0.12.0 + +### Minor Changes + +- f555f2f: GraphQL v16 compatibility + ## 0.11.1 ### Patch Changes diff --git a/packages/socket-io-graphql-server/package.json b/packages/socket-io-graphql-server/package.json index fedf3227..78092ba4 100644 --- a/packages/socket-io-graphql-server/package.json +++ b/packages/socket-io-graphql-server/package.json @@ -1,6 +1,6 @@ { "name": "@n1ru4l/socket-io-graphql-server", - "version": "0.11.1", + "version": "0.12.0", "author": "n1ru4l ", "license": "MIT", "repository": {