Skip to content

Commit 9a239dd

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

6 files changed

Lines changed: 22 additions & 15 deletions

File tree

.changeset/@graphql-codegen_flow-resolvers-1335-dependencies.md

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

.changeset/spicy-paths-lose.md

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

packages/plugins/flow/resolvers/CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,30 @@
11
# @graphql-codegen/flow-resolvers
22

3+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- [#1335](https://github.com/dotansimha/graphql-code-generator-community/pull/1335)
8+
[`c6a484e`](https://github.com/dotansimha/graphql-code-generator-community/commit/c6a484eba1d37fba7e9099d493d9111a9b246126)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Updated dependency
11+
[`@graphql-tools/utils@^11.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/11.0.0)
12+
(from `^10.0.0`, in `dependencies`)
13+
314
## 3.0.1
415

516
### Patch Changes
617

718
- [#355](https://github.com/dotansimha/graphql-code-generator-community/pull/355)
819
[`ca72b89`](https://github.com/dotansimha/graphql-code-generator-community/commit/ca72b89a601979799d0c10087535ff2acc4378f0)
920
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10-
1121
- Updated dependency
1222
[`@graphql-codegen/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-codegen/visitor-plugin-common/v/2.13.8)
1323
(from `2.13.1`, in `dependencies`)
1424

1525
- [#612](https://github.com/dotansimha/graphql-code-generator-community/pull/612)
1626
[`5af565e`](https://github.com/dotansimha/graphql-code-generator-community/commit/5af565e6dada98e2341968ea37f343c5c348414a)
1727
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
18-
1928
- Updated dependency [`tslib@^2.8.1` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.1) (from
2029
`~2.8.0`, in `dependencies`)
2130

@@ -44,7 +53,6 @@
4453
- [#411](https://github.com/dotansimha/graphql-code-generator-community/pull/411)
4554
[`218778010`](https://github.com/dotansimha/graphql-code-generator-community/commit/2187780109269543d9024a9ee929dca215c5f406)
4655
Thanks [@saihaj](https://github.com/saihaj)! - dependencies updates:
47-
4856
- Updated dependency
4957
[`@graphql-tools/utils@^10.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.0.0)
5058
(from `^8.8.0`, in `dependencies`)

packages/plugins/flow/resolvers/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/flow-resolvers",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature",
66
"repository": {

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+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#1110](https://github.com/dotansimha/graphql-code-generator-community/pull/1110)
8+
[`e60bf64`](https://github.com/dotansimha/graphql-code-generator-community/commit/e60bf641b7f2c43539e921263cecdf666e104e21)
9+
Thanks [@dargmuesli](https://github.com/dargmuesli)! - Resolve a duplicate import, improve typing
10+
for "empty object" and respect `defaultScalarType`
11+
312
## 4.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": "4.0.0",
3+
"version": "4.0.1",
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)