Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 inexecuteGraphQL
. This should be created with thegql
template literal imported fromapollo-server-express
.Patch Changes
4ddc3dc6f
,69d7f2e50
,2806a0bdf
,3adb2ac2a
]:@keystonejs/app-admin-ui@7.0.5
Patch Changes
887ad8199
,4ddc3dc6f
,69d7f2e50
,2806a0bdf
,3adb2ac2a
]:@keystonejs/app-graphql@5.1.9
Patch Changes
9ab6961e0
#3217 Thanks @Vultraz! - Updated apollo-server-express dependency to 2.15.1.Updated dependencies [
69d7f2e50
,2806a0bdf
]:@arch-ui/pagination@0.0.23
Patch Changes
887ad8199
#3178 Thanks @Vultraz! - Redesigned Pagination display.@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
).4ddc3dc6f
,2806a0bdf
,3adb2ac2a
]:@keystonejs/fields-wysiwyg-tinymce@5.3.2
Patch Changes
4ddc3dc6f
#3212 Thanks @timleslie! - Removedname
argument from calls tosetupServer
in tests.Updated dependencies [
4ddc3dc6f
,3adb2ac2a
]:@keystonejs/fields@13.0.2
Patch Changes
4ddc3dc6f
#3212 Thanks @timleslie! - Removedname
argument from calls tosetupServer
in tests.3adb2ac2a
#3176 Thanks @timleslie! - Updated docs forVirtual
field type to show how to execute server-side GraphQL operations.Updated dependencies [
4ddc3dc6f
,69d7f2e50
]:@keystonejs/file-adapters@7.0.1
Patch Changes
25921ebe4
#3220 Thanks @singhArmani! - Fix: delete function not passing required config paramsWe 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
2806a0bdf
#3182 Thanks @Vultraz! - Updated express-session to 1.17.1.@keystonejs/test-utils@7.0.1
Patch Changes
4ddc3dc6f
#3212 Thanks @timleslie! - Removedname
argument from calls tosetupServer
in tests.Updated dependencies [
f296866df
,9ab6961e0
]:@keystonejs/utils@5.4.2
Patch Changes
69d7f2e50
#3183 Thanks @Vultraz! - Updated doc comments.@keystonejs/api-tests@6.0.0
Major Changes
4ddc3dc6f
#3212 Thanks @timleslie! - Removed thename
argument tosetupServer
. 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.can now be written as
or, if you would like the
Keystone
instance to have a specific name,Patch Changes
4ddc3dc6f
,69d7f2e50
,f296866df
,2806a0bdf
,3adb2ac2a
,9ab6961e0
]:@keystonejs/benchmarks@5.1.14
Patch Changes
4ddc3dc6f
#3212 Thanks @timleslie! - Removedname
argument from calls tosetupServer
in tests.Updated dependencies [
4ddc3dc6f
,f296866df
,2806a0bdf
,3adb2ac2a
,9ab6961e0
]:@arch-ui/docs@1.1.24
Patch Changes
887ad8199
]: