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

Version Packages #6762

Merged
merged 1 commit into from
Nov 2, 2021
Merged

Version Packages #6762

merged 1 commit into from
Nov 2, 2021

Conversation

keystonejs-release-bot
Copy link
Collaborator

@keystonejs-release-bot keystonejs-release-bot commented Oct 11, 2021

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@keystone-next/auth@35.0.0

Major Changes

Patch Changes

@keystone-next/keystone@27.0.0

Major Changes

  • #6824 ddabdbd02 Thanks @mitchellhamilton! - Keystone will now default to using GraphQL Playground instead of Apollo Sandbox as it did prior to updating to Apollo Server 3. If you want to use Apollo Sandbox, you can set graphql.playground: 'apollo' to use Apollo. graphql.playground defaults to process.env.NODE_ENV !== 'production', which will serve GraphQL Playground in development and serve nothing in production, if you'd like to set it to one of those always, you can set graphql.playground to a boolean explicitly.

  • #6845 71600965b Thanks @mitchellhamilton! - Added CloudImageFieldOutput and CloudFileFieldOutput GraphQL types to the image and file fields respectively

  • #6789 d9e1ba8fa Thanks @mitchellhamilton! - Removed the deprecated resolveFields from context.query, if you were still using it, you should switch to providing the query option to context.query or use context.db if you were providing false. The context.query functions will now also throw an error if an empty string is passed to query rather than silently returning what the context.db functions return, you must select at least one field or omit the query option to default to selecting the id.

  • #6845 71600965b Thanks @mitchellhamilton! - The src field on the output of image and file fields has been renamed to url.

  • #6813 c0661b8ee Thanks @mitchellhamilton! - Updated @graphql-ts/schema to 0.5.0. The __rootVal properties on ObjectType, InterfaceType and UnionType have been renamed to __source, this is intended to be internal but it could be depended on so if you did, you will need to change to __source. The fields property on InterfaceType has been renamed to __fields and it will no longer exist at runtime like the other types.

  • #6797 cbb9df927 Thanks @mitchellhamilton! - createExpressServer now returns Promise<{ expressServer: Express; apolloServer: ApolloServer; }> instead of Promise<Express> so that the apollo server can be stopped.

  • #6797 cbb9df927 Thanks @mitchellhamilton! - Added live reloading of your Keystone config to keystone-next dev

  • #6824 ddabdbd02 Thanks @mitchellhamilton! - Removed graphql.cors option. You should exclusively configure cors with the server.cors option.

  • #6845 71600965b Thanks @mitchellhamilton! - The getSrc function on ImagesContext and FilesContext has been renamed to getUrl

  • #6755 dcf5241d8 Thanks @mitchellhamilton! - Updated the way the endSession field on the Mutation type and the keystone field on the Query type are added to the GraphQL schema. This may result in re-ordering in your generated schema.graphql file. The sessionSchema export of @keystone-next/keystone/session has also been removed.

Minor Changes

Patch Changes

@keystone-next/fields-document@12.0.0

Minor Changes

Patch Changes

@keystone-next/cloudinary@10.0.0

Patch Changes

@keystone-next/session-store-redis@7.0.0

Patch Changes

@keystone-next/website@3.1.8

Patch Changes

  • Updated dependencies [fb5b21c03]:
    • @keystone-next/fields-document@12.0.0

@keystone-next/example-assets-cloud@1.0.8

Patch Changes

@keystone-next/example-assets-local@1.0.8

Patch Changes

@keystone-next/example-auth@4.0.10

Patch Changes

@keystone-next/examples-app-basic@4.0.10

Patch Changes

@keystone-next/example-ecommerce@4.0.11

Patch Changes

@keystone-next/example-embedded-nextjs@3.0.10

Patch Changes

keystone-next-app@1.0.10

Patch Changes

@keystone-next/example-roles@4.0.10

Patch Changes

@keystone-next/example-sandbox@3.0.10

Patch Changes

@keystone-next/example-blog@2.0.10

Patch Changes

@keystone-next/example-custom-admin-ui-logo@1.0.5

Patch Changes

@keystone-next/example-custom-admin-ui-navigation@5.0.4

Patch Changes

@keystone-next/example-custom-admin-ui-pages@1.0.4

Patch Changes

@keystone-next/example-custom-field@0.0.7

Patch Changes

@keystone-next/example-custom-field-view@1.0.6

Patch Changes

@keystone-next/example-default-values@1.0.10

Patch Changes

@keystone-next/example-document-field@1.1.6

Patch Changes

@keystone-next/example-extend-graphql-schema@1.0.10

Patch Changes

@keystone-next/example-extend-graphql-schema-graphql-ts@1.0.10

Patch Changes

@keystone-next/example-json-field@4.0.11

Patch Changes

@keystone-next/example-rest-api@1.0.2

Patch Changes

@keystone-next/example-task-manager@4.0.10

Patch Changes

@keystone-next/example-testing@0.0.10

Patch Changes

@keystone-next/example-virtual-field@0.1.8

Patch Changes

@keystone-next/example-with-auth@2.0.11

Patch Changes

@keystone-next/prisma-utils@1.0.2

Patch Changes

@keystone-next/api-tests-legacy@11.1.4

Patch Changes

@keystone-next/benchmarks-legacy@7.0.11

Patch Changes

@keystone-next/test-projects-basic@0.0.7

Patch Changes

@keystone-next/test-projects-crud-notifications@0.0.7

Patch Changes

@keystone-next/test-projects-live-reloading@0.0.7

Patch Changes

@vercel
Copy link

vercel bot commented Oct 11, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/4ZF9D2R2virxEyMif5DSHRgdHQBb
✅ Preview: https://keystone-next-docs-git-changeset-release-main-keystonejs.vercel.app

@vercel vercel bot temporarily deployed to Preview October 11, 2021 04:03 Inactive
@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 11, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@vercel vercel bot temporarily deployed to Preview October 11, 2021 04:35 Inactive
@vercel vercel bot temporarily deployed to Preview October 11, 2021 04:48 Inactive
@vercel vercel bot temporarily deployed to Preview October 11, 2021 05:39 Inactive
@vercel vercel bot temporarily deployed to Preview October 11, 2021 23:18 Inactive
@vercel vercel bot temporarily deployed to Preview October 11, 2021 23:42 Inactive
@vercel vercel bot temporarily deployed to Preview October 12, 2021 00:14 Inactive
@bladey bladey self-requested a review October 12, 2021 00:16
@vercel vercel bot temporarily deployed to Preview October 12, 2021 00:26 Inactive
@vercel vercel bot temporarily deployed to Preview October 12, 2021 00:41 Inactive
@vercel vercel bot temporarily deployed to Preview October 12, 2021 01:27 Inactive
@vercel vercel bot temporarily deployed to Preview October 12, 2021 02:31 Inactive
@vercel vercel bot temporarily deployed to Preview October 12, 2021 02:50 Inactive
@vercel vercel bot temporarily deployed to Preview October 12, 2021 03:53 Inactive
@vercel vercel bot temporarily deployed to Preview October 27, 2021 05:26 Inactive
@vercel vercel bot temporarily deployed to Preview October 28, 2021 00:59 Inactive
@vercel vercel bot temporarily deployed to Preview October 28, 2021 01:10 Inactive
@vercel vercel bot temporarily deployed to Preview October 29, 2021 05:08 Inactive
@vercel vercel bot temporarily deployed to Preview October 31, 2021 23:25 Inactive
@vercel vercel bot temporarily deployed to Preview November 1, 2021 00:33 Inactive
@vercel vercel bot temporarily deployed to Preview November 1, 2021 01:36 Inactive
@vercel vercel bot temporarily deployed to Preview November 1, 2021 02:18 Inactive
@vercel vercel bot temporarily deployed to Preview November 1, 2021 02:52 Inactive
@bladey bladey requested review from dcousens and JedWatson and removed request for bladey and dcousens November 1, 2021 03:31
@vercel vercel bot temporarily deployed to Preview November 1, 2021 05:47 Inactive
@vercel vercel bot temporarily deployed to Preview November 1, 2021 22:08 Inactive
@bladey bladey merged commit d30c2ee into main Nov 2, 2021
@bladey bladey deleted the changeset-release/main branch November 2, 2021 01:13
dcousens pushed a commit that referenced this pull request Nov 2, 2021
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document fields are blank when shown as a column in List views
3 participants