@treeseed/sdk 0.6.11 → 0.6.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3484,6 +3484,7 @@ async function workflowRelease(helpers, input) {
3484
3484
  }
3485
3485
  return { status: "completed", repos: cleanupReports };
3486
3486
  });
3487
+ syncAllCheckedOutPackageRepos(root, STAGING_BRANCH);
3487
3488
  const workspaceLinks = ensureWorkflowWorkspaceLinks(root, helpers, effectiveInput.workspaceLinks ?? "auto");
3488
3489
  const payload = {
3489
3490
  mode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeseed/sdk",
3
- "version": "0.6.11",
3
+ "version": "0.6.12",
4
4
  "description": "Shared Treeseed SDK for content-backed and D1-backed object models.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {