Skip to content

Releases: Shopify/quilt

@shopify/[email protected]

13 Sep 07:25
b7a9086
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

13 Sep 07:25
b7a9086
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

13 Sep 07:25
b7a9086
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

13 Sep 07:25
b7a9086
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

30 Aug 21:00
a2a6921
Compare
Choose a tag to compare

Patch Changes

  • #2832 e1fd441 Thanks @nattydodd! - MockGraphQLResponse should allow an ExecutionResult containing any data.
    GraphQL v15 defaulted ExecutionResult's data to be an object containing any keys
    but v16 narrowed that down to use unknown instead of any. This change
    explicitly uses the default behaviour of allowing any from v15.

[email protected]

28 Aug 13:12
ae2c101
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Aug 13:12
ae2c101
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Aug 13:12
ae2c101
Compare
Choose a tag to compare

Patch Changes

  • #2830 88f1cbe Thanks @BPScott! - Fix import of apollo-codegen-core when using the mjs version of the package

[email protected]

28 Aug 13:12
ae2c101
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

28 Aug 13:12
ae2c101
Compare
Choose a tag to compare

Patch Changes

  • #2821 8c53994 Thanks @alex-page! - Update NumberFortmatOptions to use typescript 5.5 values 'currency' | 'decimal' | 'percent'