···11----
22-'@urql/core': patch
33----
44-55-Fix `@ts-ignore` on TypeScript peer dependency import in typings not being applied due to a leading `!` character.
···11# @urql/core
2233+## 5.0.1
44+55+### Patch Changes
66+77+- ⚠️ Fix `@ts-ignore` on TypeScript peer dependency import in typings not being applied due to a leading `!` character
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3567](https://github.com/urql-graphql/urql/pull/3567))
99+310## 5.0.0
411512### Major Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "5.0.0",
33+ "version": "5.0.1",
44 "description": "The shared core for the highly customizable and versatile GraphQL client",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",