Skip to content

Commit c693722

Browse files
Upcoming Release Changes (#9882)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e98b996 commit c693722

File tree

7 files changed

+17
-14
lines changed

7 files changed

+17
-14
lines changed

.changeset/@graphql-codegen_time-9881-dependencies.md

-5
This file was deleted.

.changeset/light-clocks-rhyme.md

-5
This file was deleted.

packages/plugins/other/time/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/time
22

3+
## 5.0.1
4+
5+
### Patch Changes
6+
7+
- [#9881](https://github.com/dotansimha/graphql-code-generator/pull/9881) [`68ea5d4`](https://github.com/dotansimha/graphql-code-generator/commit/68ea5d4d18969840c34e42bf4f8237e849af7aab) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
- Updated dependency [`moment@~2.30.0` ↗︎](https://www.npmjs.com/package/moment/v/2.30.0) (from `~2.29.1`, in `dependencies`)
9+
310
## 5.0.0
411

512
### Major Changes

packages/plugins/other/time/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/time",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "GraphQL Code Generator plugin for adding the current time for an output file",
55
"repository": {
66
"type": "git",

packages/presets/client/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-codegen/client-preset
22

3+
## 4.2.5
4+
5+
### Patch Changes
6+
7+
- [#9889](https://github.com/dotansimha/graphql-code-generator/pull/9889) [`cd60e14`](https://github.com/dotansimha/graphql-code-generator/commit/cd60e14c4dc5a496a93089dae677fc797c04671e) Thanks [@Sojaner](https://github.com/Sojaner)! - Omit `__typename` from being added on the root node of a subscription when using `addTypenameSelectionDocumentTransform` with documentTransforms since a single root node is expected and the code generator fails because of that (refer to https://spec.graphql.org/draft/#sec-Single-root-field)
8+
39
## 4.2.4
410

511
### Patch Changes

packages/presets/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/client-preset",
3-
"version": "4.2.4",
3+
"version": "4.2.5",
44
"description": "GraphQL Code Generator preset for client.",
55
"repository": {
66
"type": "git",

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@graphql-codegen/c-sharp": "4.3.1",
2525
"@graphql-codegen/c-sharp-operations": "2.3.1",
2626
"@graphql-codegen/cli": "5.0.2",
27-
"@graphql-codegen/client-preset": "4.2.4",
27+
"@graphql-codegen/client-preset": "4.2.5",
2828
"@graphql-codegen/core": "4.0.2",
2929
"@graphql-codegen/flow": "2.3.6",
3030
"@graphql-codegen/flow-operations": "2.3.6",
@@ -42,7 +42,7 @@
4242
"@graphql-codegen/named-operations-object": "2.3.1",
4343
"@graphql-codegen/near-operation-file-preset": "2.5.0",
4444
"@graphql-codegen/schema-ast": "4.0.2",
45-
"@graphql-codegen/time": "5.0.0",
45+
"@graphql-codegen/time": "5.0.1",
4646
"@graphql-codegen/typed-document-node": "5.0.6",
4747
"@graphql-codegen/typescript": "4.0.6",
4848
"@graphql-codegen/typescript-apollo-angular": "3.5.6",

0 commit comments

Comments
 (0)