Skip to content

Commit

Permalink
Upcoming Release Changes (#9882)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] committed Mar 27, 2024
1 parent e98b996 commit c693722
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_time-9881-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-clocks-rhyme.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/plugins/other/time/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-codegen/time

## 5.0.1

### Patch Changes

- [#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:
- Updated dependency [`moment@~2.30.0` ↗︎](https://www.npmjs.com/package/moment/v/2.30.0) (from `~2.29.1`, in `dependencies`)

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/time/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/time",
"version": "5.0.0",
"version": "5.0.1",
"description": "GraphQL Code Generator plugin for adding the current time for an output file",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/presets/client/CHANGELOG.md
@@ -1,5 +1,11 @@
# @graphql-codegen/client-preset

## 4.2.5

### Patch Changes

- [#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)

## 4.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/client-preset",
"version": "4.2.4",
"version": "4.2.5",
"description": "GraphQL Code Generator preset for client.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Expand Up @@ -24,7 +24,7 @@
"@graphql-codegen/c-sharp": "4.3.1",
"@graphql-codegen/c-sharp-operations": "2.3.1",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.4",
"@graphql-codegen/client-preset": "4.2.5",
"@graphql-codegen/core": "4.0.2",
"@graphql-codegen/flow": "2.3.6",
"@graphql-codegen/flow-operations": "2.3.6",
Expand All @@ -42,7 +42,7 @@
"@graphql-codegen/named-operations-object": "2.3.1",
"@graphql-codegen/near-operation-file-preset": "2.5.0",
"@graphql-codegen/schema-ast": "4.0.2",
"@graphql-codegen/time": "5.0.0",
"@graphql-codegen/time": "5.0.1",
"@graphql-codegen/typed-document-node": "5.0.6",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-apollo-angular": "3.5.6",
Expand Down

0 comments on commit c693722

Please sign in to comment.