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

Version Packages (#3482)

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

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