Skip to content

chore: bump release to v2026.09.0 - #51

Merged
sgort merged 1 commit into
accfrom
chore/bump-release-2026-09-0
Sep 1, 2026
Merged

chore: bump release to v2026.09.0#51
sgort merged 1 commit into
accfrom
chore/bump-release-2026-09-0

Conversation

@sgort

@sgort sgort commented Sep 1, 2026

Copy link
Copy Markdown
Owner

Cuts v2026.09.0, scope frontend. First release of September, so CalVer resets the patch to 0.

Entry

Two fixes, both from the same investigation:

SHA Fix
45d3d2f Forms bind to their own deployment instead of the latest version — 91 of 109 formRefBinding refs, plus the seven seeded EXAMPLE_VERSIONS bumps
9abc2f2 Deploy refuses a bundle whose forms or documents are missing from local storage

Versions

File Change
package.json (root) 2026.08.9 → 2026.09.0
packages/frontend/package.json 2026.08.9 → 2026.09.0
packages/backend/package.json unchanged at 2026.08.9
package-lock.json top-level, packages[""], packages["packages/frontend"]

Nothing under packages/backend changed, so its version — and its lockfile entry — legitimately lag this release.

Versions were edited by hand rather than with npm version, which coerces to strict SemVer and would have written 2026.9.0.

Verification

  • npm ci --dry-run — exit 0, lockfile still resolves
  • Lockfile diff is 3 lines, zero non-"version" lines — no dependency churn
  • Frontend Vitest 578/578 across 60 files, including Changelog.test.tsx rendering the new entry
  • npm run format no-op; npm run check-format clean in both workspaces
  • Nothing outside the four release files touched

Scope reconciliation

Renovate's five open PRs — #39, #40, #43, #44, #48 — were deliberately left out and will be gathered by the next release. Four of them rewrite package-lock.json, the same file this PR edits, so they were kept out of the version bump rather than merged alongside it.

Merge method

Merge commit only — not squash, not rebase. The changelog entry names 45d3d2f and 9abc2f2 by SHA; both alternatives rewrite those hashes and would leave the entry citing commits that do not exist on acc. The ruleset pins merge-only, but the default button is otherwise "Squash and merge".

Frontend-scoped release covering two fixes: form references now bind to their
own deployment rather than the latest version repository-wide, and the deploy
modal refuses a bundle whose forms or documents are missing from local storage.

Root and packages/frontend go to 2026.09.0, in package.json and in the matching
package-lock.json entries. packages/backend stays at 2026.08.9 - nothing under
packages/backend changed, so its version legitimately lags the release.

First release of September, so CalVer resets the patch to 0.
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-bay-04f351e03-51.westeurope.4.azurestaticapps.net

@sgort
sgort merged commit da56bf3 into acc Sep 1, 2026
3 checks passed
@sgort
sgort deleted the chore/bump-release-2026-09-0 branch September 1, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant