From df7a863c4ecae11b8fab705bc83cc1904617e061 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 21:56:02 -0400 Subject: [PATCH] docs: rename TemplateSingleSim to SceneryStackTemplate --- .github/dependabot.yml | 2 +- src/chladni-patterns/view/ChladniScreenSummaryContent.ts | 2 +- src/common/view/OscillatorScreenSummaryContent.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c19316b..c67ba08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,7 @@ updates: prefix: "chore" include: "scope" # @types/node major versions track the Node.js runtime (see shared CI default). - # Bump TemplateSingleSim and repos together when CI node-version changes. + # Bump SceneryStackTemplate and repos together when CI node-version changes. ignore: - dependency-name: "@types/node" update-types: ["version-update:semver-major"] diff --git a/src/chladni-patterns/view/ChladniScreenSummaryContent.ts b/src/chladni-patterns/view/ChladniScreenSummaryContent.ts index a4392f3..747720e 100644 --- a/src/chladni-patterns/view/ChladniScreenSummaryContent.ts +++ b/src/chladni-patterns/view/ChladniScreenSummaryContent.ts @@ -7,7 +7,7 @@ * the model (driving frequency and the number of grains on the nodal lines). * * Follows the OpenPhysics accessibility convention; see the canonical - * TemplateSingleSim/SimScreenSummaryContent.ts. + * SceneryStackTemplate/SimScreenSummaryContent.ts. */ import { DerivedProperty } from "scenerystack/axon"; import { StringUtils } from "scenerystack/phetcommon"; diff --git a/src/common/view/OscillatorScreenSummaryContent.ts b/src/common/view/OscillatorScreenSummaryContent.ts index b22e1d3..f175507 100644 --- a/src/common/view/OscillatorScreenSummaryContent.ts +++ b/src/common/view/OscillatorScreenSummaryContent.ts @@ -8,7 +8,7 @@ * frequency, resonator count, playback state). * * Follows the OpenPhysics accessibility convention; see the canonical - * TemplateSingleSim/SimScreenSummaryContent.ts. + * SceneryStackTemplate/SimScreenSummaryContent.ts. */ import { DerivedProperty } from "scenerystack/axon";