From c6725eb74f594bb5f145b4bc35cacd0618f7cbdf Mon Sep 17 00:00:00 2001 From: Ravi <7014230+arelra@users.noreply.github.com> Date: Fri, 15 May 2026 18:20:58 +0100 Subject: [PATCH 1/3] Update content-atom to 11.0.1-PREVIEW.update-sbt-scrooge-typescript.2026-05-15T1701.fcb24d5d Co-authored-by: Marjan K <15894063+marjisound@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 278d0d7..065b728 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion // dependency versions val contentEntityVersion = "4.0.0" -val contentAtomVersion = "10.0.0" +val contentAtomVersion = "11.0.1-PREVIEW.update-sbt-scrooge-typescript.2026-05-15T1701.fcb24d5d" val storyPackageVersion = "2.2.0" val thriftVersion = "0.15.0" val scroogeVersion = "22.1.0" // update plugins too if this version changes From 27e77336742ead944a6378a920dcaa7c004ff0c5 Mon Sep 17 00:00:00 2001 From: Ravi <7014230+arelra@users.noreply.github.com> Date: Fri, 15 May 2026 18:28:48 +0100 Subject: [PATCH 2/3] Update with content-atom v11 changes Co-authored-by: Marjan K <15894063+marjisound@users.noreply.github.com> --- .../resources/templates/item-content-with-atom-explainer.json | 1 + .../test/resources/templates/item-content-with-atom-media.json | 1 + .../test/resources/templates/item-content-with-atom-quiz.json | 1 + 3 files changed, 3 insertions(+) diff --git a/json/src/test/resources/templates/item-content-with-atom-explainer.json b/json/src/test/resources/templates/item-content-with-atom-explainer.json index 1450f91..c8453e9 100644 --- a/json/src/test/resources/templates/item-content-with-atom-explainer.json +++ b/json/src/test/resources/templates/item-content-with-atom-explainer.json @@ -23,6 +23,7 @@ "atomType" : "explainer", "labels" : [ ], "commissioningDesks" : [ ], + "tagIds" : [ ], "defaultHtml" : "\n", "data" : { "explainer": { diff --git a/json/src/test/resources/templates/item-content-with-atom-media.json b/json/src/test/resources/templates/item-content-with-atom-media.json index 93e67b4..238978b 100644 --- a/json/src/test/resources/templates/item-content-with-atom-media.json +++ b/json/src/test/resources/templates/item-content-with-atom-media.json @@ -22,6 +22,7 @@ "atomType" : "media", "labels" : [ ], "commissioningDesks" : [ ], + "tagIds" : [ ], "defaultHtml" : "\n", "data" : { "media": { diff --git a/json/src/test/resources/templates/item-content-with-atom-quiz.json b/json/src/test/resources/templates/item-content-with-atom-quiz.json index 51c6110..3fc822f 100644 --- a/json/src/test/resources/templates/item-content-with-atom-quiz.json +++ b/json/src/test/resources/templates/item-content-with-atom-quiz.json @@ -22,6 +22,7 @@ "atomType" : "quiz", "labels" : [ ], "commissioningDesks" : [ ], + "tagIds" : [ ], "defaultHtml" : "

Test quiz in code

  1. Will this quiz publish in code?

    1. \"\"

      Yes

    2. \"\"

      No

    3. \"\"

    4. \"\"

Solutions

1:A

Scores

    \n", "data" : { "quiz" : { From 4ffe9ddda0eda20840412a74d75bcc9b44ee1489 Mon Sep 17 00:00:00 2001 From: Marjan Kalanaki <15894063+marjisound@users.noreply.github.com> Date: Fri, 22 May 2026 16:46:49 +0100 Subject: [PATCH 3/3] Update content-atom and sbt-scrooge-typescript to new preview version --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 065b728..7e01e9c 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion // dependency versions val contentEntityVersion = "4.0.0" -val contentAtomVersion = "11.0.1-PREVIEW.update-sbt-scrooge-typescript.2026-05-15T1701.fcb24d5d" +val contentAtomVersion = "11.0.1-PREVIEW.update-sbt-scrooge-typescript.2026-05-22T1509.c7e7514f" val storyPackageVersion = "2.2.0" val thriftVersion = "0.15.0" val scroogeVersion = "22.1.0" // update plugins too if this version changes diff --git a/project/plugins.sbt b/project/plugins.sbt index 3fc6f01..b5e921f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,6 +3,6 @@ addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.5") addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % "22.1.0") -addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "4.0.0") +addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "4.0.1-PREVIEW.update-ts-config-target-to-es6.2026-05-22T1440.f78c59b2") addDependencyTreePlugin