From ee79db575d26bc671076af67eeee59f3fb7ffdd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 3 Jun 2021 12:57:38 +0000 Subject: [PATCH] Version Packages --- .changeset/strange-elephants-add.md | 5 ----- .changeset/two-beers-exist.md | 5 ----- exchanges/graphcache/CHANGELOG.md | 8 ++++++++ exchanges/graphcache/package.json | 4 ++-- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 6 files changed, 17 insertions(+), 13 deletions(-) delete mode 100644 .changeset/strange-elephants-add.md delete mode 100644 .changeset/two-beers-exist.md diff --git a/.changeset/strange-elephants-add.md b/.changeset/strange-elephants-add.md deleted file mode 100644 index 3abbd6e836..0000000000 --- a/.changeset/strange-elephants-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@urql/exchange-graphcache": patch ---- - -Fix: add the `ENTRIES_STORE_NAME` to the clear transaction diff --git a/.changeset/two-beers-exist.md b/.changeset/two-beers-exist.md deleted file mode 100644 index 76010754fb..0000000000 --- a/.changeset/two-beers-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/core': patch ---- - -Treat empty variables the same as no variables in `@urql/core`'s `createRequest`. diff --git a/exchanges/graphcache/CHANGELOG.md b/exchanges/graphcache/CHANGELOG.md index 7373e64fe7..16cb950a34 100644 --- a/exchanges/graphcache/CHANGELOG.md +++ b/exchanges/graphcache/CHANGELOG.md @@ -1,5 +1,13 @@ # @urql/exchange-graphcache +## 4.1.3 + +### Patch Changes + +- ⚠️ Fix: add the `ENTRIES_STORE_NAME` to the clear transaction, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1685](https://github.com/FormidableLabs/urql/pull/1685)) +- Updated dependencies (See [#1695](https://github.com/FormidableLabs/urql/pull/1695)) + - @urql/core@2.1.3 + ## 4.1.2 ### Patch Changes diff --git a/exchanges/graphcache/package.json b/exchanges/graphcache/package.json index e0b74b106b..dc6c2723d8 100644 --- a/exchanges/graphcache/package.json +++ b/exchanges/graphcache/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "4.1.2", + "version": "4.1.3", "description": "A normalized and configurable cache exchange for urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/graphcache", @@ -65,7 +65,7 @@ "preset": "../../scripts/jest/preset" }, "dependencies": { - "@urql/core": ">=2.1.0", + "@urql/core": ">=2.1.3", "wonka": "^4.0.14" }, "peerDependencies": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 64b95a5d4c..b95512522a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @urql/core +## 2.1.3 + +### Patch Changes + +- Treat empty variables the same as no variables in `@urql/core`'s `createRequest`, by [@kitten](https://github.com/kitten) (See [#1695](https://github.com/FormidableLabs/urql/pull/1695)) + ## 2.1.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 76d4d0be11..ed6c88662b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "2.1.2", + "version": "2.1.3", "description": "The shared core for the highly customizable and versatile GraphQL client", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/",