Skip to content

Latest commit

 

History

History
150 lines (89 loc) · 33 KB

CHANGELOG.md

File metadata and controls

150 lines (89 loc) · 33 KB

@keystone-6/example-json

0.0.3

Patch Changes

0.0.2

Patch Changes

0.0.1

Patch Changes

5.0.0

Major Changes

  • #6957 de8cf44e7 Thanks @bladey! - Update Node engines to support current Node LTS versions, currently versions 14 and 16.

Patch Changes

4.0.12

Patch Changes

4.0.11

Patch Changes

4.0.10

Patch Changes

4.0.9

Patch Changes

4.0.8

Patch Changes

4.0.7

Patch Changes

4.0.6

Patch Changes

4.0.5

Patch Changes

4.0.4

Patch Changes

  • #6029 038cd09a2 Thanks @bladey! - Updated Keystone URL reference from next.keystonejs.com to keystonejs.com.

  • Updated dependencies [038cd09a2, 0988f08c2]:

    • @keystone-next/fields@11.0.3
    • @keystone-next/keystone@21.0.2

4.0.3

Patch Changes

  • Updated dependencies [03f535ba6, 03f535ba6]:
    • @keystone-next/keystone@21.0.0
    • @keystone-next/fields@11.0.2

4.0.2

Patch Changes

4.0.1

Patch Changes

  • #5797 a6a444acd Thanks @timleslie! - The GraphQL field _all<path>Meta { count } generated for many relationships has been deprecated in favour of a new field <path>Count, which directly returns the count.

    A posts relationship field would have the following field added to the API:

    postsCount(where: PostWhereInput! = {}): Int