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

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
a0c6ba6f cc4e1a0d

+8 -6
-5
.changeset/tiny-candles-dress.md
··· 1 - --- 2 - '@urql/introspection': patch 3 - --- 4 - 5 - Fix `Any` type being included, even when it isn’t needed.
+7
packages/introspection/CHANGELOG.md
··· 1 1 # @urql/introspection 2 2 3 + ## 1.0.3 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix `Any` type being included, even when it isn’t needed 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3481](https://github.com/urql-graphql/urql/pull/3481)) 9 + 3 10 ## 1.0.2 4 11 5 12 ### Patch Changes
+1 -1
packages/introspection/package.json
··· 1 1 { 2 2 "name": "@urql/introspection", 3 - "version": "1.0.2", 3 + "version": "1.0.3", 4 4 "description": "Utilities for dealing with Introspection Queries and Client Schemas", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",