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 (#3486)

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
a4ba72b5 7f451f99

+8 -6
-5
.changeset/strange-drinks-sip.md
··· 1 - --- 2 - '@urql/storage-rn': minor 3 - --- 4 - 5 - Bump peer-dependency of `@react-native-community/netinfo` to allow v11
+7
packages/storage-rn/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.1.0 4 + 5 + ### Minor Changes 6 + 7 + - Bump peer-dependency of `@react-native-community/netinfo` to allow v11 8 + Submitted by [@albinhubsch](https://github.com/albinhubsch) (See [#3485](https://github.com/urql-graphql/urql/pull/3485)) 9 + 3 10 ## 1.0.3 4 11 5 12 ### Patch Changes
+1 -1
packages/storage-rn/package.json
··· 1 1 { 2 2 "name": "@urql/storage-rn", 3 - "version": "1.0.3", 3 + "version": "1.1.0", 4 4 "sideEffects": false, 5 5 "description": "Graphcache offline storage for React Native", 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",