You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): bump version to 1.0.1
Add the 1.0.1 changelog entry for the permission compatibility fixes.
Bump Rust crate, npm package, and editor/tool package metadata to 1.0.1.
Change-Id: I7ffbd88a447e5f49f2d24265274cd1e2b3b8e557
[fix] Add frontend build stage to Dockerfiles for CI releases
Update both Dockerfile (amd64) and Dockerfile.arm64-cross (aarch64) to
include a frontend build stage that builds the meadow web client. The
`default` target now includes the web client; `backend` target remains
unchanged for docker-compose.
- fetch-meadow.sh respects MEADOW_BRANCH env var override for detached
HEAD in CI (tag checkout returns "HEAD" not a branch name)
- Install flatbuffers-compiler for @moor/schema generation
- Remove meadow .git to prevent fetch-meadow.sh from trying SSH updates
- CI workflow gets meadow_branch input, passed as Docker build ARG