From bfa97b06d450151e9f24ebe2e5d9dc86cef85f42 Mon Sep 17 00:00:00 2001 From: Carlos Cortizas Date: Tue, 14 Jan 2025 17:29:12 +0100 Subject: [PATCH] chore: add changesets --- .changeset/cuddly-pillows-smash.md | 5 +++++ .changeset/fresh-boats-crash.md | 5 +++++ .changeset/shiny-poets-cheer.md | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changeset/cuddly-pillows-smash.md create mode 100644 .changeset/fresh-boats-crash.md create mode 100644 .changeset/shiny-poets-cheer.md diff --git a/.changeset/cuddly-pillows-smash.md b/.changeset/cuddly-pillows-smash.md new file mode 100644 index 000000000..a2bb181de --- /dev/null +++ b/.changeset/cuddly-pillows-smash.md @@ -0,0 +1,5 @@ +--- +'@commercetools-test-data/product': patch +--- + +Added missing `obj` property to category references in the `ProductData` REST model. diff --git a/.changeset/fresh-boats-crash.md b/.changeset/fresh-boats-crash.md new file mode 100644 index 000000000..7b1576ec9 --- /dev/null +++ b/.changeset/fresh-boats-crash.md @@ -0,0 +1,5 @@ +--- +'@commercetools-test-data/commons': patch +--- + +When providing a model to the `obj` property of the `Reference` model, that one was not used at build time in the REST representation. diff --git a/.changeset/shiny-poets-cheer.md b/.changeset/shiny-poets-cheer.md new file mode 100644 index 000000000..937a0bf9a --- /dev/null +++ b/.changeset/shiny-poets-cheer.md @@ -0,0 +1,5 @@ +--- +'@commercetools-test-data/product-projection': patch +--- + +Migrated the `ProductProjection` model to the new implementation patterns.