From 043874030d66c68e7d23f02b77c7b7c00f4b1b11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:29:32 +0100 Subject: [PATCH] Version Packages (#3682) Co-authored-by: github-actions[bot] --- .changeset/breezy-tomatoes-sing.md | 5 ----- .changeset/neat-pandas-punch.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/jsr.json | 2 +- exchanges/graphcache/package.json | 2 +- exchanges/throw-on-error/CHANGELOG.md | 8 ++++++++ exchanges/throw-on-error/jsr.json | 4 ++-- exchanges/throw-on-error/package.json | 2 +- 12 files changed, 24 insertions(+), 19 deletions(-) delete mode 100644 .changeset/breezy-tomatoes-sing.md delete mode 100644 .changeset/neat-pandas-punch.md create mode 100644 exchanges/throw-on-error/CHANGELOG.md diff --git a/.changeset/breezy-tomatoes-sing.md b/.changeset/breezy-tomatoes-sing.md deleted file mode 100644 index 72994c5a14..0000000000 --- a/.changeset/breezy-tomatoes-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/exchange-graphcache': minor ---- - -Allow @_required directive to be used in combination with configured schemas diff --git a/.changeset/neat-pandas-punch.md b/.changeset/neat-pandas-punch.md deleted file mode 100644 index 055660b7ce..0000000000 --- a/.changeset/neat-pandas-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@urql/exchange-throw-on-error": minor ---- - -Initial release diff --git a/examples/with-defer-stream-directives/package.json b/examples/with-defer-stream-directives/package.json index 5e1238ec6d..52824bb5b8 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": "^5.0.6", - "@urql/exchange-graphcache": "^7.1.3", + "@urql/exchange-graphcache": "^7.2.0", "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 b999f79cd5..af5ac7f35e 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@urql/core": "^5.0.6", - "@urql/exchange-graphcache": "^7.1.3", + "@urql/exchange-graphcache": "^7.2.0", "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 c47d092325..aadffc5bf0 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -8,7 +8,7 @@ "dependencies": { "@urql/core": "^5.0.6", "@urql/exchange-auth": "^2.2.0", - "@urql/exchange-graphcache": "^7.1.3", + "@urql/exchange-graphcache": "^7.2.0", "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 3c8f1a1108..d7ca5d07e4 100644 --- a/examples/with-subscriptions-via-fetch/package.json +++ b/examples/with-subscriptions-via-fetch/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@urql/core": "^5.0.6", - "@urql/exchange-graphcache": "^7.1.3", + "@urql/exchange-graphcache": "^7.2.0", "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 3132f44123..3d2cff3d6a 100644 --- a/exchanges/graphcache/CHANGELOG.md +++ b/exchanges/graphcache/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/exchange-graphcache +## 7.2.0 + +### Minor Changes + +- Allow @\_required directive to be used in combination with configured schemas + Submitted by [@AndrewIngram](https://github.com/AndrewIngram) (See [#3685](https://github.com/urql-graphql/urql/pull/3685)) + ## 7.1.3 ### Patch Changes diff --git a/exchanges/graphcache/jsr.json b/exchanges/graphcache/jsr.json index 91fd3d1bbc..e537916a3c 100644 --- a/exchanges/graphcache/jsr.json +++ b/exchanges/graphcache/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "7.1.3", + "version": "7.2.0", "exports": { ".": "./src/index.ts", "./extras": "./src/extras/index.ts", diff --git a/exchanges/graphcache/package.json b/exchanges/graphcache/package.json index 5764697b38..1e2c0ef295 100644 --- a/exchanges/graphcache/package.json +++ b/exchanges/graphcache/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "7.1.3", + "version": "7.2.0", "description": "A normalized and configurable cache exchange for urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/graphcache", diff --git a/exchanges/throw-on-error/CHANGELOG.md b/exchanges/throw-on-error/CHANGELOG.md new file mode 100644 index 0000000000..e8bfc7f9f3 --- /dev/null +++ b/exchanges/throw-on-error/CHANGELOG.md @@ -0,0 +1,8 @@ +# @urql/exchange-throw-on-error + +## 0.1.0 + +### Minor Changes + +- Initial release + Submitted by [@XiNiHa](https://github.com/XiNiHa) (See [#3677](https://github.com/urql-graphql/urql/pull/3677)) diff --git a/exchanges/throw-on-error/jsr.json b/exchanges/throw-on-error/jsr.json index 647962dc9d..5cee6c2170 100644 --- a/exchanges/throw-on-error/jsr.json +++ b/exchanges/throw-on-error/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-throw-on-error", - "version": "0.0.0", + "version": "0.1.0", "exports": { ".": "./src/index.ts" }, @@ -12,4 +12,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/exchanges/throw-on-error/package.json b/exchanges/throw-on-error/package.json index e64162b51e..2dfced47ae 100644 --- a/exchanges/throw-on-error/package.json +++ b/exchanges/throw-on-error/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-throw-on-error", - "version": "0.0.0", + "version": "0.1.0", "description": "An exchange for throw-on-error support in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/",