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

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
87542984 c4652cc4

+7 -6
-5
.changeset/selfish-humans-destroy.md
··· 1 - --- 2 - '@urql/introspection': patch 3 - --- 4 - 5 - Fix the `graphql` dependency being postfixed with `.mjs` when building the package.
+6
packages/introspection/CHANGELOG.md
··· 1 1 # @urql/introspection 2 2 3 + ## 0.1.2 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix the `graphql` dependency being postfixed with `.mjs` when building the package, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1204](https://github.com/FormidableLabs/urql/pull/1204)) 8 + 3 9 ## 0.1.1 4 10 5 11 ### Patch Changes
+1 -1
packages/introspection/package.json
··· 1 1 { 2 2 "name": "@urql/introspection", 3 - "version": "0.1.1", 3 + "version": "0.1.2", 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/",