Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-paths-lose.md

This file was deleted.

14 changes: 11 additions & 3 deletions packages/plugins/flow/resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
# @graphql-codegen/flow-resolvers

## 3.0.2

### Patch Changes

- [#1335](https://github.com/dotansimha/graphql-code-generator-community/pull/1335)
[`c6a484e`](https://github.com/dotansimha/graphql-code-generator-community/commit/c6a484eba1d37fba7e9099d493d9111a9b246126)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency
[`@graphql-tools/utils@^11.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/11.0.0)
(from `^10.0.0`, in `dependencies`)

## 3.0.1

### Patch Changes

- [#355](https://github.com/dotansimha/graphql-code-generator-community/pull/355)
[`ca72b89`](https://github.com/dotansimha/graphql-code-generator-community/commit/ca72b89a601979799d0c10087535ff2acc4378f0)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency
[`@graphql-codegen/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-codegen/visitor-plugin-common/v/2.13.8)
(from `2.13.1`, in `dependencies`)

- [#612](https://github.com/dotansimha/graphql-code-generator-community/pull/612)
[`5af565e`](https://github.com/dotansimha/graphql-code-generator-community/commit/5af565e6dada98e2341968ea37f343c5c348414a)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`tslib@^2.8.1` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.1) (from
`~2.8.0`, in `dependencies`)

Expand Down Expand Up @@ -44,7 +53,6 @@
- [#411](https://github.com/dotansimha/graphql-code-generator-community/pull/411)
[`218778010`](https://github.com/dotansimha/graphql-code-generator-community/commit/2187780109269543d9024a9ee929dca215c5f406)
Thanks [@saihaj](https://github.com/saihaj)! - dependencies updates:

- Updated dependency
[`@graphql-tools/utils@^10.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.0.0)
(from `^8.8.0`, in `dependencies`)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/flow/resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-resolvers",
"version": "3.0.1",
"version": "3.0.2",
"type": "module",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/typescript/urql-graphcache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/typescript-urql-graphcache

## 4.0.1

### Patch Changes

- [#1110](https://github.com/dotansimha/graphql-code-generator-community/pull/1110)
[`e60bf64`](https://github.com/dotansimha/graphql-code-generator-community/commit/e60bf641b7f2c43539e921263cecdf666e104e21)
Thanks [@dargmuesli](https://github.com/dargmuesli)! - Resolve a duplicate import, improve typing
for "empty object" and respect `defaultScalarType`

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/urql-graphcache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-urql-graphcache",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",
"description": "GraphQL Code Generator plugin for generating a generic to be used in graphcache cache config",
"repository": {
Expand Down