-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 #6037
Version Packages #6037
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/5BCqLCLBXTWRLPKQtMC2P7PF13jf |
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. |
d3351ae
to
a645167
Compare
a645167
to
3ad05c3
Compare
3ad05c3
to
e94c073
Compare
e94c073
to
7acf59c
Compare
7acf59c
to
a45c30e
Compare
a45c30e
to
b098204
Compare
b098204
to
a4a9491
Compare
a4a9491
to
7b9e9ef
Compare
7b9e9ef
to
a35abdd
Compare
a35abdd
to
9afcd13
Compare
9afcd13
to
49dc6e3
Compare
49dc6e3
to
6985182
Compare
6985182
to
c795cea
Compare
8fa69cc
to
76c0c0f
Compare
76c0c0f
to
70a4b46
Compare
70a4b46
to
62b916f
Compare
62b916f
to
edcddbf
Compare
edcddbf
to
84ab47e
Compare
84ab47e
to
d497242
Compare
d497242
to
7afcb07
Compare
7afcb07
to
e811e66
Compare
e811e66
to
67b0002
Compare
67b0002
to
4342bb8
Compare
4342bb8
to
b1661a9
Compare
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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
@keystone-next/document-renderer@4.0.0
Major Changes
890e3d0a5
Thanks @timleslie! - The value ofdata
passed to the inline relationship renderer now matches the data returned by the GraphQL query.Falsey values of
data.label
are no longer set todata.id
and falsey values ofdata.data
are no longer set to{}
.Patch Changes
#6087
139d7a8de
Thanks @JedWatson! - Move source code from thepackages-next
to thepackages
directory.#6036
093f9791b
Thanks @mitchellhamilton! - Fixed the relationship name not being passed to the inline relationship renderer@keystone-next/fields@12.0.0
Major Changes
38b78f2ae
Thanks @renovate! - Updated Prisma dependency to2.26.0
.Patch Changes
#6087
139d7a8de
Thanks @JedWatson! - Move source code from thepackages-next
to thepackages
directory.#6045
253df44c2
Thanks @mitchellhamilton! - Fixed confusing error when providing fields that don't exist toui.cardFields
,ui.inlineCreate.fields
andui.inlineEdit.fields
.#6041
c536b478f
Thanks @mitchellhamilton! - Fixedrelationship
field withdisplayMode: 'cards'
not using labels for related items in the cell view.Updated dependencies [
38b78f2ae
,5f3d407d7
,139d7a8de
,279403cb0
,253df44c2
,f482db633
]:@keystone-next/keystone@22.0.0
Major Changes
38b78f2ae
Thanks @renovate! - Updated Prisma dependency to2.26.0
.Patch Changes
#6087
139d7a8de
Thanks @JedWatson! - Move source code from thepackages-next
to thepackages
directory.#6094
279403cb0
Thanks @timleslie! - Refactored internal nested mutation input handler code.#6045
253df44c2
Thanks @mitchellhamilton! - Adjusted whengetAdminMeta
is called on fields so that they can see the metadata (excluding the results ofgetAdminMeta
on fields) of other fields to do validation or etc.#6093
f482db633
Thanks @JedWatson! - Added generated types for KeystoneContext, KeystoneListsAPI and KeystoneDbAPI.You can now import these from
.keystone/types
(instead of@keystone-next/types
) to get types that are pre-bound to your project's schema.Updated dependencies [
38b78f2ae
,5f3d407d7
,139d7a8de
,253df44c2
,c536b478f
]:@keystone-next/types@22.0.0
Major Changes
38b78f2ae
Thanks @renovate! - Updated Prisma dependency to2.26.0
.Patch Changes
#6061
5f3d407d7
Thanks @mitchellhamilton! - Fixed TypeScript errors in declarations#6087
139d7a8de
Thanks @JedWatson! - Move source code from thepackages-next
to thepackages
directory.Updated dependencies [
38b78f2ae
,139d7a8de
,253df44c2
,c536b478f
]:@keystone-ui/core@3.1.1
Patch Changes
5f3d407d7
Thanks @mitchellhamilton! - Fixed TypeScript errors in declarations@keystone-next/admin-ui-utils@5.0.4
Patch Changes
#6087
139d7a8de
Thanks @JedWatson! - Move source code from thepackages-next
to thepackages
directory.Updated dependencies [
38b78f2ae
,5f3d407d7
,139d7a8de
]:@keystone-next/auth@29.0.0
Patch Changes
#6087
139d7a8de
Thanks @JedWatson! - Move source code from thepackages-next
to thepackages
directory.Updated dependencies [
38b78f2ae
,5f3d407d7
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/cloudinary@6.0.4
Patch Changes
#6087
139d7a8de
Thanks @JedWatson! - Move source code from thepackages-next
to thepackages
directory.Updated dependencies [
38b78f2ae
,5f3d407d7
,139d7a8de
,253df44c2
,c536b478f
]:@keystone-next/fields-document@7.0.2
Patch Changes
#6087
139d7a8de
Thanks @JedWatson! - Move source code from thepackages-next
to thepackages
directory.#6040
890e3d0a5
Thanks @timleslie! - Fixed the behaviour ofdocument(hydrateRelationships: true)
when a related item no longer exists or read access is denied.The resolver will now set the relationship data to be
{ id }
, leaving thelabel
anddata
properties undefined.Updated dependencies [
38b78f2ae
,5f3d407d7
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/session-store-redis@3.0.2
Patch Changes
139d7a8de
Thanks @JedWatson! - Move source code from thepackages-next
to thepackages
directory.@keystone-next/testing@1.0.2
Patch Changes
#6087
139d7a8de
Thanks @JedWatson! - Move source code from thepackages-next
to thepackages
directory.Updated dependencies [
38b78f2ae
,139d7a8de
,279403cb0
,253df44c2
,f482db633
]:@keystone-next/utils@1.0.2
Patch Changes
#6087
139d7a8de
Thanks @JedWatson! - Move source code from thepackages-next
to thepackages
directory.Updated dependencies [
38b78f2ae
,5f3d407d7
,139d7a8de
]:@keystone-next/example-custom-field-view@1.0.0
Major Changes
fd342e28a
Thanks @alvarezmauro! - Initial version of the custom-field-view examplePatch Changes
38b78f2ae
,5f3d407d7
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/example-document-field@1.1.0
Minor Changes
55d50573d
Thanks @timleslie! - Added inline relationship example.Patch Changes
38b78f2ae
,139d7a8de
,279403cb0
,890e3d0a5
,253df44c2
,253df44c2
,f482db633
,093f9791b
,890e3d0a5
,c536b478f
]:@keystone-next/website@3.1.3
Patch Changes
#6087
139d7a8de
Thanks @JedWatson! - Move source code from thepackages-next
to thepackages
directory.Updated dependencies [
139d7a8de
,890e3d0a5
]:@keystone-next/example-assets-cloud@1.0.2
Patch Changes
38b78f2ae
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/example-assets-local@1.0.2
Patch Changes
38b78f2ae
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/example-auth@4.0.4
Patch Changes
#6087
139d7a8de
Thanks @JedWatson! - Move source code from thepackages-next
to thepackages
directory.Updated dependencies [
38b78f2ae
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/examples-app-basic@4.0.4
Patch Changes
38b78f2ae
,5f3d407d7
,139d7a8de
,279403cb0
,890e3d0a5
,253df44c2
,253df44c2
,f482db633
,093f9791b
,890e3d0a5
,c536b478f
]:@keystone-next/example-ecommerce@4.0.5
Patch Changes
38b78f2ae
,5f3d407d7
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/example-embedded-nextjs@3.0.4
Patch Changes
38b78f2ae
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:keystone-next-app@1.0.4
Patch Changes
38b78f2ae
,139d7a8de
,279403cb0
,890e3d0a5
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/example-playground@1.0.3
Patch Changes
38b78f2ae
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/example-roles@4.0.4
Patch Changes
38b78f2ae
,5f3d407d7
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/example-sandbox@3.0.4
Patch Changes
38b78f2ae
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/example-blog@2.0.4
Patch Changes
38b78f2ae
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/example-custom-field@0.0.1
Patch Changes
#6087
139d7a8de
Thanks @JedWatson! - Move source code from thepackages-next
to thepackages
directory.Updated dependencies [
38b78f2ae
,5f3d407d7
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/example-default-values@1.0.4
Patch Changes
38b78f2ae
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/example-extend-graphql-schema@1.0.4
Patch Changes
38b78f2ae
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/example-json-field@4.0.5
Patch Changes
38b78f2ae
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/example-task-manager@4.0.4
Patch Changes
38b78f2ae
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/example-testing@0.0.4
Patch Changes
38b78f2ae
,5f3d407d7
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/example-virtual-field@0.1.2
Patch Changes
38b78f2ae
,5f3d407d7
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/example-with-auth@2.0.5
Patch Changes
38b78f2ae
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/admin-ui-tests@0.0.2
Patch Changes
38b78f2ae
,5f3d407d7
,139d7a8de
]:@keystone-next/api-tests-legacy@11.0.5
Patch Changes
#6087
139d7a8de
Thanks @JedWatson! - Move source code from thepackages-next
to thepackages
directory.#6040
890e3d0a5
Thanks @timleslie! - Fixed the behaviour ofdocument(hydrateRelationships: true)
when a related item no longer exists or read access is denied.The resolver will now set the relationship data to be
{ id }
, leaving thelabel
anddata
properties undefined.Updated dependencies [
38b78f2ae
,5f3d407d7
,139d7a8de
]:@keystone-next/benchmarks-legacy@7.0.5
Patch Changes
38b78f2ae
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]:@keystone-next/test-projects-basic@0.0.1
Patch Changes
38b78f2ae
,139d7a8de
,279403cb0
,253df44c2
,253df44c2
,f482db633
,c536b478f
]: