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 #3198

Merged
merged 1 commit into from
Jul 2, 2020
Merged

Version Packages #3198

merged 1 commit into from
Jul 2, 2020

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 22, 2020

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 master, this PR will be updated.

Releases

@keystonejs/keystone@11.2.0

Minor Changes

  • f296866df #3199 Thanks @Vultraz! - Support GraphQL AST input in executeGraphQL. This should be created with the gql template literal imported from apollo-server-express.

Patch Changes

@keystonejs/app-admin-ui@7.0.5

Patch Changes

@keystonejs/app-graphql@5.1.9

Patch Changes

@arch-ui/pagination@0.0.23

Patch Changes

@keystonejs/auth-passport@5.2.3

Patch Changes

  • 5a757119d #3219 Thanks @rubenamorim! - Fix invalid query result destructuring.
    These changes correct the regression introduced by the latest version (5.2.2).
  • Updated dependencies [4ddc3dc6f, 2806a0bdf, 3adb2ac2a]:
    • @keystonejs/fields@13.0.2
    • @keystonejs/session@7.0.1

@keystonejs/fields-wysiwyg-tinymce@5.3.2

Patch Changes

@keystonejs/fields@13.0.2

Patch Changes

  • 4ddc3dc6f #3212 Thanks @timleslie! - Removed name argument from calls to setupServer in tests.

  • 3adb2ac2a #3176 Thanks @timleslie! - Updated docs for Virtual field type to show how to execute server-side GraphQL operations.

  • Updated dependencies [4ddc3dc6f, 69d7f2e50]:

    • @keystonejs/test-utils@7.0.1
    • @keystonejs/utils@5.4.2
    • @keystonejs/app-admin-ui@7.0.5

@keystonejs/file-adapters@7.0.1

Patch Changes

  • 25921ebe4 #3220 Thanks @singhArmani! - Fix: delete function not passing required config params

    We are not setting global configuration (api_key, api_secret, and cloud_name) in our cloudinary SDK.
    We are relying on passing these mandatory config settings in the options param of the upload API.
    But in the case of destroy method, we are omitting them and passing ondefault empty options object as an argument.
    This results in a rejected promise. To fix this issue, we are now injecting these values in the provided options object.

    NOTE: User can still override these values if required.

@keystonejs/session@7.0.1

Patch Changes

@keystonejs/test-utils@7.0.1

Patch Changes

@keystonejs/utils@5.4.2

Patch Changes

@keystonejs/api-tests@6.0.0

Major Changes

  • 4ddc3dc6f #3212 Thanks @timleslie! - Removed the name argument to setupServer. This value will now be autogenerated by the test system. If you would like to use a specific name you can still pass through { keystoneOptions: { name: '...' } } to retain the original behaviour.

    setupServer({ name: 'foo', adapterName, createLists, ... });
    

    can now be written as

    setupServer({ adapterName, createLists, ... })
    

    or, if you would like the Keystone instance to have a specific name,

    setupServer({ adapterName, createLists, keystoneOptions: { name: 'foo' }, ... })
    

Patch Changes

@keystonejs/benchmarks@5.1.14

Patch Changes

@arch-ui/docs@1.1.24

Patch Changes

  • Updated dependencies [887ad8199]:
    • @arch-ui/pagination@0.0.23

@github-actions github-actions bot force-pushed the changeset-release/master branch 4 times, most recently from 40b00c1 to 3849381 Compare June 26, 2020 08:18
@github-actions github-actions bot force-pushed the changeset-release/master branch 6 times, most recently from 88d6b84 to 0847f21 Compare July 1, 2020 23:11
@github-actions github-actions bot force-pushed the changeset-release/master branch from 0847f21 to ffa5b2f Compare July 2, 2020 00:23
Copy link
Contributor

@timleslie timleslie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@timleslie timleslie merged commit 6ab4f04 into master Jul 2, 2020
@timleslie timleslie deleted the changeset-release/master branch July 2, 2020 04:51
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.

2 participants