Dashboard v0.2.3 — rebuild against OmnyServer 0.15.1 - #13
Merged
Conversation
The login footer reads the omnyserver version the dashboard was built against; the last deploy was beside 0.15.0. Bump the dashboard so the gated Pages deploy rebuilds it against 0.15.1 — the footer now reads `Dashboard v0.2.3 · OmnyServer v0.15.1`. Also move the dependency floor from ^0.14.0 (which excluded 0.15.x — stale, and only unnoticed because the deploy path-overrides omnyserver to this repo) to ^0.15.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The login screen shows the omnyserver version the dashboard was built against. The last deploy was beside 0.15.0; this bumps the dashboard so the gated Pages deploy rebuilds it against 0.15.1 — the footer becomes
Dashboard v0.2.3 · OmnyServer v0.15.1.Also fixes the stale
omnyserver: ^0.14.0floor (caret excluded 0.15.x — unnoticed only because CI/deploy path-override omnyserver to this repo) →^0.15.0.Verified: the dart2js release build (what the deploy runs) bakes in both
0.2.3and0.15.1; analyze/format/version-test clean. No dashboard source changed beyond the version constant/constraint.🤖 Generated with Claude Code