Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge previous Version Packages #7981

Merged
merged 2 commits into from
Oct 4, 2022
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
5 changes: 0 additions & 5 deletions .changeset/brave-beers-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-spiders-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-lemons-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/oh-my-graphql.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-snakes-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-lies-move.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @keystone-6/core

## 2.3.0

### Minor Changes

- [#7927](https://github.com/keystonejs/keystone/pull/7927) [`1edfbd516`](https://github.com/keystonejs/keystone/commit/1edfbd5162895af0ae66d32e36fa98a56604d80a) Thanks [@keystonejs-release-bot](https://github.com/keystonejs-release-bot)! - Fixes return types for `context.graphql` so that correct types are returned when using a `TypedDocumentNode`

### Patch Changes

- [#7927](https://github.com/keystonejs/keystone/pull/7927) [`59238990e`](https://github.com/keystonejs/keystone/commit/59238990e7e701a5d1a99d8ee829ee780d347d6f) Thanks [@keystonejs-release-bot](https://github.com/keystonejs-release-bot)! - Adds contextualised types when using the `graphql` export for GraphQL schema extensions

* [#7927](https://github.com/keystonejs/keystone/pull/7927) [`9ad15484c`](https://github.com/keystonejs/keystone/commit/9ad15484c3e2f7534c8aab4714fa032dea9404fb) Thanks [@keystonejs-release-bot](https://github.com/keystonejs-release-bot)! - Fixes types for `resolvedData`, and the return types for `resolveInput` hooks.

- [#7927](https://github.com/keystonejs/keystone/pull/7927) [`b7df30e92`](https://github.com/keystonejs/keystone/commit/b7df30e92c32064201c44e633630af438c9dca33) Thanks [@keystonejs-release-bot](https://github.com/keystonejs-release-bot)! - Fixes nullable and non-nullable calendarDay fields existing in the same schema creating a GraphQL schema with two different types with the same name

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/core",
"version": "2.2.0",
"version": "2.3.0",
"repository": "https://github.com/keystonejs/keystone/tree/main/packages/core",
"license": "MIT",
"main": "dist/keystone-6-core.cjs.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/fields-document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystone-6/fields-document

## 4.1.2

### Patch Changes

- [`4fe98b20d`](https://github.com/keystonejs/keystone/commit/4fe98b20d7e3502d96e44c925e38f769722d86bc) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixes a broken code path for conditional component-blocks when fields are missing - this previously resulted in invalid data structures within the document editor

## 4.1.1

### Patch Changes

- [#7927](https://github.com/keystonejs/keystone/pull/7927) [`2f17c3ebd`](https://github.com/keystonejs/keystone/commit/2f17c3ebdb4aaaad6f573f89f340422e8a008802) Thanks [@keystonejs-release-bot](https://github.com/keystonejs-release-bot)! - Fixes expand/collapse button in the editor

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fields-document/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystone-6/fields-document",
"description": "KeystoneJS Document Field Type",
"version": "4.1.0",
"version": "4.1.2",
"license": "MIT",
"main": "dist/keystone-6-fields-document.cjs.js",
"module": "dist/keystone-6-fields-document.esm.js",
Expand Down