From 62c3cb387296eeb0e3b14583fafe06946adcab6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 09:40:21 +0200 Subject: [PATCH] chore(release): update monorepo packages versions (#665) Co-authored-by: github-actions[bot] --- .changeset/lovely-planets-refuse.md | 7 ------- .../graphql-live-query-patch-json-diff/CHANGELOG.md | 11 +++++++++++ .../graphql-live-query-patch-json-diff/package.json | 4 ++-- .../graphql-live-query-patch-json-patch/CHANGELOG.md | 11 +++++++++++ .../graphql-live-query-patch-json-patch/package.json | 4 ++-- packages/graphql-live-query-patch/CHANGELOG.md | 6 ++++++ packages/graphql-live-query-patch/package.json | 2 +- 7 files changed, 33 insertions(+), 12 deletions(-) delete mode 100644 .changeset/lovely-planets-refuse.md diff --git a/.changeset/lovely-planets-refuse.md b/.changeset/lovely-planets-refuse.md deleted file mode 100644 index 3aa66193..00000000 --- a/.changeset/lovely-planets-refuse.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@n1ru4l/graphql-live-query-patch": minor -"@n1ru4l/graphql-live-query-patch-jsondiffpatch": minor -"@n1ru4l/graphql-live-query-patch-json-patch": minor ---- - -omit empty patches from being sent to clients diff --git a/packages/graphql-live-query-patch-json-diff/CHANGELOG.md b/packages/graphql-live-query-patch-json-diff/CHANGELOG.md index b83ca58b..d27b92e9 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.4.0 + +### Minor Changes + +- a002527: omit empty patches from being sent to clients + +### Patch Changes + +- Updated dependencies [a002527] + - @n1ru4l/graphql-live-query-patch@0.4.0 + ## 0.3.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 2bb2e212..b8270c54 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.3.2", + "version": "0.4.0", "author": "n1ru4l ", "license": "MIT", "repository": { @@ -23,7 +23,7 @@ }, "dependencies": { "jsondiffpatch": "^0.4.1", - "@n1ru4l/graphql-live-query-patch": "^0.3.2" + "@n1ru4l/graphql-live-query-patch": "^0.4.0" }, "devDependencies": { "graphql": "15.4.0-experimental-stream-defer.1", diff --git a/packages/graphql-live-query-patch-json-patch/CHANGELOG.md b/packages/graphql-live-query-patch-json-patch/CHANGELOG.md index 4d2d9984..bd344154 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.4.0 + +### Minor Changes + +- a002527: omit empty patches from being sent to clients + +### Patch Changes + +- Updated dependencies [a002527] + - @n1ru4l/graphql-live-query-patch@0.4.0 + ## 0.3.3 ### 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 15214680..84ff376d 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.3.3", + "version": "0.4.0", "author": "n1ru4l ", "license": "MIT", "repository": { @@ -22,7 +22,7 @@ "prepack": "bob prepack" }, "dependencies": { - "@n1ru4l/graphql-live-query-patch": "^0.3.2", + "@n1ru4l/graphql-live-query-patch": "^0.4.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 0277cd41..75d0cf03 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.4.0 + +### Minor Changes + +- a002527: omit empty patches from being sent to clients + ## 0.3.2 ### Patch Changes diff --git a/packages/graphql-live-query-patch/package.json b/packages/graphql-live-query-patch/package.json index dc395150..c6004460 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.3.2", + "version": "0.4.0", "author": "n1ru4l ", "license": "MIT", "repository": {