Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#3524)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
4078e964 ef5d0093

+8 -6
-5
.changeset/plenty-elephants-lay.md
··· 1 - --- 2 - '@urql/exchange-request-policy': minor 3 - --- 4 - 5 - Change the request-policy exchange not to rely on OperationMeta set by the cache exchanges
+7
exchanges/request-policy/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.1.0 4 + 5 + ### Minor Changes 6 + 7 + - Change the request-policy exchange not to rely on OperationMeta set by the cache exchanges 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3521](https://github.com/urql-graphql/urql/pull/3521)) 9 + 3 10 ## 1.0.2 4 11 5 12 ### Patch Changes
+1 -1
exchanges/request-policy/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-request-policy", 3 - "version": "1.0.2", 3 + "version": "1.1.0", 4 4 "description": "An exchange for operation request-policy upgrading in urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",