From 9052a5c022029d81cada472917d3bdf42acec01b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Jun 2023 16:37:45 +0000 Subject: [PATCH] Version Packages --- .changeset/healthy-chefs-learn.md | 5 ----- examples/with-defer-stream-directives/package.json | 2 +- examples/with-graphcache-pagination/package.json | 2 +- examples/with-graphcache-updates/package.json | 2 +- examples/with-subscriptions-via-fetch/package.json | 2 +- exchanges/graphcache/CHANGELOG.md | 7 +++++++ exchanges/graphcache/package.json | 2 +- 7 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 .changeset/healthy-chefs-learn.md diff --git a/.changeset/healthy-chefs-learn.md b/.changeset/healthy-chefs-learn.md deleted file mode 100644 index c3d50d18c3..0000000000 --- a/.changeset/healthy-chefs-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/exchange-graphcache': patch ---- - -Fix untranspiled class property initializer syntax being leftover in build output. (Regression in #3053) diff --git a/examples/with-defer-stream-directives/package.json b/examples/with-defer-stream-directives/package.json index 65b9096c4b..38be63df5b 100644 --- a/examples/with-defer-stream-directives/package.json +++ b/examples/with-defer-stream-directives/package.json @@ -18,7 +18,7 @@ "dependencies": { "@graphql-yoga/plugin-defer-stream": "^1.7.1", "@urql/core": "^4.0.10", - "@urql/exchange-graphcache": "^6.1.3", + "@urql/exchange-graphcache": "^6.1.4", "graphql": "17.0.0-alpha.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-graphcache-pagination/package.json b/examples/with-graphcache-pagination/package.json index 6737cb7765..ac14723cfd 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@urql/core": "^4.0.10", - "@urql/exchange-graphcache": "^6.1.3", + "@urql/exchange-graphcache": "^6.1.4", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-graphcache-updates/package.json b/examples/with-graphcache-updates/package.json index 4de782512c..fddd9a028e 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -8,7 +8,7 @@ "dependencies": { "@urql/core": "^4.0.10", "@urql/exchange-auth": "^2.1.4", - "@urql/exchange-graphcache": "^6.1.3", + "@urql/exchange-graphcache": "^6.1.4", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-subscriptions-via-fetch/package.json b/examples/with-subscriptions-via-fetch/package.json index 578367c76d..ce64bda8da 100644 --- a/examples/with-subscriptions-via-fetch/package.json +++ b/examples/with-subscriptions-via-fetch/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@urql/core": "^4.0.10", - "@urql/exchange-graphcache": "^6.1.3", + "@urql/exchange-graphcache": "^6.1.4", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/exchanges/graphcache/CHANGELOG.md b/exchanges/graphcache/CHANGELOG.md index 577fc6defb..89dbc93c03 100644 --- a/exchanges/graphcache/CHANGELOG.md +++ b/exchanges/graphcache/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/exchange-graphcache +## 6.1.4 + +### Patch Changes + +- ⚠️ Fix untranspiled class property initializer syntax being leftover in build output. (Regression in #3053) + Submitted by [@kitten](https://github.com/kitten) (See [#3275](https://github.com/urql-graphql/urql/pull/3275)) + ## 6.1.3 ### Patch Changes diff --git a/exchanges/graphcache/package.json b/exchanges/graphcache/package.json index 0c5470cbc2..2a524e78ad 100644 --- a/exchanges/graphcache/package.json +++ b/exchanges/graphcache/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "6.1.3", + "version": "6.1.4", "description": "A normalized and configurable cache exchange for urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/graphcache",