Skip to content

Commit 8592e01

Browse files
chore(release): update monorepo packages versions (#560)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9bdae5d commit 8592e01

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.changeset/fresh-cooks-learn.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/plugins/typescript/urql-graphcache/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-codegen/typescript-urql-graphcache
22

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#476](https://github.com/dotansimha/graphql-code-generator-community/pull/476)
8+
[`9bdae5d`](https://github.com/dotansimha/graphql-code-generator-community/commit/9bdae5d75e6e5276e8319d8397940d6f6d5b1e52)
9+
Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add setting to choose for the
10+
offlineExchange, otherwise this bugs out the types for folks not using the offlineExchange
11+
312
## 3.0.0
413

514
### Major Changes

packages/plugins/typescript/urql-graphcache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-urql-graphcache",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating a generic to be used in graphcache cache config",
66
"repository": {

0 commit comments

Comments
 (0)